Hi guys,
I have already checked the documentation but I didn't understand what I have to do..
I need to change url to access the nagios web interface:
from: http://localhost/nagios3
to: http//localhost/test
Could you tell me how to do it? (which files I should modify and what I should write)
Thank you
Changing the url to access the web interface
-
eric_draven
- Posts: 7
- Joined: Wed May 29, 2013 8:26 am
Re: Changing the url to access the web interface
Edit:
Change the lines:
And:
To:
And:
Code: Select all
/etc/httpd/conf.d/nagios.confCode: Select all
ScriptAlias /nagios/cgi-bin "/usr/local/nagios/sbin"Code: Select all
Alias /nagios "/usr/local/nagios/share"Code: Select all
ScriptAlias /test/cgi-bin "/usr/local/nagios/sbin"Code: Select all
Alias /test "/usr/local/nagios/share"Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Changing the url to access the web interface
If you're using Debian/Ubuntu or one of its derivatives, you might want to look under
Code: Select all
/etc/apache2/conf.dFormer Nagios employee