Skip to content

v0.11.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 12 Feb 12:15
· 1161 commits to master since this release
694cfcb

Overview

  • Bug fixes
  • Misc tweaks
  • built using Go 1.15.8

Changed

  • check_vmware_vhw plugin
    • two new additional monitoring modes added
      • minimum required version check
      • outdated-by or threshold range check
  • CI build timeout adjusted from 20 to 40 minutes
  • check_vmware_vm_power_update plugin
    • Extend check_vmware_vm_power_uptime to list 5-10 highest uptime VMs when
      state is OK

Fixed

  • CI-driven Makefile builds timing out after v0.10.0 release
  • "shorthand" suffix missing for plugin-specific help output for short flag
    options
  • Validation checks for CRITICAL/WARNING threshold checks does not (negative)
    assert CRITICAL <= WARNING

References