From d2db6b59bff7f5df4885796c1c8d94a07b65747b Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 26 Jan 2018 16:50:41 +0100 Subject: [PATCH] library/roles/nagios/tasks/nagios.yml: Restart, not reload, the nrpe server after changing the tasks. --- nagios/tasks/nagios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nagios/tasks/nagios.yml b/nagios/tasks/nagios.yml index 27278e7a..b2d3fb2a 100644 --- a/nagios/tasks/nagios.yml +++ b/nagios/tasks/nagios.yml @@ -27,7 +27,7 @@ - name: Install the global nrpe commands file template: src=common-nrpe.cfg.j2 dest=/etc/nagios/nrpe.d/common.cfg owner=root group=root mode=444 - notify: Reload NRPE server + notify: Restart NRPE server tags: [ 'nagios', 'nrpe', 'nrpe_cfg' ] - name: set the NRPE ACL