A question was asked about using powershell to manage triggers in bulk. It was noted that the powershell module in version 9.0.5 has trigger management capabilities. The module can be accessed at https://support.controlup.com/docs/powershell-cmdlets-for-triggers.
Read the entire article here...
Triggers Related Training & Support Archives
Triggers training and support-related archives from inside the ControlUp Community on Slack.
How to Monitor File Count and Send Email Alerts with ControlUp Trigger
A user asked if it is possible to monitor file count on a specific server and send an email if the limit is exceeded through ControlUp. The reply suggested using a scheduled trigger and creating a script for the file count, which could then generate a windows event for a subsequent trigger to respond to.
Read the entire article here...
Read the entire article here...
Troubleshooting Web Login Timeouts in ControlUp 9.0.5
Members of the ControlUp team discussed an issue with the Web login for version 9.0.5, in which they were getting logged out after 24 hours despite setting the R/T console to 14 days. They questioned whether using SAML would change the session timeout, and another member suggested trying to rename the ControlUp folder in the roaming appdata in the profile.
Read the entire article here...
Read the entire article here...
Translating Trigger Values in ControlUp Scripts
A user asked about a key to translate the "trigger" values for scripts returned via the edgeDX API. Another user mentioned they have the information and will share it. The answer is found through the use of Github Copilot and AI.
Read the entire article here...
Read the entire article here...
Troubleshooting Edge DX Conflicts in ControlUp
After cloning a VM but forgetting to remove Edge DX, a user faced conflicts and duplications between Edge and Secure DX. They tried clearing folders and reinstalling, but ultimately resolved the issue by uninstalling, deleting folders, and using the REGISTERWITHNAME=1 switch. The ControlUp Community offers a guide on this process for non-persistent VDI images. After multiple tries, the issue was resolved by deleting from the console, uninstalling locally, and deleting the program data folder. The user noted relief as the issue was finally resolved.
Read the entire article here...
Read the entire article here...
Creating a Trigger to Analyze Process Starts
A user asked about creating a trigger that would analyze the starts of defined processes, count them, and then execute a script if the count is higher than 1. Another question was posed about using a PowerShell script for this purpose. A suggestion was made to use the cmdlet (get-process -name processname).count to schedule a trigger and respond to it.
Read the entire article here...
Read the entire article here...
How to Monitor Disk Space in ControlUp and SQL
It was discussed that it is possible to create a trigger for logical disks to monitor disk space for ControlUp and SQL products. This trigger can also cover physical devices and can be set for a percentage or a specific free space amount. It was advised to use the incident pane to keep track of when the trigger is fired.
Read the entire article here...
Read the entire article here...
Troubleshooting an Unhealthy Monitor on ControlUp
A user asked for help with an unhealthy monitor on ControlUp. They suspected a logon trigger to be the cause and found a solution by filtering the triggers to only run on sessions with valid parameters. A different user suggested checking the automated actions queue and restarting the affected monitor. Registry keys can also be set to delay the problem, but a permanent fix will be available in 9.1 or partial fix in 9.0.5.
Read the entire article here...
Read the entire article here...
Setting Up a Trigger and Alert in ControlUp for a Stolen Device
A user needed help setting up a trigger and alert to detect a stolen device that may come back online. It was suggested to use the device_status, CPU, and device name to limit alerts and test it with another machine first. Similar guidance was also provided by the team.
Read the entire article here...
Read the entire article here...
Service Trigger in ControlUp – Is it Possible?
A user asked about creating a service trigger and potential options such as "not equal to RUNNING" were suggested. Another user suggested checking for corresponding processes that start a service and monitoring that instead. However, it was mentioned that triggering off of a service that runs under svchost may not be possible. The user ultimately decided to submit a feature request for this capability.
Read the entire article here...
Read the entire article here...