copr-be: decrease the nagios warning quota to 10%

10% is still ~2.4T of free space, ATM it looks like enough to not start
the panic mode.

https://github.com/fedora-copr/copr/issues/2737
This commit is contained in:
Pavel Raiskup 2023-05-22 15:32:43 +02:00
parent 0f615454fc
commit 2ed4e90feb

View file

@ -15,7 +15,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