Page 1 of 1
Map Nagios [solved]
Posted: Tue May 08, 2012 8:30 pm
by Hamballi83
Hi All... i need help on nagios map. My map arrow appear blue color.. but when i 2x click the link. the connection status ok. when i pointed to arrow i can see error at summary output. error as below:
(backend_ndomy_1):NDO report nagios not runnning(Backend-ID:ndomy_1)
any one can help me on this
Re: Map Nagios
Posted: Wed May 09, 2012 6:49 pm
by jsmurphy
Which particular mapping utility are you using? It sounds like you are using NagVis and you haven't installed or configured the Nagios NDOUtils package, but without more information I can only really guess.
Re: Map Nagios
Posted: Wed May 09, 2012 7:59 pm
by Hamballi83
thankz guy.... i do like you said.. n now back to normal... but my arrow become oren color and the error is "Warning: This plugin must be either run as root or setuid root. " how can i solve this.. i noobies in linux but i ....
Re: Map Nagios
Posted: Wed May 09, 2012 8:40 pm
by Hamballi83
i have configure NDOUTIL.... my arrow on map become green .. then become oren color.. error out "Warning: This plugin must be either run as root or setuid root" anyone can help
Re: Map Nagios
Posted: Thu May 10, 2012 10:02 am
by mguthrie
You'll have to identify what plugin is being run for that check, but it's most likely check_icmp. You can give a plugin root permissions with the following command.
(This assumes that your plugins are located in /usr/local/nagios/libexec)
Code: Select all
chmod u+s /usr/local/nagios/libexec/check_icmp
chmod u+s allows a script or plugin to always run with root permissions. There are a few plugins that may need to do that.
Re: Map Nagios
Posted: Thu May 10, 2012 9:19 pm
by Hamballi83
thankz Bro.. now is running as root

Re: Map Nagios
Posted: Mon May 14, 2012 9:36 am
by agriffin
Glad you got things figured out! Marking this topic solved...