diff --git a/roles/nagios_server/templates/nagios/hosts/gateway-hosts.cfg.j2 b/roles/nagios_server/files/nagios/hosts/gateway-hosts.cfg similarity index 98% rename from roles/nagios_server/templates/nagios/hosts/gateway-hosts.cfg.j2 rename to roles/nagios_server/files/nagios/hosts/gateway-hosts.cfg index 0b3e7d7674..0d3148a48c 100644 --- a/roles/nagios_server/templates/nagios/hosts/gateway-hosts.cfg.j2 +++ b/roles/nagios_server/files/nagios/hosts/gateway-hosts.cfg @@ -99,7 +99,7 @@ define host { #'rdu-cc' define host { - host_name amer-gw + host_name rdu-cc-gw alias rdu community cage gateway use mincheck check_command check-host-alive diff --git a/roles/nagios_server/tasks/main.yml b/roles/nagios_server/tasks/main.yml index 52ffcae901..8863b2cb91 100644 --- a/roles/nagios_server/tasks/main.yml +++ b/roles/nagios_server/tasks/main.yml @@ -185,7 +185,6 @@ - cloud-hosts.cfg - coloamer-hosts.cfg - dedicatedsolutions-hosts.cfg - - gateway-hosts.cfg - host1plus-hosts.cfg - ibiblio-hosts.cfg - internetx-hosts.cfg