Skip to content

Releases: nbuchwitz/check_pve

Version 1.4.0

30 Jun 10:24
Compare
Choose a tag to compare

What's Changed

  • Add option to ignore complete resources pools in backup check by @jdreffein in #60

New Contributors

Full Changelog: v1.3.0...v1.4.0

Version 1.3.0

24 Jun 17:19
e65532d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.1...v1.3.0

Version 1.2.1

10 Sep 19:47
e43002d
Compare
Choose a tag to compare

Features:

  • ZFS fragmentation checks
  • Support PVE API tokens

Version 1.2.0

16 Jul 12:18
Compare
Choose a tag to compare

Features:

  • basic monitoring of ceph cluster
  • services: check if service is enabled (PVE 7.x)
  • storage: show name in check output
  • disk-health: distinguish between unknown status and failed disks

Fixes:

  • disk-health: list disks properly
  • code cleanup

Breaking changes: Please note that this release will require Python 3

Version 1.1.3

29 Mar 16:51
Compare
Choose a tag to compare

Features:

  • Check for minimal pve version (#14 )
  • Add documentation hint for FreeBSD

Fixes:

  • Fix threshold handling and add thresholds for subscription date (#10 )

Version 1.1.2

24 Oct 07:02
Compare
Choose a tag to compare

Fixes:

  • Improved documentation
  • Fixed --ignore-disk flag

Feature:

  • New mode vm_status for VM hostalive checks without performance data

Version 1.1.1

24 Oct 07:02
Compare
Choose a tag to compare

Fixes:

  • Result of smart check could be either OK or PASSED

Feature:

  • Add parameter to ignore disks without smart capabilities (USB sticks, SD cards, etc.)

Version 1.1.0

25 Sep 09:10
Compare
Choose a tag to compare

Fixes:

  • Check plugin pyhon3 compatibility
  • Fixed check command definition

Improvements:

  • Handle plural / singular in check result of update check
  • Allow usage of vmid instead name in vm check (#7)
  • Differentiate between 'VM not found' and 'VM stopped' in vm check

New Features:

  • Ignore flag for status in vm check (#6)
  • Add parameter for expected vm status (#6)
  • Health check for disks (#8)

Version 1.0.1

09 Apr 10:55
Compare
Choose a tag to compare

Added features

  • Storage replication check

Improvements

  • Subscription: Use product name from API
  • Updated README with more examples
  • VM: Check if vm is running on specific node

Bugfixes

  • Storage: Check if storage exists, before fetching status information
  • Handling of SSL warning messages

First release

21 Jan 18:13
Compare
Choose a tag to compare

This is the first release of the PVE check for Icinga2 (and monitoring with similar support for check scripts). Version 1.0.0 contains the following check modes:

  • cluster health (quorum)
  • subscription expire date
  • system updates
  • memory usage
  • cpu usage
  • storage usage
  • I/O wait
  • VM status