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