diff options
author | Dennis Wallberg <dennis@nordu.net> | 2015-04-22 15:37:31 +0200 |
---|---|---|
committer | Dennis Wallberg <dennis@nordu.net> | 2015-04-22 15:37:31 +0200 |
commit | bb0e5333540a0fddc8946cee37fde6f317403dd5 (patch) | |
tree | 4fe8abe8f00af44970593c323140083196eae33a /global/overlay/etc | |
parent | 9a6c9b342db6b00f2786edca1d974540a766b1cf (diff) |
added some default nrpe checkssunet-ops-2015-04-22-v08
Diffstat (limited to 'global/overlay/etc')
-rw-r--r-- | global/overlay/etc/puppet/modules/sunet/templates/nagioshost/nrpe.cfg.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/modules/sunet/templates/nagioshost/nrpe.cfg.erb b/global/overlay/etc/puppet/modules/sunet/templates/nagioshost/nrpe.cfg.erb index 348aa93..960dd61 100644 --- a/global/overlay/etc/puppet/modules/sunet/templates/nagioshost/nrpe.cfg.erb +++ b/global/overlay/etc/puppet/modules/sunet/templates/nagioshost/nrpe.cfg.erb @@ -236,7 +236,8 @@ command[check_load]=/usr/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20 command[check_root]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p / command[check_zombie_procs]=/usr/lib/nagios/plugins/check_procs -w 5 -c 10 -s Z command[check_total_procs]=/usr/lib/nagios/plugins/check_procs -w 150 -c 200 - +command[check_uptime]=/usr/lib/nagios/plugins/check_uptime.pl -f +command[check_reboot]=/usr/lib/nagios/plugins/check_reboot # The following examples allow user-supplied arguments and can # only be used if the NRPE daemon was compiled with support for |