influxdata/telegraf

[[inputs.vsphere]] to get VM snapshot information

Open

#16,122 创建于 2024年11月1日

在 GitHub 查看
 (6 评论) (2 反应) (0 负责人)Go (4,161 fork)batch import
feature requesthelp wanted

仓库指标

Star
 (9,892 star)
PR 合并指标
 (平均合并 2天 12小时) (30 天内合并 136 个 PR)

描述

Use Case

Currently using [[inputs.vsphere]] to get data from vSphere and output them to influxDB using [[outputs.influxdb_v2]]. Then using Grafana to visualise the data. As far as I can see, currently, no metric(s) get VM snapshot data. This feature request is to see if it's possible to pull VM snapshot information via the [[inputs.vsphere]] plug-in, so this information can be visualised via Grafana.

Expected behavior

VM snapshot data is collected via the [[inputs.vsphere]] plug-in

Actual behavior

Currently this not happening

Additional info

Telegraf version 1.32.1 InfluxDB version 2.7.10 vSphere vCenter version 8.0.2.00200

The request is similar to #7741, but I'm not looking for specific storage usage, only to see if a snapshot exists and the age or the time the snapshot was created.

贡献者指南