From 857adabe4f3f0d291448eab9e70e35e5fbbdb9b0 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 18 Mar 2015 14:28:55 +0000 Subject: [PATCH] Make that 15. --- playbooks/manual/restart-fedmsg-services.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/manual/restart-fedmsg-services.yml b/playbooks/manual/restart-fedmsg-services.yml index 23e95bbcf9..5af80b64be 100644 --- a/playbooks/manual/restart-fedmsg-services.yml +++ b/playbooks/manual/restart-fedmsg-services.yml @@ -58,8 +58,8 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml tasks: - - name: schedule a 10 minute downtime. give notifs backend time to start up. - nagios: action=downtime minutes=10 service=host host={{ inventory_hostname }} + - name: schedule a 15 minute downtime. give notifs backend time to start up. + nagios: action=downtime minutes=15 service=host host={{ inventory_hostname }} delegate_to: noc01.phx2.fedoraproject.org ignore_errors: true