Skip to content

Ian2020/vSphere-Graphite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vSphere-Graphite

A PowerShell script that pushes vSphere stats to Graphite. Runs as a scheduled task, installed via Chocolatey.

##Installation

The project builds to a Chocolatey package which can then be installed the usual Chocolatey way.

###Prerequisites

###Building

  1. Clone the repo
  2. Run cpack - if successful a vSphere-Graphite.nupkg file will be built.

###Installing

From the repo directory run:

choco install vSphereGraphite -source '"$((Resolve-Path .).Path);https://chocolatey.org/api/v2/"'

This will install the scheduled task that polls vSphere.

##Usage

  • Configure the script by editing %CHOCOLATEYINSTALL%\lib\vSphereGraphite.[VERSION]\tools\vSphere-Graphite.config. Restart the scheduled task for changes to take effect.
  • Check the log for any issues: %CHOCOLATEYINSTALL%\lib\vSphereGraphite.[VERSION]\tools\vSphere-Graphite.log

About

Pushes vSphere stats to Graphite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published