From a6c3c62b9c931848e71a0c18565f1c14900f27a6 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 25 Jun 2015 15:51:24 +0000 Subject: [PATCH] Add some quietus to the notifs-backend playbook. --- playbooks/groups/notifs-backend.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/groups/notifs-backend.yml b/playbooks/groups/notifs-backend.yml index 9e8105ab00..3f0d14328f 100644 --- a/playbooks/groups/notifs-backend.yml +++ b/playbooks/groups/notifs-backend.yml @@ -57,6 +57,12 @@ user: root gather_facts: True + pre_tasks: + - name: tell nagios to shush w.r.t. the backend since it usually complains + nagios: action=downtime minutes=20 service=host host={{ inventory_hostname_short }}{{ env_suffix }} + delegate_to: noc01.phx2.fedoraproject.org + ignore_errors: true + roles: - fedmsg/hub - notifs/backend