Nagios Map

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
diverseft
Posts: 40
Joined: Wed May 23, 2012 6:13 am

Re: Nagios Map

Post 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?
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Nagios Map

Post by sreinhardt »

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.
diverseft
Posts: 40
Joined: Wed May 23, 2012 6:13 am

Re: Nagios Map

Post by diverseft »

/etc/init.d/nagios stop
./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

Post by sreinhardt »

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.
diverseft
Posts: 40
Joined: Wed May 23, 2012 6:13 am

Re: Nagios Map

Post by diverseft »

I tried make install-webconf but still no good :(

Any other suggestions?
diverseft
Posts: 40
Joined: Wed May 23, 2012 6:13 am

Re: Nagios Map

Post 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
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios Map

Post 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
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.
diverseft
Posts: 40
Joined: Wed May 23, 2012 6:13 am

Re: Nagios Map

Post by diverseft »

No - Should I give this a shot?
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios Map

Post by abrist »

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.
diverseft
Posts: 40
Joined: Wed May 23, 2012 6:13 am

Re: Nagios Map

Post by diverseft »

Also - What is the path to nagios source?
Locked