nagios: nix phx2 mgmt

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2020-06-20 18:31:29 -05:00 committed by Rick Elrod
parent 7636206d12
commit 853975da7d

View file

@ -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