From c3ffcb8fae9fe232dfb4bcaa7f16ac940135dc16 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Mon, 27 May 2013 02:28:36 +0300 Subject: [PATCH] nagios: Changed check_disk warning/critical limits to 10%/5% --- nagios/manifests/target.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nagios/manifests/target.pp b/nagios/manifests/target.pp index 6595056..354497e 100644 --- a/nagios/manifests/target.pp +++ b/nagios/manifests/target.pp @@ -253,7 +253,7 @@ class nagios::target::nrpe inherits nagios::target { notify => Service["nrpe"], } - nagios::target::nrpe::service { "check_disk -w 20% -c 10% -p /": + nagios::target::nrpe::service { "check_disk -w 10% -c 5% -p /": description => "Disk", package => $::operatingsystem ? { "openbsd" => undef,