add proxmox exporter

This commit is contained in:
Ludovic Cartier
2023-01-27 20:34:33 +01:00
parent 7d6d9e2076
commit 98fe9294b3
5 changed files with 88 additions and 0 deletions

View File

@ -88,3 +88,10 @@
state: restarted
enabled: yes
tags: ['prometheus']
- name: 'prometheus | proxmox exporter | restart service'
systemd:
name: prometheus-proxmox-exporter.service
state: restarted
enabled: yes
tags: ['prometheus']