Page 3 of 6
Re: Nagios Map
Posted: Tue Dec 17, 2013 9:26 am
by diverseft
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?
Re: Nagios Map
Posted: Tue Dec 17, 2013 11:54 am
by sreinhardt
What make commands did you use when "make"-ing 4.0.2?
Re: Nagios Map
Posted: Tue Dec 17, 2013 12:02 pm
by diverseft
/etc/init.d/nagios stop
./configure --with-command-group=nagcmd
make all
make install
/etc/init.d/nagios start
Re: Nagios Map
Posted: Tue Dec 17, 2013 2:28 pm
by sreinhardt
you could also try "make install-webconf" just to be 100% sure that you are getting the new versions.
Re: Nagios Map
Posted: Wed Dec 18, 2013 6:40 am
by diverseft
I tried make install-webconf but still no good
Any other suggestions?
Re: Nagios Map
Posted: Wed Dec 18, 2013 6:43 am
by diverseft
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
Re: Nagios Map
Posted: Wed Dec 18, 2013 11:30 am
by abrist
After you upgraded to core 4.0.2, did you run:
Code: Select all
cd /path/to/nagios/source
make install-cgis
service httpd restart
Re: Nagios Map
Posted: Wed Dec 18, 2013 11:40 am
by diverseft
No - Should I give this a shot?
Re: Nagios Map
Posted: Wed Dec 18, 2013 11:41 am
by abrist
Go for it. That is what updated my core test box cgis to the newest versions.
Re: Nagios Map
Posted: Wed Dec 18, 2013 11:43 am
by diverseft
Also - What is the path to nagios source?