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
Map Nagios [solved]
Re: Map Nagios
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.
-
Hamballi83
- Posts: 12
- Joined: Tue May 08, 2012 8:19 pm
Re: Map Nagios
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 ....
-
Hamballi83
- Posts: 12
- Joined: Tue May 08, 2012 8:19 pm
Re: Map Nagios
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
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)
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.
(This assumes that your plugins are located in /usr/local/nagios/libexec)
Code: Select all
chmod u+s /usr/local/nagios/libexec/check_icmp-
Hamballi83
- Posts: 12
- Joined: Tue May 08, 2012 8:19 pm
Re: Map Nagios
thankz Bro.. now is running as root 
Re: Map Nagios
Glad you got things figured out! Marking this topic solved...