From a52c8711ac346d056125a511e2c2d0853e411e6e Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Mon, 9 Jan 2017 02:25:32 +0000 Subject: [PATCH] ok lets see if this fixes stuff --- .../nagios/hosts/gateway-hosts.cfg} | 2 +- roles/nagios_server/tasks/main.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) rename roles/nagios_server/{templates/nagios/hosts/gateway-hosts.cfg.j2 => files/nagios/hosts/gateway-hosts.cfg} (98%) 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