refs #8776 PVE and Ceph monitoring

This commit is contained in:
Juan Ferrer 2025-03-17 17:50:56 +01:00
parent aef6cb5bc0
commit 2cbf9c5619
6 changed files with 3 additions and 3 deletions

View File

@ -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