Can ESP monitor Windows Services? Detect when a Service is down? Issue command to restart the service?
Existing documentation in the Command Reference Guide. We currently have work load object SERVICE_MON which allows you 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
Information is located in the CA Workload Automation ESP Edition Command Reference Guide.