This Repository contains a PowerShell Input Script for Telegraf to collect vCloud Director stats. The generated Data will be used for a Grafa Dashboard*.
Snippet of the telegraf.conf input:
[[inputs.exec]]
commands = ["pwsh /scripts/Grafana-Telegraf-vCloud-PsCore/vCloud.ps1"]
name_override = "vCloudStats"
interval = "60s"
timeout = "60s"
data_format = "influx"
Updating dashboard to work with Grafana v10 is a work in progress
*W.I.P