fix spellcheck

This commit is contained in:
Robert Kaussow 2022-03-11 12:22:28 +01:00
parent 37b8a24ac8
commit 9d7e6f6361
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 4 additions and 2 deletions

View File

@ -17,3 +17,5 @@ Alertmanager
VM
VMID
Telegraf
QEMU
cloud-init

View File

@ -17,10 +17,10 @@ prometheus-pve-sd -vv --loop-delay 900 -o /etc/prometheus/pve.json
The following list of meta labels can be used to relabel your scrape results:
`__meta_pve_ipv4`
: Discovered IPv4 address or `False` if not found. To discover the IP address either qemu guest agent or a cloud-init config is required.
: Discovered IPv4 address or `False` if not found. To discover the IP address either QEMU guest agent or a cloud-init configuration is required.
`__meta_pve_ipv6`
: Discovered IPv6 address or `False` if not found. To discover the IP address either qemu guest agent or a cloud-init config is required.
: Discovered IPv6 address or `False` if not found. To discover the IP address either QEMU guest agent or a cloud-init configuration is required.
`__meta_pve_name`
: Name of the node.