diff options
author | nadir <nadir-technik@nadir.org> | 2010-10-04 18:25:25 +0200 |
---|---|---|
committer | Gabriel Filion <lelutin@gmail.com> | 2012-04-09 21:09:30 -0400 |
commit | f722765369b3900f57d845e5c9e2e170a560302c (patch) | |
tree | b1b63465cf7e74ac555362d63959d4c1f39f55fd /files | |
parent | 550d098f8e9b4ac28800c8bb5db0611eb5f3fa34 (diff) |
Basic NRPE Support
amended (lelutin): removed trailing spaces and commented out code.
Diffstat (limited to 'files')
-rw-r--r-- | files/nrpe/nrpe_commands.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/files/nrpe/nrpe_commands.cfg b/files/nrpe/nrpe_commands.cfg new file mode 100644 index 0000000..1a26cc3 --- /dev/null +++ b/files/nrpe/nrpe_commands.cfg @@ -0,0 +1,6 @@ +# default plugins +command[check_users]=/usr/lib/nagios/plugins/check_users $ARG1$ +command[check_load]=/usr/lib/nagios/plugins/check_load $ARG1$ +command[check_disk]=/usr/lib/nagios/plugins/check_disk $ARG1$ -x "/dev" -x "/dev/shm" -x "/lib/init/rw" +command[check_apt]=sudo /usr/lib/nagios/plugins/check_apt -u $ARG1$ +command[check_swap]=/usr/lib/nagios/plugins/check_swap $ARG1$ |