Hi Guys
When I access XI using 80 port, everything working fine, but when I change the listening port 80 to others, I got some problem.
1.Network Status Map got nothing
2.Monitoring Process got some error
Could you help me how to change the XI web listening port ?
How to change Nagios XI listening port ???
-
eric.lin826
- Posts: 33
- Joined: Thu Apr 02, 2015 11:51 pm
How to change Nagios XI listening port ???
You do not have the required permissions to view the files attached to this post.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: How to change Nagios XI listening port ???
How are you changing the listening port?eric.lin826 wrote: but when I change the listening port 80 to others, I got some problem.
Can you please post any config files you are modifying.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
eric.lin826
- Posts: 33
- Joined: Thu Apr 02, 2015 11:51 pm
Re: How to change Nagios XI listening port ???
Hi
I change /etc/httpd/conf/httpd.conf file.
ex. change line 136's "Listen 80" to "Listen 8080"
I change /etc/httpd/conf/httpd.conf file.
ex. change line 136's "Listen 80" to "Listen 8080"
Re: How to change Nagios XI listening port ???
I haven't tested this, but you could try to change
to
in /usr/local/nagiosxi/html/config.inc.php, and then restart apache.
Let me know if this works.
Code: Select all
$cfg['port_number'] = false;Code: Select all
$cfg['port_number'] = 8080;Let me know if this works.
Former Nagios Employee.
me.
me.
-
eric.lin826
- Posts: 33
- Joined: Thu Apr 02, 2015 11:51 pm
Re: How to change Nagios XI listening port ???
Hi hsmith
It works. Thanks for your help!
It works. Thanks for your help!