I am looking to make a trigger that will alert me if a Window service status changes from stopped to running.
I see this is the trigger for a service that isn't running {testserver:service.info[randomservice,state].min(#3)}<>0
How do I modify this trigger to go off if the service is running?
I see this is the trigger for a service that isn't running {testserver:service.info[randomservice,state].min(#3)}<>0
How do I modify this trigger to go off if the service is running?
Comment