The way to monitor Windows Services from ESP
search cancel

The way to monitor Windows Services from ESP

book

Article ID: 11718

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

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.

 

 

Environment

Component: ESP Workload Automation 
Release: ALL

Resolution

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

Additional Information

See more on the doc link below:

SERVICE_MON