and boy did I miss a couple
This commit is contained in:
parent
f8c7161646
commit
46b8f4d181
3 changed files with 14 additions and 14 deletions
|
@ -281,7 +281,7 @@ define service {
|
||||||
}
|
}
|
||||||
|
|
||||||
define service {
|
define service {
|
||||||
host_name value
|
hostgroup_name value
|
||||||
service_description Check møte process
|
service_description Check møte process
|
||||||
check_command check_website!localhost!/!møte
|
check_command check_website!localhost!/!møte
|
||||||
use websitetemplate
|
use websitetemplate
|
||||||
|
@ -293,9 +293,9 @@ define service {
|
||||||
## Individual hosts
|
## Individual hosts
|
||||||
|
|
||||||
define service {
|
define service {
|
||||||
host_name ppc-hub
|
hostgroup_name koji
|
||||||
service_description ppc-koji-frontend
|
service_description koji-frontend
|
||||||
check_command check_website_ppc!ppc.koji.fedoraproject.org!/koji/!Recent
|
check_command check_website_ppc!localhost!/koji/!Recent
|
||||||
use ppc-secondarytemplate
|
use ppc-secondarytemplate
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
define hostgroup {
|
# define hostgroup {
|
||||||
hostgroup_name autosign
|
# hostgroup_name autosign
|
||||||
alias AUTOSIGN servers
|
# alias AUTOSIGN servers
|
||||||
members {% for host in groups['autosign'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
# members {% for host in groups['autosign'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||||
|
|
||||||
}
|
# }
|
||||||
|
|
||||||
define hostgroup {
|
define hostgroup {
|
||||||
hostgroup_name autosign-stg
|
hostgroup_name autosign-stg
|
||||||
|
|
|
@ -27,12 +27,12 @@ define hostgroup {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
define hostgroup {
|
# define hostgroup {
|
||||||
hostgroup_name arm03
|
# hostgroup_name arm03
|
||||||
alias ARM 03 builders
|
# alias ARM 03 builders
|
||||||
members {% for host in groups['arm03'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
# members {% for host in groups['arm03'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||||
|
|
||||||
}
|
# }
|
||||||
|
|
||||||
define hostgroup {
|
define hostgroup {
|
||||||
hostgroup_name arm04
|
hostgroup_name arm04
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue