Update nagios check for fedoraproject.org, and add hotspot.txt check
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
a387117063
commit
be9e6c8e12
1 changed files with 8 additions and 1 deletions
|
@ -1,7 +1,14 @@
|
|||
define service {
|
||||
hostgroup_name proxies
|
||||
service_description http-fedoraproject.org
|
||||
check_command check_website!fedoraproject.org!/!getfedora.org
|
||||
check_command check_website!fedoraproject.org!/!https://fedoraproject.org/
|
||||
use websitetemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
hostgroup_name proxies
|
||||
service_description http-fedoraproject.org-hotspot.txt
|
||||
check_command check_website!fedoraproject.org!/static/hotspot.txt!OK
|
||||
use websitetemplate
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue