Releases: nbuchwitz/check_pve
Releases · nbuchwitz/check_pve
v1.5.0
What's Changed
- fix subscription check output and usage string by @hauksta in #65
- feat: Allow vms to be excluded in backup check by @nbuchwitz in #69
New Contributors
Full Changelog: v1.4.0...v1.5.0
Version 1.4.0
What's Changed
- Add option to ignore complete resources pools in backup check by @jdreffein in #60
New Contributors
- @jdreffein made their first contribution in #60
Full Changelog: v1.3.0...v1.4.0
Version 1.3.0
What's Changed
- Feature/remove distutils pep632 by @nbuchwitz in #34
- Add swap check by @taam in #32
- Individual thresholds for metrics by @nbuchwitz in #35
- Make units configurable by @nbuchwitz in #36
- Added Dockerfile by @sebastianberm in #41
- fix: Add Sys.Modify to privileges by @nbuchwitz in #43
- feat: add vzdump backup task check by @s3lph in #49
- Added compatibility with librenms by @Cormoran96 in #48
- Add disk perfdata to vm check by @crycode-de in #47
- fix: Ignore missing keys in vm dict by @nbuchwitz in #51
- doc: Describe what an API endpoint is by @nbuchwitz in #52
- style: Enforce styling and linting by @nbuchwitz in #53
- fix(vm): Check vm id against name and id by @nbuchwitz in #54
- fix(backup): Make UTC timezone work with legacy Python by @nbuchwitz in #58
New Contributors
- @taam made their first contribution in #32
- @sebastianberm made their first contribution in #41
- @s3lph made their first contribution in #49
- @Cormoran96 made their first contribution in #48
- @crycode-de made their first contribution in #47
Full Changelog: 1.2.1...v1.3.0
Version 1.2.1
Features:
- ZFS fragmentation checks
- Support PVE API tokens
Version 1.2.0
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
Version 1.1.2
Fixes:
- Improved documentation
- Fixed
--ignore-disk
flag
Feature:
- New mode
vm_status
for VM hostalive checks without performance data
Version 1.1.1
Fixes:
- Result of smart check could be either
OK
orPASSED
Feature:
- Add parameter to ignore disks without smart capabilities (USB sticks, SD cards, etc.)
Version 1.1.0
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:
Version 1.0.1
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