Version of Nagio XI 2014R2.7
CentOS 6.6
64bit
VMware Image
My first post. I changed my Nagios URL from http to https. How do I change the email notification alert settings so that the Respond and Nagios URL hyperlinks have https instead of http. Where do I edit this on CentOS? Thank you in advance.
How do I configure my Nagios Alert XI URLs?
Re: How do I configure my Nagios Alert XI URLs?
This is actually set in the XI interface under Admin -> Manage System Config. Change the Program URL and External URL parameters.
Former Nagios employee
Re: How do I configure my Nagios Alert XI URLs?
Thank You! Much appreciated.
Re: How do I configure my Nagios Alert XI URLs?
For the response URLs to be secured, edit /usr/local/nagiosxi/html/config.inc.php and change:
To:
Code: Select all
// $cfg['secure_response_url']=1;Code: Select all
$cfg['secure_response_url']=1;Re: How do I configure my Nagios Alert XI URLs?
Thanks for that part of the puzzle.
Re: How do I configure my Nagios Alert XI URLs?
No problem, can we mark this as resolved and lock the topic?