Page 1 of 1

How do I configure my Nagios Alert XI URLs?

Posted: Wed Jun 24, 2015 10:23 am
by mvargas
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.

Re: How do I configure my Nagios Alert XI URLs?

Posted: Wed Jun 24, 2015 10:27 am
by tmcdonald
This is actually set in the XI interface under Admin -> Manage System Config. Change the Program URL and External URL parameters.

Re: How do I configure my Nagios Alert XI URLs?

Posted: Wed Jun 24, 2015 10:38 am
by mvargas
Thank You! Much appreciated.

Re: How do I configure my Nagios Alert XI URLs?

Posted: Wed Jun 24, 2015 11:11 am
by ssax
For the response URLs to be secured, edit /usr/local/nagiosxi/html/config.inc.php and change:

Code: Select all

// $cfg['secure_response_url']=1;
To:

Code: Select all

$cfg['secure_response_url']=1;

Re: How do I configure my Nagios Alert XI URLs?

Posted: Wed Jun 24, 2015 3:15 pm
by mvargas
Thanks for that part of the puzzle.

Re: How do I configure my Nagios Alert XI URLs?

Posted: Wed Jun 24, 2015 4:17 pm
by ssax
No problem, can we mark this as resolved and lock the topic?