Hi, I currently have SNMP monitoring the Windows Update Service in XenApp 6.5. For the obvious reasons, Windows Update should not be running. However, from time-to-time, System Center Endpoint Protection will activate the service when it performs its update and sometimes, the service remains running.
I have a Value Lookup as such:
<SingleInt state="Ok" value="0"> Stopped </SingleInt> <SingleInt state="Error" value="1"> Running </SingleInt>
Basically, if Windows Update is stopped or disabled, this should be flagged as 'OK'.
If Windows Update is running, this should be flagged as an 'Error'.
However, employing the above, if WU is running, it's listed as OK, and if its down, it's listed as 'Error'. I need the opposite to happen.
Thoughts?
Add comment