
Prometheus libvirt exporter
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 82 | 15 Apr 2025 | |
latest/stable | 83 | 15 Apr 2025 | |
latest/stable | 84 | 15 Apr 2025 | |
latest/stable | 85 | 15 Apr 2025 | |
latest/stable | 12 | 18 Oct 2022 | |
latest/stable | 7 | 13 Oct 2021 | |
latest/candidate | 88 | 15 Apr 2025 | |
latest/candidate | 91 | 15 Apr 2025 | |
latest/candidate | 85 | 15 Apr 2025 | |
latest/candidate | 83 | 15 Apr 2025 | |
latest/candidate | 84 | 15 Apr 2025 | |
latest/candidate | 82 | 15 Apr 2025 | |
latest/candidate | 10 | 02 Apr 2025 | |
latest/candidate | 53 | 09 Jan 2025 | |
latest/candidate | 50 | 09 Jan 2025 | |
latest/candidate | 7 | 11 Oct 2021 | |
latest/edge | 147 | 08 Sep 2025 | |
latest/edge | 146 | 08 Sep 2025 | |
latest/edge | 145 | 08 Sep 2025 | |
latest/edge | 144 | 08 Sep 2025 | |
latest/edge | 143 | 08 Sep 2025 | |
latest/edge | 142 | 08 Sep 2025 | |
latest/edge | 141 | 08 Sep 2025 | |
latest/edge | 140 | 08 Sep 2025 | |
latest/edge | 10 | 02 Apr 2025 |
juju deploy prometheus-libvirt-exporter
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
22.04
20.04
18.04
16.04
Getting Started
A typical deployment with nova and libvirt is as follows:
(The metrics will be at http://nova-compute:9177)
juju deploy nova-compute
juju deploy prometheus-libvirt-exporter
juju add-relation nova-compute prometheus-libvirt-exporter
To avail of the metrics in grafana the following steps can be used:
juju deploy grafana
juju deploy prometheus2
juju add-relation prometheus-libvirt-exporter:scrape prometheus2:target
juju add-relation prometheus-libvirt-exporter:dashboards grafana:dashboards
To setup reporting with nagios:
juju deploy nrpe
juju add-relation nova-compute nrpe
juju add-relation prometheus-libvirt-exporter:nrpe-external-master nrpe:nrpe-external-master
To change or update dashboards:
# The exporter is distributed with a standard dashboard
# To provide your own dashboards, create a zip file and attach it as a resource
zip grafana-dashboards.zip libvirt-simple.json libvirtadvanced.json
juju attach-resource prometheus-libvirt-exporter dashboards=./grafana-dashboards.zip