refs #8776 PVE and Ceph monitoring
This commit is contained in:
parent
aef6cb5bc0
commit
2cbf9c5619
|
@ -1,14 +1,14 @@
|
|||
- name: Set NRPE Ceph configuration
|
||||
copy:
|
||||
src: nrpe.cfg
|
||||
dest: /etc/nagios/nrpe.d/95-ceph.cfg
|
||||
src: nrpe.d/95-ceph.cfg
|
||||
dest: /etc/nagios/nrpe.d/
|
||||
owner: root
|
||||
group: root
|
||||
mode: u=rw,g=r,o=r
|
||||
notify: restart-nrpe
|
||||
- name: Copy Ceph NRPE plugins
|
||||
copy:
|
||||
src: nrpe/
|
||||
src: plugins/
|
||||
dest: /etc/nagios/plugins/
|
||||
owner: root
|
||||
group: root
|
||||
|
|
Loading…
Reference in New Issue