This is a maintenance release that ships several bug fixes. Disk-usage bars are
correctly rendered again, multiple tags from the same category are now properly
imported and displayed, and a threshold-logic bug in Monitoring Rules has been
corrected. An abandoned third-party HTTP library has been replaced, resolving
compatibility errors on newer PHP versions
Upgrading
Packages are available as icinga-vspheredb. If you missed the packages
introduced with v1.8.0, consider switching to them now. For non-package
installations, please check our Upgrade Script.
Fixed issues
- You can find issues and feature requests related to this release on our
roadmap
UI
- FIX: Disk-usage bars are no longer misplaced (#603)
- FIX: Multiple tags from the same category are now correctly displayed (#614)
Monitoring Rules
- FIX: "Best wins" logic now correctly activates when either the absolute or the
percentage limit fires, not only when both fire at the same time (#601)
vSphere API
- FIX:
diskObjectIdis now preserved during synchronization, enablingvm_disk
record creation (#606) - FIX: Replaced the abandoned
RingCentralHTTP library withGuzzleHttp,
resolving compatibility errors on newer PHP versions (#602)
Integrations
- FIX: Multiple tags from the same category are now correctly imported (#614)
Internals
- Adapt to IPL strict typing in forms and i18n helpers (#617)