From 351dd6dd5db6b47b8d5da1470a11ca71b8d0bd7e Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 25 Sep 2013 14:36:54 -0400 Subject: [PATCH] nagios: Update monitoring to use only the .zulip.net hostnames. (imported from commit fc1a91546d39f4915ee9b9b63dad284b2cd54443) --- .../modules/zulip/files/nagios3/conf.d/hosts.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/servers/puppet/modules/zulip/files/nagios3/conf.d/hosts.cfg b/servers/puppet/modules/zulip/files/nagios3/conf.d/hosts.cfg index cf4844e382..9b7fd87f0d 100644 --- a/servers/puppet/modules/zulip/files/nagios3/conf.d/hosts.cfg +++ b/servers/puppet/modules/zulip/files/nagios3/conf.d/hosts.cfg @@ -26,7 +26,7 @@ define host{ use generic-host host_name git alias git - address git.humbughq.com + address git.zulip.net hostgroups all,web,not_pageable_servers } @@ -34,7 +34,7 @@ define host{ use generic-host host_name zmirror alias zmirror - address zmirror.humbughq.com + address zmirror.zulip.net hostgroups all,zmirror,pageable_servers } @@ -50,7 +50,7 @@ define host{ use generic-host host_name bots alias bots - address bots.humbughq.com + address bots.zulip.net hostgroups all,not_pageable_servers } @@ -58,7 +58,7 @@ define host{ use generic-host host_name postgres0 alias postgres0 - address postgres0.humbughq.com + address postgres0.zulip.net hostgroups all,postgres,pageable_servers } @@ -66,7 +66,7 @@ define host{ use generic-host host_name postgres1 alias postgres1 - address postgres1.humbughq.com + address postgres1.zulip.net hostgroups all,postgres,pageable_servers }