Skip to content

v0.30.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 27 Apr 11:51
· 552 commits to master since this release
fe6a573

Overview

  • Expand support for Nagios Performance Data
  • Bugfixes
  • Dependency updates
  • built using Go 1.17.9
    • Statically linked
    • Linux x64

Added

  • (GH-652) Extend check_vmware_rps_memory plugin to emit swapped memory
    perfdata
  • (GH-644) Extend check_vmware_rps_memory plugin to emit ballooned memory
    perfdata

Changed

  • Dependencies

    • Go
      • 1.17.8 to 1.17.9
    • google/go-cmp
      • v0.5.7 to v0.5.8
    • github/codeql-action
      • v1.1.5 to v2.1.8
  • (GH-648) Update send2teams command definition to reflect changes from
    send2teams v0.9.0 release

  • (GH-650) Update send2teams command definition to use condensed overview
    format

Fixed

  • (GH-653) Fix duplication in variable name
  • (GH-659) Update doc for check_vmware_rps_memory plugin
  • (GH-660) Expand logging, attempt state reload for Resource Pool stats
  • (GH-663) Document that RPS plugin requires vCenter instance

References