Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inputs.proxmox not supports additional_vmstats_tags = ["vmid"] #16457

Open
enrico-nxw opened this issue Jan 31, 2025 · 0 comments
Open

inputs.proxmox not supports additional_vmstats_tags = ["vmid"] #16457

enrico-nxw opened this issue Jan 31, 2025 · 0 comments
Labels
bug unexpected problem or unintended behavior

Comments

@enrico-nxw
Copy link

Relevant telegraf.conf

[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 bug
  insecure_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

  1. 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

@enrico-nxw enrico-nxw added the bug unexpected problem or unintended behavior label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

1 participant