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:
parent
f3655a7f95
commit
cd40147609
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue