library/roles/nagios/tasks/nagios.yml: Restart, not reload, the nrpe server after changing the tasks.
This commit is contained in:
parent
d1672fe4fb
commit
d2db6b59bf
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
- name: Install the global nrpe commands file
|
- 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
|
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' ]
|
tags: [ 'nagios', 'nrpe', 'nrpe_cfg' ]
|
||||||
|
|
||||||
- name: set the NRPE ACL
|
- name: set the NRPE ACL
|
||||||
|
|
Loading…
Reference in New Issue