From c31b3aa14e66d406875c7ea1f810c1433f3b2ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 12 Aug 2019 16:45:11 +0200 Subject: [PATCH] Trivial change to test the handler MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/rabbit/queue/templates/nagios.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/rabbit/queue/templates/nagios.cfg.j2 b/roles/rabbit/queue/templates/nagios.cfg.j2 index 2a995a0a37..31b57117a6 100644 --- a/roles/rabbit/queue/templates/nagios.cfg.j2 +++ b/roles/rabbit/queue/templates/nagios.cfg.j2 @@ -3,4 +3,4 @@ define service { service_description Check queue {{ queue_name }} check_command check_by_nrpe!check_rabbitmq_queue_{{ vhost.replace("/", "") }}_{{ queue_name }} use defaulttemplate -} \ No newline at end of file +}