and remember to get pings little dog too

This commit is contained in:
Stephen Smoogen 2020-02-26 23:47:11 +00:00 committed by Pierre-Yves Chibon
parent ba1b6c933d
commit 0b5939ba08

View file

@ -204,6 +204,7 @@
- nrpe.cfg - nrpe.cfg
- osbs.cfg - osbs.cfg
- pagure_redis.cfg - pagure_redis.cfg
- ping.cfg
- pgsql.cfg - pgsql.cfg
- procs.cfg - procs.cfg
- rabbitmq.cfg - rabbitmq.cfg
@ -240,6 +241,7 @@
copy: src=nagios/services/{{ item }} dest=/etc/nagios/services/{{ item }} copy: src=nagios/services/{{ item }} dest=/etc/nagios/services/{{ item }}
with_items: with_items:
- mail_queue.cfg - mail_queue.cfg
- ping.cfg
- templates.cfg - templates.cfg
tags: tags:
- nagios_config - nagios_config
@ -325,7 +327,6 @@
with_items: with_items:
- phx2-mgmt.cfg - phx2-mgmt.cfg
- mirrorlist-proxies.cfg - mirrorlist-proxies.cfg
- ping.cfg
when: env == "production" and nagios_location == "internal" when: env == "production" and nagios_location == "internal"
tags: tags:
- nagios_server - nagios_server