From 0c580085acb2a2a60f5ebe78f51bbe21808e08d0 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 17 Jan 2011 11:27:38 +0100 Subject: [PATCH] Change disk usage thresholds for /vicepa from 80/90 to 90/95 --- config/nagios-master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index b512f42..153250a 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1195,7 +1195,7 @@ services: - name: disk usage on /vicepa servicegroups: diskspace - nrpe: "/usr/lib/nagios/plugins/check_disk 80 90 /vicepa" + nrpe: "/usr/lib/nagios/plugins/check_disk 90 95 /vicepa" hostgroups: hasvicepa ############ All Computers ############ -- 2.20.1