Skip to content

Releases: atc0005/check-vmware

v0.20.0-alpha.4

27 Sep 14:17
Compare
Choose a tag to compare
v0.20.0-alpha.4 Pre-release
Pre-release

WARNING

NOTE: This is not considered a stable release.

Changes since the last stable release

  • bundled latest untagged atc0005/go-nagios changes
  • the check_vmware_datastore plugin has been updated to emit two performance data values
    • this is a prototype implementation to determine whether this output is generated correctly
    • other project plugins will be updated to follow suit if everything checks out

Changes since the v0.20.0-alpha.3 release

  • check_vmware_datastore
    • added explicit EOL to emitted performance data
      • NOTE: Changes to the vendored atc0005/go-nagios files have not been included upstream yet
  • other plugins are dropped from this release
    • the other plugins/dependencies are essentially unchanged from the v0.19.1 stable release

References

  • GH-321
  • the (temporary) i321-prototype-datastore-perfdata-support branch
  • commit ee0509c

v0.19.1

20 Sep 11:33
a95650a
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.8
    • Statically linked
    • Linux (x86, x64)

Changed

  • Dependencies

    • Go
      • 1.16.7 to 1.16.8
    • rs/zerolog
      • v1.23.0 to v1.25.0
    • vmware/govmomi
      • v0.26.0 to v0.26.1
    • atc0005/go-nagios
      • v0.6.0 to v0.7.0
  • Documentation

    • Update README coverage for stderr output

References

v0.20.0-alpha.3 - Prototype Performance Data release

17 Sep 22:18
Compare
Choose a tag to compare

WARNING

NOTE: This is not considered a stable release.

Changes since the last stable release

  • bundled latest untagged atc0005/go-nagios changes
  • the check_vmware_datastore plugin has been updated to emit two performance data values
    • this is a prototype implementation to determine whether this output is generated correctly
    • other project plugins will be updated to follow suit if everything checks out
  • dependency updates (e.g., Go 1.16.8)

Changes since the v0.20.0-alpha.2 release

  • bug fixes included from latest untagged atc0005/go-nagios changes

References

v0.20.0-alpha.2 - Prototype Performance Data release

16 Sep 12:09
Compare
Choose a tag to compare

WARNING

NOTE: This is not considered a stable release.

Changes since the last stable release

  • bundled latest untagged atc0005/go-nagios changes
  • the check_vmware_datastore plugin has been updated to emit two performance data values
    • this is a prototype implementation to determine whether this output is generated correctly
    • other project plugins will be updated to follow suit if everything checks out
  • dependency updates (e.g., Go 1.16.8)

Changes since the v0.20.0-alpha.1 release

  • tweaks to the performance data labels
    • to reflect what appears to be the community standard (underscores instead of dashes)
  • all available plugins included

References

v0.20.0-alpha.1 - Prototype Performance Data release

15 Sep 13:22
Compare
Choose a tag to compare

NOTE: This is not considered a stable release.

While the plugins are likely safe to use, initial prototype support for emitting performance data has been added for the check_vmware_datastore plugin.

References:

v0.19.0

11 Aug 12:01
c5a31cc
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.7
    • Statically linked
    • Linux (x86, x64)

Changed

  • List associated datastore for each snapshot (in place of MOID value
    previously used)

Fixed

  • Add handling of potential nil pointer for VM's snapshot property (of type
    VirtualMachineSnapshotInfo)

  • README

    • Fix alarm plugin thresholds

References

v0.18.1

06 Aug 11:50
587ce89
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.7
    • Statically linked
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.6 to 1.16.7
    • actions/setup-node
      • updated from v2.3.0 to v2.4.0

References

v0.18.0

25 Jul 13:24
6b31623
Compare
Choose a tag to compare

Overview

  • Plugin improvements
  • Dependency update
  • built using Go 1.16.6
    • Statically linked
    • Linux (x86, x64)

Changed

  • check_vmware_vpus plugin

    • list 10 most vCPU consuming VMs in extended output
    • list 10 most recently booted VMs in extended output
  • Dependencies

    • actions/setup-node
      • updated from v2.2.0 to v2.3.0

References

v0.17.5

15 Jul 11:42
e4ec955
Compare
Choose a tag to compare

Overview

  • Dependency update
  • built using Go 1.16.6
    • Statically linked
    • Linux (x86, x64)

Changed

  • Dependencies
    • atc0005/go-nagios
      • v0.6.0 to v0.6.1
    • Go
      • canary file updated from 1.16.5 to 1.16.6

Fixed

  • CHANGELOG
    • Add missing Go dependency update

References

v0.17.4

13 Jul 11:42
cc2e8e6
Compare
Choose a tag to compare

Overview

  • Output tweak
  • Dependency updates
  • built using Go 1.16.6
    • Statically linked
    • Linux (x86, x64)

Added

  • Add "canary" Dockerfile to track stable Go releases, serve as a reminder to
    generate fresh binaries

Changed

  • check_vmware_disk_consolidation plugin
    • list the power state for VMs in need of disk consolidation
  • Dependencies
    • Go
      • 1.16.5 to 1.16.6
    • actions/setup-node
      • updated from v2.1.5 to v2.2.0
      • update node-version value to always use latest LTS version instead of
        hard-coded version

References