add in test for magazine and communityblog
This commit is contained in:
parent
a0c0e235c4
commit
c8f6a9cb4b
1 changed files with 8 additions and 1 deletions
|
@ -129,7 +129,14 @@ define service {
|
||||||
host_name magazine2.fedorainfracloud.org
|
host_name magazine2.fedorainfracloud.org
|
||||||
service_description http-magazine
|
service_description http-magazine
|
||||||
use websitetemplate
|
use websitetemplate
|
||||||
check_command check_website!magazine2.fedorainfracloud.org!/
|
check_command check_website!magazine2.fedorainfracloud.org!/!Fedora Magazine
|
||||||
|
}
|
||||||
|
|
||||||
|
define service {
|
||||||
|
host_name communityblog.fedorainfracloud.org
|
||||||
|
service_description http-communityblog
|
||||||
|
use websitetemplate
|
||||||
|
check_command check_website!communityblog.fedorainfracloud.org!/!Fedora Community Blog
|
||||||
}
|
}
|
||||||
|
|
||||||
{% if vars['nagios_location'] == 'internal' %}
|
{% if vars['nagios_location'] == 'internal' %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue