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