From f7d554d533b822de9f8468bfcfdfebacf72bed0c Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 5 Oct 2017 19:25:57 -0700 Subject: [PATCH] nagios: Rename zmirror2 to zmirrorp in configuration. The "p" stands for "personals", aka zephyr private messages, which is what this host manages. --- puppet/zulip_ops/files/nagios3/conf.d/services.cfg | 2 +- puppet/zulip_ops/templates/nagios3/hosts.cfg.template.erb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/puppet/zulip_ops/files/nagios3/conf.d/services.cfg b/puppet/zulip_ops/files/nagios3/conf.d/services.cfg index 71458cf11e..ebb81655fd 100644 --- a/puppet/zulip_ops/files/nagios3/conf.d/services.cfg +++ b/puppet/zulip_ops/files/nagios3/conf.d/services.cfg @@ -111,7 +111,7 @@ define service { define service { use generic-service - host zmirror2 + host zmirrorp service_description Check personal zephyr mirrors check_command check_personal_zephyr_mirrors!22 contact_groups admins diff --git a/puppet/zulip_ops/templates/nagios3/hosts.cfg.template.erb b/puppet/zulip_ops/templates/nagios3/hosts.cfg.template.erb index f42816e7a3..af889cd9f5 100644 --- a/puppet/zulip_ops/templates/nagios3/hosts.cfg.template.erb +++ b/puppet/zulip_ops/templates/nagios3/hosts.cfg.template.erb @@ -32,9 +32,9 @@ define host{ define host{ use generic-host - host_name zmirror2 - alias zmirror2 - address zmirror2.zulip.net + host_name zmirrorp + alias zmirrorp + address zmirrorp.zulip.net hostgroups all,zmirror }