e8c7be754f
Change-Id: I71538bc6b39edaa6a0856c8bba9de11b88cec67a
14 lines
307 B
YAML
14 lines
307 B
YAML
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}
|