Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Configure alert remediation actions

Run commands to perform alert remediation on remote Linux and Windows CIs.

Before you begin

Install the following plugins:

  • IntegrationHub Enterprise spokes plugin
  • ServiceNow IntegrationHub Action Step - PowerShell
  • ServiceNow IntegrationHub Action Step - SSH

For Linux: Ensure that the remote Linux host is reachable using the MID Server IP address that runs action scripts.

For Windows:

  • Ensure that Powershell v3.0 - 5.0 are supported and installed on the Windows target server.
  • Enable Powershell remoting on the remote Windows target server.
  • Ensure that the remote Windows target server is reachable using the FQDN from the MID Server that runs action scripts.

Add credentials to the credential aliases that come with the base system:

  • linuxAdmin
  • windowsAdmin

Role required: evt_mgmt_admin or flow_designer

About this task

To automate alert responses with an easier interface, you can also create a respond automation in Service Operations Workspace. For more information, see Create Respond automation.

Procedure

  1. Access remediation actions in one of the following ways:

    {"remediation_action_resource":"<mandatory input>"}

    The mandatory input per action is described in the following table.

    Action nameMandatory input in Additional information field
    Stop Windows ProcessProcess ID
    Restart Linux ServiceService Name
    Kill Linux ProcessProcess ID
    Get Windows ProcessesN/A
    Stop Windows ServiceService Display Name
    Restart Windows ServiceService Display Name
    Get Windows ServicesN/A
    Stop Linux ServiceService Name
    Start Windows ServiceService Display Name
    Suspend Windows ServiceService Display Name
    Get Linux ServicesN/A
    Run Linux Top for MemoryN/A
    Show Disk Space UsedN/A
    Run Linux TopN/A
    Start Linux ServiceService Name
    Show Disk Space UsedN/A

Result

After executing an alert action, the results are noted in the Work Notes field of the alert.

Parent Topic:Alert management rules for resolving alerts

Related topics

Troubleshooting WMI/Powershell issues on the remote machine

WMI, PowerShell, and Windows Firewalls

MID Server: troubleshooting WMI/Powershell issues - Credentials

How to Enable/Test PowerShell Remoting on Windows Host