Nagios Map
Re: Nagios Map
Thanks
Its interesting that I get Nagios 4.0.0 in the map view and you get Nagios 4.0.2.What do you think should be my next move?
Its interesting that I get Nagios 4.0.0 in the map view and you get Nagios 4.0.2.What do you think should be my next move?
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Nagios Map
What make commands did you use when "make"-ing 4.0.2?
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Re: Nagios Map
/etc/init.d/nagios stop
./configure --with-command-group=nagcmd
make all
make install
/etc/init.d/nagios start
./configure --with-command-group=nagcmd
make all
make install
/etc/init.d/nagios start
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Nagios Map
you could also try "make install-webconf" just to be 100% sure that you are getting the new versions.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Re: Nagios Map
I tried make install-webconf but still no good 
Any other suggestions?
Any other suggestions?
Re: Nagios Map
Every link on the left hand side (Hosts, services, host groups etc) shows:
Current Network Status
Last Updated: Wed Dec 18 11:42:28 GMT 2013
Updated every 90 seconds
Nagios® Core™ 4.0.2 - www.nagios.org
Logged in as nagiosadmin
Except Maps which shows:
Network Map For All Hosts
Last Updated: Wed Dec 18 11:43:30 GMT 2013
Updated every 90 seconds
Nagios® Core™ 4.0.0 - www.nagios.org
Logged in as nagiosadmin
View Status Detail For All Hosts
View Status Overview For All Hosts
Current Network Status
Last Updated: Wed Dec 18 11:42:28 GMT 2013
Updated every 90 seconds
Nagios® Core™ 4.0.2 - www.nagios.org
Logged in as nagiosadmin
Except Maps which shows:
Network Map For All Hosts
Last Updated: Wed Dec 18 11:43:30 GMT 2013
Updated every 90 seconds
Nagios® Core™ 4.0.0 - www.nagios.org
Logged in as nagiosadmin
View Status Detail For All Hosts
View Status Overview For All Hosts
Re: Nagios Map
After you upgraded to core 4.0.2, did you run:
Code: Select all
cd /path/to/nagios/source
make install-cgis
service httpd restartFormer 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: Nagios Map
No - Should I give this a shot?
Re: Nagios Map
Go for it. That is what updated my core test box cgis to the newest versions.
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: Nagios Map
Also - What is the path to nagios source?