From 36e9d06c434bfc9f31f3761592dbb9c9882cd8e9 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sat, 20 May 2017 15:07:35 -0400 Subject: [PATCH] New post-renumbering IP addrs at ET --- conf.d/host-gateway_nagios3.cfg | 2 +- local.d/olinda.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.d/host-gateway_nagios3.cfg b/conf.d/host-gateway_nagios3.cfg index 102e8e2..d2ed335 100644 --- a/conf.d/host-gateway_nagios3.cfg +++ b/conf.d/host-gateway_nagios3.cfg @@ -2,6 +2,6 @@ define host { host_name gateway alias Default Gateway - address 18.208.0.1 + address 18.102.208.1 use generic-host } diff --git a/local.d/olinda.cfg b/local.d/olinda.cfg index 91f70e9..5f35809 100644 --- a/local.d/olinda.cfg +++ b/local.d/olinda.cfg @@ -1,7 +1,7 @@ define host{ use adehnert-host ; Name of host template to use host_name olinda - address 18.208.0.204 + address 18.102.208.15 } # SMTP is redundant with SMTP-SSL, since they use the same port -- 2.34.1