I created a custom WMI Sensor to get the days left of Windows Server evaluation. Until here no problem, I get the minutes from WMI and divide them by 1440 to get the days.
Now I wan't to set error and warning levels like:
Warning upper 10 days
Warning lower 6 days
Error upper 5 days
Error lower 0 days
but it will not be accepted...
I tried also
Warning upper 6 days
Warning lower 10 days
Error upper 0 days
Error lower 5 days
but same error...
How can I solve this?
Greets Daniel
Add comment