API Reference
Support Center
Community
Academy
Script Library
Request a Demo
Contents
x
Getting Started with the DEX Platform
Users & Permissions
ControlUp for Endpoints & Apps
ControlUp for VDI & DaaS
Synthetic Monitoring with Scoutbees
APIs
Powered by
Scripts & Automations
10 Articles
in this category
Print
Dark
Light
Contents
Scripts & Automations
10 Articles
in this category
Dark
Light
Trigger Packs
Trigger packs are compiled by ControlUp for out-of-the-box monitoring of your environments. You can download these trigger packs and import them into your ControlUp organization. From version 9.0.5, you can configure triggers with PowerShell cmdlet...
Setting up Triggers
You can use ControlUp triggers to record incidents and automatically perform follow-up actions when a predefined event occurs in your environment, or at a time you schedule. This article covers what you need to know to create triggers in your enviro...
Using Webhooks as Follow-Up Action
In this article, we will introduce you webhooks , which is a new Follow-up Action introduced in ControlUp version 8.6.5. Webhooks, as part of ControlUp's Trigger feature, provide a way to send real-time notifications to an external system once a tr...
Using Windows Services to Activate Triggers
You can configure a trigger to activate when the status of a Windows service changes to Stopped or Not Configured . The status Not Configured means that the service does not exist on the machine. From version 9.0.5, you can configure triggers ...
Automated Actions: How To Pass Trigger-Related Parameters
An advanced feature of triggers is the capability to pass trigger-related parameters to follow-up actions. For example, you can pass crossed threshold values, trigger names, or stress levels to emails or scripts. From version 9.0.5, you can confi...
Automated Actions - User Guide
Automated Actions are Script-based Actions (SBAs) that you configure to run automatically as follow-up actions of triggers . The following guide explains how to use the Automated Actions feature. To learn how to create and configure Automated Act...
Script-Based Actions (SBA)
Introducing Script-based Actions Do you want to use the Real-Time Console or ControlUp Monitor to run scripts on your remote machines? No problem! You can do so by using Script-based Actions (SBAs). You can run your own scripts or you can download...
Configure Automated Actions
The following article explains how to configure automated Script Actions, and how to set Script Actions as the follow-up actions for triggers. From version 9.0.5, you can configure trigger actions with PowerShell cmdlets . For more details about ho...
Modify Scripts for Automation
Some scripts might need to be modified to be used as an Automatic Action if they require additional user interaction. The following article describes some of the ways you can modify scripts for automation. Setting Argument Values for Interactive S...
.NET Engine Execution
Introduction The .NET engine execution is a new mechanism to execute your PowerShell scripts. You can activate this feature when writing your PowerShell script in the code editor by clicking the Execute script with .NET engine checkbox. This is ...