we need to be careful about spacing
This commit is contained in:
parent
53e2d5a6bb
commit
a6236e99e2
3 changed files with 3 additions and 7 deletions
|
@ -2,4 +2,5 @@ define servicegroup {
|
||||||
servicegroup_name fas
|
servicegroup_name fas
|
||||||
alias Fedora Account System
|
alias Fedora Account System
|
||||||
members {% for host in groups['proxies'] %}{{host}}, accounts, {% endfor %}{% for host in groups['fas'] %}{{host}}, accounts, {% endfor %} db-fas01.phx2.fedoraproject.org,Check FAS DB,
|
members {% for host in groups['proxies'] %}{{host}}, accounts, {% endfor %}{% for host in groups['fas'] %}{{host}}, accounts, {% endfor %} db-fas01.phx2.fedoraproject.org,Check FAS DB,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,6 @@ define servicegroup {
|
||||||
servicegroup_name fp-wiki
|
servicegroup_name fp-wiki
|
||||||
alias Fedora Project Wiki
|
alias Fedora Project Wiki
|
||||||
members {% for host in groups['proxies'] %}{{host}}, fedoraproject.org - wiki - non-cached, {% endfor %}{% for host in groups['proxies'] %}{{host}}, fedoraproject.org - wiki, {% endfor %}
|
members {% for host in groups['proxies'] %}{{host}}, fedoraproject.org - wiki - non-cached, {% endfor %}{% for host in groups['proxies'] %}{{host}}, fedoraproject.org - wiki, {% endfor %}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,13 +5,7 @@
|
||||||
define hostgroup {
|
define hostgroup {
|
||||||
hostgroup_name phx-virt
|
hostgroup_name phx-virt
|
||||||
alias PHX Virtual ServiceGroup
|
alias PHX Virtual ServiceGroup
|
||||||
members {% for host in groups['virtservers'] %}{{host}}{{host}}, Disk space /,{{host}},Total Processes,{{host}}, Check Raid, {{host}}, Swap, {{host}}, SSH, {% endfor %}
|
members {% for host in groups['virtservers'] %} {{host}}, Disk space /, {{host}}, Total Processes, {{host}}, Check Raid, {{host}}, Swap, {{host}}, SSH, {% endfor %}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
define hostgroup {
|
|
||||||
hostgroup_name colo-virt
|
|
||||||
alias Colocation Virtual ServiceGroup
|
|
||||||
members {% for host in groups['colo-virt'] %}{{host}}{{host}}, Disk space /,{{host}},Total Processes,{{host}}, Check Raid, {{host}}, Swap, {{host}}, SSH, {% endfor %}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue