Windows Task Monitoring

Hello All,

I’m monitoring Windows tasks with Check_MK version 2.1.0p9 [I’ll be migrating to version 2.3 or 2.4 soon]
I configured the plugin on the server I need to monitor and used the Windows Tasks rule to configure it.
The monitoring is successful, but it alerts us when the statuses are successful or the summary tells us that it was successful and that its next run will be [add date and time.]

I’ve manipulated the Windows Task rule and added the values for success, but I’ve recorded three different values.

Is there a way to correct this issue?
I’ve added screenshots of the errors and the rule configuration.

The task exited successfully (0x00000000)
image

Got exit code 0xfffd0000
image

Got exit code 0x800710e0
image

rule:

Thanks in advance.

Regards,
VIX

The first screenshot is critical because the task is disabled. It is not critical for the last result.
The second and third screenshot are critical because the task was not exited with exit code 0.
Your rule states if the exit code is different than 0 make it critical.

1 Like