nagios: nix phx2 mgmt
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
7636206d12
commit
853975da7d
1 changed files with 7 additions and 5 deletions
|
@ -44,9 +44,11 @@ define hostgroup{
|
||||||
|
|
||||||
##
|
##
|
||||||
## Management hardware
|
## Management hardware
|
||||||
define hostgroup {
|
#define hostgroup {
|
||||||
hostgroup_name phx2_mgmt_systems
|
# hostgroup_name phx2_mgmt_systems
|
||||||
alias phx2_mgmt_systems
|
# alias phx2_mgmt_systems
|
||||||
members {% for host in vars['phx2_management_hosts']|sort %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
# members {% for host in vars['phx2_management_hosts']|sort %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
|
||||||
|
#
|
||||||
|
#}
|
||||||
|
|
||||||
}
|
# TODO: Add iad2 mgmt here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue