summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authornadir <nadir-technik@nadir.org>2010-10-04 18:25:25 +0200
committerGabriel Filion <lelutin@gmail.com>2012-04-09 21:09:30 -0400
commitf722765369b3900f57d845e5c9e2e170a560302c (patch)
treeb1b63465cf7e74ac555362d63959d4c1f39f55fd /files
parent550d098f8e9b4ac28800c8bb5db0611eb5f3fa34 (diff)
Basic NRPE Support
amended (lelutin): removed trailing spaces and commented out code.
Diffstat (limited to 'files')
-rw-r--r--files/nrpe/nrpe_commands.cfg6
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$