From 4ebc104f825128894b434120d366d2cb9e1e9678 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 2 Oct 2015 15:29:16 +0000 Subject: [PATCH] Don't unsilence nagios after Koschei upgrade Lets wait until downtime expires by itself to give people time to monitor Koschei and fix problems that may appear after upgrade. --- playbooks/manual/upgrade/koschei.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/playbooks/manual/upgrade/koschei.yml b/playbooks/manual/upgrade/koschei.yml index fb622fe95f..9aca8924a2 100644 --- a/playbooks/manual/upgrade/koschei.yml +++ b/playbooks/manual/upgrade/koschei.yml @@ -40,7 +40,3 @@ post_tasks: - name: start httpd service: name="httpd" state=started - - name: unsilence nagios - nagios: action=unsilence service=host host={{ inventory_hostname_short }}{{ env_suffix }} - delegate_to: noc01.phx2.fedoraproject.org - ignore_errors: true