Werk #13858: Fix crash of windows updates check
Komponente | Checks & agents |
Titel | Fix crash of windows updates check |
Datum | 09.05.2022 |
Checkmk-Edition | Checkmk Raw (CRE) |
Checkmk-Version | 2.2.0b1 2.1.0b9 |
Level | Kleine Änderung |
Klasse | Bugfix |
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen |
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