Merge branch 'master' of /git/ansible

This commit is contained in:
Jeremy Cline 2017-05-15 21:50:39 +00:00
commit 181c5f009c
3 changed files with 3 additions and 0 deletions

View file

@ -145,6 +145,7 @@
- check_koschei_scheduler_proc.cfg
- check_koschei_watcher_proc.cfg
- check_testcloud.cfg
- check_mirrorlist_docker_proxy.cfg
notify:
- restart nrpe
tags:

View file

@ -0,0 +1 @@
command[check_mirrorlist_docker_proxy]=/usr/lib64/nagios/plugins/check_tcp -H localhost -p 18081

View file

@ -271,6 +271,7 @@
template: src=nagios/services/{{item}}.j2 dest=/etc/nagios/services/{{item}} mode=0644 owner=root group=root
with_items:
- phx2-mgmt.cfg
- mirrorlist-proxies.cfg
tags:
- nagios_server