PDA

View Full Version : [ubuntu] Changing the default URL for Nagios


supersk
September 11th, 2008, 09:06 AM
Hello,

This is a noob question. I would like to change the default URL for Nagios from http://localhost/nagios to simply http://localhost

In cgi.cfg, I edited I set the variable url_html_path to blank (e.g. url_html_path=).

Is this correct? And are there any other steps I need to configure in Nagios? In Apache, what do I need to change?

Thanks for the assistance.

inphektion
September 11th, 2008, 11:26 PM
Yea apache config. but I think nagios drops its apache config in the conf.d directory under /etc/apache2
In that file you'll see where is specifies /nagios

supersk
September 19th, 2008, 03:15 PM
thanks, but what would i need to edit in the /etc/conf.d/apache2.conf file?