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