Lower the nagios downtime from 25 to 5 minutes

This commit is contained in:
Pierre-Yves Chibon 2016-07-27 11:02:45 +02:00
parent 070cce1c68
commit e4b1416e60

View file

@ -55,7 +55,7 @@
pre_tasks:
- name: tell nagios to shush w.r.t. the backend
nagios: action=downtime minutes=25 service=host host={{ inventory_hostname_short }}{{ env_suffix }}
nagios: action=downtime minutes=5 service=host host={{ inventory_hostname_short }}{{ env_suffix }}
delegate_to: noc01.phx2.fedoraproject.org
ignore_errors: true