Nagios: Difference between revisions

From DWIKI
mNo edit summary
Line 1: Line 1:
== Links ==
= Links =
* [http://www.nagios.org/ Homepage]
* [http://www.nagios.org/ Homepage]
* http://www.nagiosexchange.org/ Nagios Exchange]
* http://www.nagiosexchange.org/ Nagios Exchange]
Line 11: Line 11:
there seem to be issues with check_procs on solaris, pst3 and config.h - #define PS_COMMAND are the keywords here
there seem to be issues with check_procs on solaris, pst3 and config.h - #define PS_COMMAND are the keywords here


== FAQ ==
=Plugins=
==check software raid==
*http://www.nagiosexchange.org/cgi-bin/page.cgi?g=1692.html;d=1


===Hosts or services simply not showing up===
= FAQ =
 
==Hosts or services simply not showing up==
Check if you have more than one instances of nagios running
Check if you have more than one instances of nagios running


===Debian complaining about rights on nagios.cmd===
==Debian complaining about rights on nagios.cmd==




Line 23: Line 27:




===NRPE: Unable to read output===
==NRPE: Unable to read output==
This could mean the plugins are not installed ( yes, on debian nrpe comes without those :)
This could mean the plugins are not installed ( yes, on debian nrpe comes without those :)




===CHECK_NRPE: Error receiving data from daemon. ===
==CHECK_NRPE: Error receiving data from daemon. ==
Possibly SSL version mismatch, try check_nrpe -n
Possibly SSL version mismatch, try check_nrpe -n


===(No output returned from plugin) ===
==(No output returned from plugin) ==
Most likely ssl mismatch again. It can also mean you're using debian, where check_nrpe!check_something fails, since it expects one more argument. call 'check_nrpe_1arg' instead.
Most likely ssl mismatch again. It can also mean you're using debian, where check_nrpe!check_something fails, since it expects one more argument. call 'check_nrpe_1arg' instead.


===Error: Could not stat() command file '/var/lib/nagios3/rw/nagios.cmd'!===
==Error: Could not stat() command file '/var/lib/nagios3/rw/nagios.cmd'!==
That's apache missing read rights to the path.
That's apache missing read rights to the path.

Revision as of 23:37, 27 January 2009

Links

there seem to be issues with check_procs on solaris, pst3 and config.h - #define PS_COMMAND are the keywords here

Plugins

check software raid

FAQ

Hosts or services simply not showing up

Check if you have more than one instances of nagios running

Debian complaining about rights on nagios.cmd

dpkg-statoverride --update --add nagios www-data 2710 /var/lib/nagios2/rw
dpkg-statoverride --update --add nagios nagios 751 /var/lib/nagios2


NRPE: Unable to read output

This could mean the plugins are not installed ( yes, on debian nrpe comes without those :)


CHECK_NRPE: Error receiving data from daemon.

Possibly SSL version mismatch, try check_nrpe -n

(No output returned from plugin)

Most likely ssl mismatch again. It can also mean you're using debian, where check_nrpe!check_something fails, since it expects one more argument. call 'check_nrpe_1arg' instead.

Error: Could not stat() command file '/var/lib/nagios3/rw/nagios.cmd'!

That's apache missing read rights to the path.