From 148b4f957c75f715db9f315765d1a16714fe517b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 21 Jan 2015 01:51:40 +0000 Subject: [PATCH] Install check_haproxy_conns script --- roles/nagios_client/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/nagios_client/tasks/main.yml b/roles/nagios_client/tasks/main.yml index 5444cd4e22..4cafff151f 100644 --- a/roles/nagios_client/tasks/main.yml +++ b/roles/nagios_client/tasks/main.yml @@ -21,6 +21,7 @@ - name: install local nrpe check scripts that are not packaged copy: src="scripts/{{ item }}" dest="{{ libdir }}/nagios/plugins/{{ item }}" mode=0755 owner=nagios group=nagios with_items: + - check_haproxy_conns.py - check_postfix_queue - check_raid.py - check_lock