6a5e3abccf
This allows filtering by node in InfluxDB queries, so the statistics of all virtual guests on a specific nodes can be queried. While for InfluxDB this is only a tag which does changes where the data is stored, Graphite - our other status plugin - has no such mechanics available. If we would add it to the object hierarchy, e.g.: "qemu.$vmid.$nodename" a migration of a VM would result in two different datasets. So avoid breaking setups and omit it for Graphite for now. Suggested-by: Daniel1108 <danielgallegosanchez@gmail.com> CC: Daniel1108 <danielgallegosanchez@gmail.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>