Is there a way in ESP Workload Automation system to monitor Windows Services? Like detecting when a Service is down and/or issuing a command to restart the service.
Component: ESP Workload Automation
Release: ALL
SERVICE_MON wob can be used to monitor services.
In this example, the service ESPDSeries is monitored until (operand WAIT) a status of RUNNING occurs:SERVICE_MON STATUS1.STMNT
AGENT WINAGENT
SERVICENAME ESPDSeries
STATUS RUNNING WAIT
RUN DAILY
ENDJOB
See more on the doc link below: