Nagios: Difference between revisions
From DWIKI
No edit summary |
m (→FAQ) |
||
Line 9: | Line 9: | ||
== FAQ == | == FAQ == | ||
Debian complaining about rights on nagios.cmd | ===Debian complaining about rights on nagios.cmd=== | ||
dpkg-statoverride --update --add nagios www-data 2710 /var/lib/nagios2/rw | dpkg-statoverride --update --add nagios www-data 2710 /var/lib/nagios2/rw | ||
dpkg-statoverride --update --add nagios nagios 751 /var/lib/nagios2 | 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 :) |
Revision as of 18:13, 24 July 2008
Links
- Homepage
- Nagios Exchange
- Configure nagios commands
- ndoutils stores data in sql
- Nagios-db stores data in sql
there seem to be issues with check_procs on solaris, pst3 and config.h - #define PS_COMMAND are the keywords here
FAQ
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 :)