Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 5742
blobec3125ef5fa8c4109073ffa718d5ddb3697658a8
1 Title: windows_tasks: show the hexadecimal representation of the status code
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0b1
7 Date: 1519374443
8 Class: feature
10 schtasks.exe used by the check plugin windows_tasks.ps1 returns a signed
11 integer value as the last result of a task. However, the status codes
12 (e.g. on MSDN) are usually represented as a hexadecimal value. To make
13 it easier to lookup a status code the hexadecimal value is now shown by
14 the check plugin.