Werk #5742: windows_tasks: show the hexadecimal representation of the status code
Component | Checks & agents |
Title | windows_tasks: show the hexadecimal representation of the status code |
Date | Feb 23, 2018 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 1.5.0b1 |
Level | Trivial Change |
Class | New Feature |
Compatibility | Compatible - no manual interaction needed |
schtasks.exe used by the check plugin windows_tasks.ps1 returns a signed integer value as the last result of a task. However, the status codes (e.g. on MSDN) are usually represented as a hexadecimal value. To make it easier to lookup a status code the hexadecimal value is now shown by the check plugin.