Skip to content

v0.3.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 14 Jan 18:28
· 1377 commits to master since this release
48fb7ae

Overview

  • New plugin
  • CI build timeout tweak
  • Bug fixes
  • built using Go 1.15.6
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • New plugin: check_vmware_datastore
    • used to monitor space usage on datastores (one per service check)

Changed

  • GitHub Actions Workflow: Build codebase using Makefile
    • build timeout adjusted from 10 minutes to 20 minutes

Fixed

  • vsphere.getObjectByName
    • RetrieveOne PropertyCollector method called with an empty interface
      causing unexpected type panic
  • sphere.getObjects
    • accepts unsupported types.ManagedObjectReference for use with
      CreateContainerView

References