From cd401476092353acd05ee6463da147fd2b2b5baf Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 17 May 2016 16:51:32 +0000 Subject: [PATCH] Switch the nagios check_disk warning to be at 14% free or less instead of 15%. This is due to the default journald storage settings which try and keep 15% free, which means we are always just in warning state. --- roles/nagios/client/templates/check_disk.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nagios/client/templates/check_disk.cfg.j2 b/roles/nagios/client/templates/check_disk.cfg.j2 index 5c31447711..67b4a4e5b3 100644 --- a/roles/nagios/client/templates/check_disk.cfg.j2 +++ b/roles/nagios/client/templates/check_disk.cfg.j2 @@ -1,4 +1,4 @@ -command[check_disk_/]={{ libdir }}/nagios/plugins/check_disk -w 15% -c 10% -p / +command[check_disk_/]={{ libdir }}/nagios/plugins/check_disk -w 14% -c 10% -p / command[check_disk_/boot]={{ libdir }}/nagios/plugins/check_disk -w 15% -c 10% -p /boot command[check_disk_/srv/cache/lookaside]={{ libdir }}/nagios/plugins/check_disk -w 20% -c 10% -p /srv/cache/lookaside command[check_disk_/srv]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /srv