Olivier Bourdon | e8c7be7 | 2017-06-23 12:28:48 +0200 | [diff] [blame] | 1 | applications: |
| 2 | - prometheus |
Michal Kobus | eb5c9a4 | 2019-02-04 17:55:22 +0100 | [diff] [blame] | 3 | classes: |
| 4 | - service.prometheus.support |
Olivier Bourdon | e8c7be7 | 2017-06-23 12:28:48 +0200 | [diff] [blame] | 5 | parameters: |
| 6 | _param: |
| 7 | prometheus_exporter_libvirt_port: 9177 |
| 8 | prometheus: |
| 9 | exporters: |
| 10 | libvirt: |
Olivier Bourdon | e8c7be7 | 2017-06-23 12:28:48 +0200 | [diff] [blame] | 11 | packages: |
| 12 | - libvirt-exporter |
Olivier Bourdon | 31bfa9d | 2017-07-10 10:01:46 +0200 | [diff] [blame] | 13 | services: |
| 14 | qemu: |
| 15 | bind: |
| 16 | address: 0.0.0.0 |
| 17 | port: ${_param:prometheus_exporter_libvirt_port} |