I have a couple of questions:
1. I want to run Nagiosxi like http://server.com/ rather than http://server.com/nagiosxi/. What would be the process of doing this so I do not break anything?
2. My Nagiosxi installation has a different URL for external access (i.e. http://server1.com/nagiosxi/ is internal and http://server2.com/nagiosxi/ is external). The problem I am having is that all email is being sent out to the notification recipients with the link for internal access rather than external. Is there a way to change this?
Thanks
Phil
URL setup for Nagios xi
-
- Posts: 876
- Joined: Mon May 09, 2011 9:36 am
Re: URL setup for Nagios xi
- If you look in the file /etc/httpd/conf/httpd.conf change this line:
to:Code: Select all
DocumentRoot "/var/www/html"
Then run 'service httpd restart' and you're done!Code: Select all
DocumentRoot "/usr/local/nagiosxi/html
- Can you explain this a bit more? I'm not sure I understand what's going on here.
-
- Posts: 15
- Joined: Wed Jul 27, 2011 11:33 pm
Re: URL setup for Nagios xi
This worked well, thank you!