From a8c803387fe3a53cfee912470d98b1a39d8b1940 Mon Sep 17 00:00:00 2001 From: Micah Date: Tue, 24 May 2016 10:19:34 -0400 Subject: Squashed 'puppet/modules/nagios/' content from commit e6fee3c git-subtree-dir: puppet/modules/nagios git-subtree-split: e6fee3c731f68ccf8b6add8ada2162c7ad2b8407 --- files/nrpe/nrpe_commands.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 files/nrpe/nrpe_commands.cfg (limited to 'files/nrpe') diff --git a/files/nrpe/nrpe_commands.cfg b/files/nrpe/nrpe_commands.cfg new file mode 100644 index 00000000..b725a36a --- /dev/null +++ b/files/nrpe/nrpe_commands.cfg @@ -0,0 +1,5 @@ +# default plugins +command[check_users]=/usr/lib/nagios/plugins/check_users $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$ -- cgit v1.2.3