copr: nagios check for copr frontend, backend and distgit
Fixes: https://pagure.io/copr/copr/issue/2002
This commit is contained in:
parent
125e409c68
commit
8d9f6e0c4c
1 changed files with 22 additions and 0 deletions
|
@ -352,4 +352,26 @@ define service {
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
define service {
|
||||||
|
hostgroup_name proxies
|
||||||
|
service_description download.copr.fedorainfracloud.org-https
|
||||||
|
check_command check_website_ssl!download.copr.fedorainfracloud.org!Index of /
|
||||||
|
max_check_attempts 8
|
||||||
|
use websitetemplate
|
||||||
|
}
|
||||||
|
|
||||||
|
define service {
|
||||||
|
host_name noc01.iad2.fedoraproject.org
|
||||||
|
service_description copr-dist-git.fedorainfracloud.org-https
|
||||||
|
check_command check_website_ssl!copr-dist-git.fedorainfracloud.org!/cgit/!Git repository browser
|
||||||
|
max_check_attempts 8
|
||||||
|
use websitetemplate
|
||||||
|
}
|
||||||
|
|
||||||
|
define service {
|
||||||
|
host_name noc01.iad2.fedoraproject.org
|
||||||
|
service_description copr.fedorainfracloud.org-https
|
||||||
|
check_command check_website_ssl!copr.fedorainfracloud.org!Copr hosts
|
||||||
|
max_check_attempts 8
|
||||||
|
use websitetemplate
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue