Setting up an alert to monitor the Orchestrator Service

Piwig 20 Reputation points
2024-02-19T18:13:27.95+00:00

How can I create a email alert to monitor the Orchestrator Service?

System Center Orchestrator
System Center Orchestrator
A family of System Center products that provide an automation platform for orchestrating and integrating both Microsoft and non-Microsoft IT tools.
214 questions
{count} votes

Accepted answer
  1. XinGuo-MSFT 14,461 Reputation points
    2024-02-20T09:05:16.2866667+00:00

    Hi,

    Monitoring Orchestrator Service (Windows services) and receiving alerts when they go down is crucial for system administrators. I’ll provide you with approaches using PowerShell:

    This approach involves creating a custom PowerShell script that sends email alerts whenever a crucial Windows service is not running.

    Here’s how it works:

    The script checks the status of services both locally and remotely.

    It uses Get-Service to get the service status.

    If the status changes, it sends an email alert.

    The script keeps track of the last status polled using a text file.

    If a service is not running and the text file is present, it sends an alert.

    If a service is running and the text file is present, it deletes the text file and sends an alert.

    0 comments No comments

0 additional answers

Sort by: Most helpful