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:
Pavel Raiskup 2023-05-24 07:52:24 +02:00
parent 3c00832230
commit 5adcfbbbd6

View file

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