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

@ -0,0 +1,11 @@
[Unit]
Description=Proxmox VE Prometheus Exporter
After=network.target
Wants=network.target
[Service]
Restart=on-failure
ExecStart=/usr/local/bin/pve_exporter /etc/default/prometheus-pve-exporter {{ prometheus_proxmox_exporter_port | default('9221') }} {{ prometheus_proxmox_exporter_node }}
[Install]
WantedBy=multi-user.target