A user asked about the behavior of ControlUp when running long scripts. It was clarified that if the same script is rerun before the first one finishes, a separate process will be started and the scripts will run one after another. It was also mentioned that this process will soon be automated and trigger only runs daily if needed. This was done to prevent running the scripts manually too aggressively.
Read the entire article here...
Triggers Related Training & Support Archives
Triggers training and support-related archives from inside the ControlUp Community on Slack.
Setting Up Alerts for SQL Always On Availability Group Failovers
A user asked for help with setting up an alert for a customer's SQL Always On Availability Group. Suggestions were made to use a PowerShell script or a scheduled trigger using the Edge DX agent. It was eventually resolved with the use of a PowerShell script that runs every 5 minutes and checks event logs for specific event IDs. No incidents are generated due to the potential scale of scheduled triggers.
Read the entire article here...
Read the entire article here...
Implementation of ControlUp monitoring for specific failed events
A user is looking to use CU to monitor their CA server for specific failed events, and wants to know if the trigger will work for each event. The trigger will only work for Warning or Error events, and one way to test it is by using a PowerShell script to generate a similar event on a machine with the CU agent installed. The script to create a test event is also provided. The event source must be created first if it does not already exist.
Read the entire article here...
Read the entire article here...
Using ListOfColumns Template Variables in ControlUp Triggers: A Helpful Tip and Exciting New Feature in the Works
Users discussed using ListOfColumns template variables for triggers and the impact of using them. One user shared an example of encapsulating the template with ListOfColumns to use multiple metrics in a trigger. Another mentioned that ListOfColumns can be replaced multiple times and added a warning about this. Another expressed excitement about the potential uses of this feature. The discussion also touched on the possibility of seeing the top 50 biggest files that were written and a suggestion for running a follow-up script to enrich the data. One user mentioned that the developer responsible was not available at the moment, but that more information would be shared soon and a real-time disk monitor was already available. It was suggested that the user hang on until Monday for a cool invite.
Read the entire article here...
Read the entire article here...
Troubleshooting a Trigger in ControlUp for Unregistered Citrix VDA Machines
A user needed help with a trigger that should detect an unregistered Citrix VDA and trigger an OS reboot. They were wondering if the trigger needed to be tagged against the folder with the delivery controllers. Another user suggested trying switch from "uptime" to "triggerable uptime". This solved the issue, and the second user also explained the difference between "uptime" and "triggerable uptime" metrics. The user who originally asked the question also wanted to know how ControlUp checks for CVAD registration, as they were experiencing some false positives. The conversation ended with the user stating their issue with automatically resolving alerts when ControlUp detects that the machine is back to normal.
Read the entire article here...
Read the entire article here...
How to Troubleshoot ControlUp Monitor Script Actions Not Firing
A user encountered an issue with script actions not firing as expected on a ControlUp Moniter. This led to a discussion on potential solutions and troubleshooting steps, including checking the script location and examining monitor logs. The user ultimately decided to look into the issue further when they have access to the customer environment. Troubleshooting steps and suggestions were provided by other members in the Slack discussion.
Read the entire article here...
Read the entire article here...
Troubleshooting Trigger for D:\ Drive Alert
A user asked for help with a trigger - they were trying to set an alert for when their D:\ drive goes below 500 GB, but the specified trigger was not working. Another user provided a solution and promised to post screenshots. The solution involved changing the File System Path to D:\*
Read the entire article here...
Read the entire article here...
Troubleshooting Process Start Triggers in ControlUp
A user had a strange issue setting up a process start trigger in ControlUp. After troubleshooting, it was discovered that the problem was related to Process Data Collection settings, which were resolved with the help of the ControlUp Support page.
Read the entire article here...
Read the entire article here...
Real-time Monitoring for Registry Changes on ControlUp VDAs
A user asked for a way to monitor a registry key or value on a VDA and trigger an action (script) to run if the value changes or is null. Another member suggested using ETW to track registry changes or creating a scheduled task that runs every X seconds to check the key with PowerShell. Real-time monitoring is desired in order to prevent necessary audit trails from being lost.
Read the entire article here...
Read the entire article here...
The Best Trigger for Removing a File After Boot Up in ControlUp
Multiple ControlUp users discuss the best trigger to use for deleting a specific file shortly after a machine is booted. Suggestions include using a scheduled task or event ID based trigger. The file causing the issue is a OneDriveStandAloneUpdater.exe, which consumes a large amount of cache space when running. The preferred trigger is determined to be a scheduled task set to run a few minutes after machine startup.
Read the entire article here...
Read the entire article here...