You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[inputs]
[[inputs.proxmox]]
base_url = "https://MY_IP:8006/api2/json"api_token = "MY_TOKEN"node_name = "MY_NODE"additional_vmstats_tags = ["vmid"] #TODO: there is a buginsecure_skip_verify = true
Logs from Telegraf
E! loading config file /etc/telegraf/telegraf.conf failed: plugin inputs.proxmox: line 17: configuration specified the fields ["additional_vmstats_tags"], but they were not used. This is either a typo or this config option does not exist in this version.
System info
image: telegraf:1.33.1 (telegraf:1.33.1-alpine)
Docker
No response
Steps to reproduce
docker run -v telegraf.conf:/etc/telegraf/telegraf.conf telegraf:1:33.1-alpine
Expected behavior
vm_id=xxx as tag
Actual behavior
configuration specified the fields ["additional_vmstats_tags"], but they were not used.
Additional info
No response
The text was updated successfully, but these errors were encountered:
Relevant telegraf.conf
Logs from Telegraf
System info
image: telegraf:1.33.1 (telegraf:1.33.1-alpine)
Docker
No response
Steps to reproduce
Expected behavior
vm_id=xxx as tag
Actual behavior
configuration specified the fields ["additional_vmstats_tags"], but they were not used.
Additional info
No response
The text was updated successfully, but these errors were encountered: