Skip to content

This is PowerShell (Core) script is used to push data via Telegraf into InfluxDb for Grafana

Notifications You must be signed in to change notification settings

alyle-deft/Grafana-Telegraf-vCloud-PsCore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grafana Telegraf PowerShell Input Script for vCloud Director

About

Project Details

This Repository contains a PowerShell Input Script for Telegraf to collect vCloud Director stats. The generated Data will be used for a Grafa Dashboard*.

Installation

Telegraf

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"

Grafana

Updating dashboard to work with Grafana v10 is a work in progress

Screenshots

*W.I.P

About

This is PowerShell (Core) script is used to push data via Telegraf into InfluxDb for Grafana

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%