diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-01-16 14:10:00 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-01-16 14:10:00 +0000 |
commit | 9ef8471026541e7f397f2f9f3696f6e6e53f400f (patch) | |
tree | 8d105a892c71c94ce0cc294c6ad5c3cd76ec623c /nagios-nrpe-commands.cfg | |
parent | d62ec6362cbd1a9a3910bd136f7b9c279af6ca25 (diff) | |
download | sitesummary-9ef8471026541e7f397f2f9f3696f6e6e53f400f.tar.gz sitesummary-9ef8471026541e7f397f2f9f3696f6e6e53f400f.tar.bz2 sitesummary-9ef8471026541e7f397f2f9f3696f6e6e53f400f.tar.xz |
* Collect /etc/nagios/nrpe.cfg and /etc/nagios/nrpe_local.cfg.
* Provide NRPE configuration on the clients in
/etc/nagios/sitesummary-nrpe-commands.cfg
Diffstat (limited to 'nagios-nrpe-commands.cfg')
-rw-r--r-- | nagios-nrpe-commands.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nagios-nrpe-commands.cfg b/nagios-nrpe-commands.cfg new file mode 100644 index 0000000..6a03cc9 --- /dev/null +++ b/nagios-nrpe-commands.cfg @@ -0,0 +1,10 @@ +# +# NRPE commands used by sitesummary generated Nagios checks. +# +command[check_apt]=/usr/lib/nagios/plugins/check_apt +command[check_disk]=/usr/lib/nagios/plugins/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$ +command[check_nfs]=/usr/lib/nagios/plugins/check_rpc -H localhost -C nfs -c2,3 +command[check_ntp]=/usr/lib/nagios/plugins/check_ntp -H localhost +command[check_procs]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ +command[check_procs_zombie]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -s Z +command[check_swap]=/usr/lib/nagios/plugins/check_swap -w $ARG1 -c $ARG2$ |