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 {
|
||||
host_name value
|
||||
hostgroup_name value
|
||||
service_description Check møte process
|
||||
check_command check_website!localhost!/!møte
|
||||
use websitetemplate
|
||||
|
@ -293,9 +293,9 @@ define service {
|
|||
## Individual hosts
|
||||
|
||||
define service {
|
||||
host_name ppc-hub
|
||||
service_description ppc-koji-frontend
|
||||
check_command check_website_ppc!ppc.koji.fedoraproject.org!/koji/!Recent
|
||||
hostgroup_name koji
|
||||
service_description koji-frontend
|
||||
check_command check_website_ppc!localhost!/koji/!Recent
|
||||
use ppc-secondarytemplate
|
||||
}
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
define hostgroup {
|
||||
hostgroup_name autosign
|
||||
alias AUTOSIGN servers
|
||||
members {% for host in groups['autosign'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
# define hostgroup {
|
||||
# hostgroup_name autosign
|
||||
# alias AUTOSIGN servers
|
||||
# members {% for host in groups['autosign'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
|
||||
}
|
||||
# }
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name autosign-stg
|
||||
|
|
|
@ -27,12 +27,12 @@ define hostgroup {
|
|||
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name arm03
|
||||
alias ARM 03 builders
|
||||
members {% for host in groups['arm03'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
# define hostgroup {
|
||||
# hostgroup_name arm03
|
||||
# alias ARM 03 builders
|
||||
# members {% for host in groups['arm03'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
|
||||
}
|
||||
# }
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name arm04
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue