I have a WIndows PowerShell template that counts a value on my database, and then outputs that value.
I want to know:
How can I change the states of the monitoring to critical, if the value increases since the last poll.
Example:
Poll 1 - Value = 100
Poll 2 - Value = 100
Poll 3 - Value = 101
I want it to go critical on Poll 3.
Cheers
Lawrence