How do I configure my Nagios Alert XI URLs?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mvargas
Posts: 11
Joined: Thu Jan 15, 2015 11:04 am

How do I configure my Nagios Alert XI URLs?

Post 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.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

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

Post by tmcdonald »

This is actually set in the XI interface under Admin -> Manage System Config. Change the Program URL and External URL parameters.
Former Nagios employee
mvargas
Posts: 11
Joined: Thu Jan 15, 2015 11:04 am

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

Post by mvargas »

Thank You! Much appreciated.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

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

Post 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;
mvargas
Posts: 11
Joined: Thu Jan 15, 2015 11:04 am

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

Post by mvargas »

Thanks for that part of the puzzle.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

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

Post by ssax »

No problem, can we mark this as resolved and lock the topic?
Locked