1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: prometheus-libvirt-exporter
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Michal Arbet <michal.arbet@ultimum.io>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-libvirt-libvirt-go-dev,
golang-github-prometheus-client-golang-dev,
golang-gopkg-alecthomas-kingpin.v2-dev,
libvirt-dev,
pkg-config
Standards-Version: 4.5.1
Homepage: https://github.com/kumina/libvirt_exporter
Vcs-Browser: https://salsa.debian.org/go-team/packages/prometheus-libvirt-exporter
Vcs-Git: https://salsa.debian.org/go-team/packages/prometheus-libvirt-exporter.git
XS-Go-Import-Path: github.com/kumina/libvirt_exporter
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no
Package: prometheus-libvirt-exporter
Architecture: any
Built-Using: ${misc:Built-Using}
Pre-Depends: ${misc:Pre-Depends}
Depends: daemon | systemd-sysv,
${misc:Depends},
${shlibs:Depends}
Description: Prometheus metrics exporter for libvirt
This exporter connects to any libvirt daemon and exports per-domain metrics
related to CPU, memory, disk and network usage. By default, this exporter
listens on TCP port 9177.
|