mirror of
https://github.com/retspen/webvirtcloud
synced 2026-07-03 10:05:41 +00:00
Added V2 from scratch
This commit is contained in:
parent
5c2232f4e8
commit
6c2925a35d
478 changed files with 21437 additions and 134206 deletions
12
devenv/vagrant/opt/libvirt_exporter/libvirt_exporter.service
Normal file
12
devenv/vagrant/opt/libvirt_exporter/libvirt_exporter.service
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=LibVirt Exporter for VM metrics
|
||||
Documentation=https://github.com/retspen/libvirt_exporter
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
WorkingDirectory=/opt/libvirt_exporter-0.1.0.linux-amd64/
|
||||
ExecStart=/opt/libvirt_exporter-0.1.0.linux-amd64/libvirt_exporter --web.listen-address=localhost:9177
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue