formula-prometheus/metadata/service/exporters/libvirt.yml

15 lines
307 B
YAML
Raw Normal View History

applications:
- prometheus
parameters:
_param:
prometheus_exporter_libvirt_port: 9177
prometheus:
exporters:
libvirt:
enabled: true
packages:
- libvirt-exporter
bind:
address: 0.0.0.0
port: ${_param:prometheus_exporter_libvirt_port}