copr: nagios check for Copr's CDN

Relates: https://pagure.io/fedora-infrastructure/issue/10456
This commit is contained in:
Silvie Chlupova 2022-01-04 15:28:24 +01:00
parent eb2dac57e1
commit b9fa39f0c8
5 changed files with 123 additions and 0 deletions

View file

@ -320,6 +320,7 @@ command[check_lock_file_age]=/usr/lib64/nagios/plugins/check_lock_file_age -w 1
command[check_nagios]=/usr/lib64/nagios/plugins/check_nagios -e 5 -F /var/spool/nagios/status.dat -C /usr/sbin/nagios
command[check_auditd]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'auditd' -u root
command[check_copr_ping]=/usr/bin/copr-ping-check.py
command[check_copr_cdn]=/usr/bin/copr-cdn-check.py
command[check_cron]=/usr/lib64/nagios/plugins/check_procs -c 1:10 -C 'crond' -u root
command[check_varnish_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:2 -C 'varnishd' -u varnish
command[check_rsyslogd_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:2 -C 'rsyslogd'