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.
This commit is contained in:
Kevin Fenzi 2016-05-17 16:51:32 +00:00
parent f3655a7f95
commit cd40147609

View file

@ -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