Werk #13858: Fix crash of windows updates check
Component | Checks & agents |
Title | Fix crash of windows updates check |
Date | May 9, 2022 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.2.0b1 2.1.0b9 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
Previously, the Windows updates check crashed if, for some reason, windows updates service had been disabled. In this special case the windows_updates.vbs plugin sent specially formatted output which the check could not correctly process.
Since this release, windows updates correctly process any output from windows_updates.vbs plugin and reports the error if it was presented thus eliminating the problem.
CMK-10402