and we have to remember no children are allowed
This commit is contained in:
parent
63c17250de
commit
0cbcbb826d
5 changed files with 9 additions and 7 deletions
|
@ -262,7 +262,9 @@
|
|||
- vpnclients.cfg
|
||||
- web.cfg
|
||||
- wiki.cfg
|
||||
- zanata2fedmsg.cfg
|
||||
##
|
||||
## not implemented yet
|
||||
# - zanata2fedmsg.cfg
|
||||
tags:
|
||||
- nagios_server
|
||||
|
||||
|
|
|
@ -15,6 +15,6 @@ define hostgroup {
|
|||
define hostgroup {
|
||||
hostgroup_name anitya
|
||||
alias anitya
|
||||
members {% for host in groups['anitya:children'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
members {% for host in groups['anitya'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
|
||||
}
|
||||
|
|
|
@ -25,13 +25,13 @@ define hostgroup {
|
|||
define hostgroup {
|
||||
hostgroup_name autocloud-backend
|
||||
alias Autocloud Backend
|
||||
members {% for host in groups['autocloud-backend:children'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
members {% for host in groups['autocloud-backend'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name autocloud-backend-stg
|
||||
alias STG Autocloud Backend servers
|
||||
members {% for host in groups['autocloud-backend-stg:children'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
members {% for host in groups['autocloud-backend-stg'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
|
|
|
@ -39,7 +39,7 @@ define hostgroup {
|
|||
define hostgroup {
|
||||
hostgroup_name buildarm
|
||||
alias Builders for ARM
|
||||
members {% for host in groups['buildarm:children'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
members {% for host in groups['buildarm'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
|
|
|
@ -49,12 +49,12 @@ define hostgroup {
|
|||
define hostgroup {
|
||||
hostgroup_name copr
|
||||
alias Copr servers
|
||||
members {% for host in groups['copr:children'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
members {% for host in groups['copr'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name copr-stg
|
||||
alias STG Copr servers
|
||||
members {% for host in groups['copr-stg:children'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
members {% for host in groups['copr-stg'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue