Skip to content

Latest commit

 

History

History
110 lines (63 loc) · 2.28 KB

File metadata and controls

110 lines (63 loc) · 2.28 KB

v0.3.30

  • add vihost filter option to snapshot command
  • fix: vSAN command now respects SSL verification settings
  • fix: cluster-health command honors standby filtering only on request
  • fix: reduce repeated vSphere property fetches (performance improvement)
  • fix: harden vm-guestfs command and add test coverage
  • refactor: move argument definition into get_argparser
  • ci: add GitHub Actions test workflow
  • test: extend vcsim and unit test coverage with mocked pyVmomi

v0.3.21

  • introduce cluster-health mode

v0.3.20

  • fix some exception handling bug

v0.3.19

  • allow pyVmomi 9 as dependency

v0.3.18

  • add vm-guestfs command
  • add --match-method option that can change the behavior of the REGEX passed to --allowed or --banned

v0.3.17

  • improve vm-tools some more, VMS can be ignores by config.guestId

v0.3.16

  • improve vm-tools: add --vihost argument to limit checks to a ESX host and polish output a bit

v0.3.15

  • perf: report an error if --perfinstance '*' is used but the metric just has an aggregate available

v0.3.14

  • report warning if we miss datastores we want to check

v0.3.13

  • add vm-tools subcommand that checks for VMs that don't have vm-tools installed @BenjaminBoehm #25

v0.3.12

  • add --mode path to host-storage

v0.3.11

  • [BREAKING] add check for System.View permission to about cmd. use --skip-permission to skip this (old behavior).

v0.3.10

  • fix error in media with offline vms

v0.3.9

  • make use of sessionId support in pyVmomi for --sessionfile

v0.3.8

  • depend on 8.0.3.0.1 because of the vsan command, the extra non free bindings are now included in pyVmomi and don't exist anymore as a separate project

v0.3.7

  • limit number in plugin output to 8 significant digits

v0.3.6

  • add experimental sessionfile support (MLUECKERT)

v0.3.5

  • datastores: add support for vimtype Datacenter (MLUECKERT)

v0.3.4

  • add vm-net-dev check

v0.3.3

  • adjust object status mapping in vsan cmd

v0.3.2

  • fix status message in hostruntime

v0.3.1

  • Try harder to extract a nice message from the exceptions if CONNECT_NOFAIL is set

v0.3.0

  • BREAKING CHANGE: avoid check_multi compatible performance data. pnp4nagios has it's issues with that
  • improve powerstate

v0.2.3

  • host-runtime - improved performance