copr-be: decrease the nagios warning quota to 10%, attempt #2
10% is still ~2.4T of free space, ATM it looks like enough to not start
the panic mode.
Complements: 2ed4e90feb
Fixes: https://github.com/fedora-copr/copr/issues/2737
This commit is contained in:
parent
3c00832230
commit
5adcfbbbd6
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ command[check_disk_/srv/cache/lookaside]=/usr/lib64/nagios/plugins/check_disk -w
|
|||
command[check_disk_/srv/diskimages]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /srv/diskimages
|
||||
command[check_disk_/srv/registry]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /srv/registry
|
||||
command[check_disk_/u01]=/usr/lib64/nagios/plugins/check_disk -w 15% -c 10% -p /u01
|
||||
command[check_disk_/var/lib/copr/public_html]=/usr/lib64/nagios/plugins/check_disk -w 12% -c 8% -K 10% -W 20% -p /var/lib/copr/public_html
|
||||
command[check_disk_/var/lib/copr/public_html]=/usr/lib64/nagios/plugins/check_disk -w 10% -c 7% -K 10% -W 20% -p /var/lib/copr/public_html
|
||||
command[check_disk_/var/lib/dist-git]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -K 10% -W 20% -p /var/lib/dist-git -p /var/lib/copr-dist-git
|
||||
command[check_disk_/var/lib/copr-keygen]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -K 10% -W 20% -p /var/lib/copr-keygen
|
||||
command[check_disk_/srv/copr-fe]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -K 10% -W 20% -p /srv/copr-fe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue