Skip to content

Releases: atc0005/check-vmware

v0.5.1

29 Jan 14:23
9fac788
Compare
Choose a tag to compare

Overview

  • Bug fixes
  • built using Go 1.15.7

Changed

  • internal/vsphere package logging output disabled by default, exposed via
    debug logging level (user configurable)

Fixed

  • snapshots size plugin properly detects WARNING cumulative size state, but
    unhelpfully notes 0 (individual) snapshots exceeding size

References

v0.5.0

27 Jan 15:07
3cf4433
Compare
Choose a tag to compare

Overview

  • New plugin
  • Bug fixes
  • built using Go 1.15.7

Added

  • New plugin: check_vmware_snapshots_size

Changed

  • Makefile: indent output per plugin build step

Fixed

  • check_vmware_tools plugin does not clearly define what thresholds are used for service check logic
  • GoDoc coverage missing for project plugins

References

v0.4.3

26 Jan 12:32
db5f7ec
Compare
Choose a tag to compare

Overview

  • Bug fixes
  • built using Go 1.15.7

Changed

  • The default Resources Resource Pool is now evaluated unless a Resource
    Pool is explicitly included via the --include-rp flag

Fixed

  • check_vmware_tools: Long Service Output listing omits affected VMs when only one affected
  • VMs outside of Resource Pools excluded from evaluation
    • multiple plugins affected
      • check_vmware_tools
      • check_vmware_hs2ds2vms
      • check_vmware_snapshots_age
      • check_vmware_vhw
      • check_vmware_vcpus

References

v0.4.2

25 Jan 10:15
bc6ce79
Compare
Choose a tag to compare

Overview

  • Bug fixes
  • built using Go 1.15.7

Changed

  • Swap out GoDoc badge for pkg.go.dev badge
  • Dependencies
    • built using Go 1.15.7
      • Statically linked
      • Windows (x86, x64)
      • Linux (x86, x64)

Fixed

  • check_vmware_snapshots_age plugin: duplicated structured logging field
  • "Snapshots not yet exceeding age thresholds" list not populated
  • Replace "please submit issue" request text with link to recently created issue for feedback collection
  • Misc typos, copy/paste/modify mistakes

References

v0.4.1

19 Jan 23:34
d7830a8
Compare
Choose a tag to compare

Overview

  • Bug fixes
  • built using Go 1.15.6
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Fixed

  • check_vmware_snapshots_age plugin: incomplete logic for young snapshots switch case
  • check_vmware_snapshots_age plugin: wrong state label for OK check results

References

v0.4.0

19 Jan 13:39
64b45b0
Compare
Choose a tag to compare

Overview

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

Added

  • New plugin: check_vmware_snapshots_age

Fixed

  • check_vmware_datastore | Datastore-specific storage usage for VMs appears to be incorrect
  • check_vmware_datastore | Datastore-specific storage usage for VMs is rounded without sufficient precision
  • check_vmware_datastore | Angle brackets for pre tags (in VM listing) shown in CLI, missing from Nagios generated notifications

References

v0.3.0

14 Jan 18:28
48fb7ae
Compare
Choose a tag to compare

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

v0.2.1

14 Jan 11:50
1668e8f
Compare
Choose a tag to compare

Overview

  • documentation updates
  • dependency update
  • built using Go 1.15.6
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • Add "contrib" files
    • demonstrate plugin usage

Changed

  • dependencies
    • atc0005/go-nagios
      • v0.5.3 to v0.6.0

Fixed

  • Update documentation for v0.2.x release
    • examples
    • contrib overview
    • minor fixes
  • Fix typo in project breadcrumb URL

References

v0.2.0

12 Jan 13:44
5064f4c
Compare
Choose a tag to compare

Overview

  • Bugfixes
  • New plugin
  • built using Go 1.15.6
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • New plugin: check_vmware_hs2ds2vms
    • used to assert that VMs are running and housed on intended hosts and datastores

Changed

  • Allow specifying lists of values via CLI flag with or without quotes

Fixed

  • Expose via Long Service Output whether powered off VMs are evaluated
  • Wire-up user domain support

References

v0.1.1

11 Jan 11:26
617e23d
Compare
Choose a tag to compare

Overview

  • Bugfixes
  • built using Go 1.15.6
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Fixed

  • Incorrect project name in version output
  • Plugins require write permission on home directory in order to cache login
    sessions

References