Members discussed whether it is possible for the ControlUp for Devices Agent to trigger the SecureDX agent to install. Options for automatically installing the CU4C client using scripts were suggested, but with a disclaimer that it has not been tested by the Dev Team. This issue is on the roadmap but there is no ETA. A suggested workaround is to set the install script to run once per day. This process is outlined in detail in the discussion thread.
Read the entire article here...
Triggers Related Training & Support Archives
Triggers training and support-related archives from inside the ControlUp Community on Slack.
ControlUp Users Discuss Trigger Export and Future Potential for Aggregated Alerts Portal
ControlUp users requested a PowerShell command to export all enabled triggers with configuration, and a possible solution was shared. It was mentioned that a new "alerts" portal will be available to aggregate all triggers, events, and alerts from physical, virtual, and Scoutbees, with potential for a public API in the future. This could improve IT service intelligence, mapping services to business processes. A one-time trigger export can help in understanding ControlUp's detailed alerting process, but interested users can speak to their CSM/TSN for early access to the beta version of the new alerts portal.
Read the entire article here...
Read the entire article here...
How to Create Toast Notifications in CU VDI using PowerShell and ControlUp
A user is asking for help writing a trigger in CU VDI that alerts users to clean up their D drive. Another user suggests using PowerShell with BurntToast to create toast notifications, but notes that it must be run in the user's session. They provide several methods for doing so, including running in each user's session and creating a scheduled task. Another user suggests writing a script that runs on the monitor instead of the target machine and uses Invoke-CUQuery and Invoke-CUAction to get information and run the toast notification script on the user's session. They note that there are some nuances that need to be figured out and suggest using Get-CUAvailableActions to get the action ID of the toast script. A working example is requested.
Read the entire article here...
Read the entire article here...
Ways to Filter Alerts in ControlUp
A user asked for a solution to filter alerts and only trigger them for specific tagged endpoints. Another user suggested using the _device_name index as a condition in a new alert, which would only send alerts for those 8 endpoints. The original user will try this out and the suggested method can potentially be used for other situations as well.
Read the entire article here...
Read the entire article here...
How to Get List of Monitored Services on ControlUp for Automated Actions
The team discussed ways to obtain the list of "monitored services" on ControlUp, specifically for a script-based action use-case. One user shared their script for starting Windows services in a Stopped state, another mentioned using the `Invoke-CUQuery` cmdlet to export the list of monitored services to a JSON file. Suggestions were also made to use the `ServiceDisplayName` record property as a parameter for a script action, which would retrieve the name of the service and pass it to the script. The discussion also referenced ControlUp modules and API calls for obtaining the list.
Read the entire article here...
Read the entire article here...
How to Run and View Output from PowerShell Scripts on ControlUp for Desktops
A user asked about how to run a PowerShell script and view the output for desktops on ControlUp. Gemini provided a helpful answer, explaining that a script can be created and run through the Scripts section in the ControlUp for Desktops console, with the output appearing in the Device Events log. The user tagged @member for feedback on this process. The steps to create a SIP event script were also provided.
Read the entire article here...
Read the entire article here...
Configuring Triggers for Secure Browse Analysis in ControlUp
A discussion about configuring trigger for a Secure Browse Analysis was mentioned. The option to fire a script after the detection of specific events is currently available for the endpoint agent but not yet for the VDI/DAAS environment. Two ongoing projects, Workflows and the centralized Events feature, aim to simplify this process and will potentially allow for advanced alerts based on the collected data. @member stated that the first phase of the project, Events Management, is currently in beta and will eventually be able to turn incidents based on collections of events. A user expressed interest in trying out this feature after upgrading to the required product version. It was also mentioned that Workflows, although not yet supported, may assist with this issue.
Read the entire article here...
Read the entire article here...
Enhancing Desktop Alerts with Advanced Device Data and Google Chat Webhooks
ControlUp discusses using Google Chat and Gmail to send advanced desktop alerts with additional device data through webhooks. The new workflow will take a computer name from an alert, pull more data, and combine it into a single JSON payload, with the help of a List Devices node action to filter data based on device ID. Suggestions were given on how to use lists and add user information to the payload. A sample webhook and possible bug were also mentioned.
Read the entire article here...
Read the entire article here...
Using Variables in ControlUp Alerts
Some variables were suggested, but they didn't seem to work. However, an undocumented {scout.location} variable was found, thanks to a team member, and this can be used to show the Hive in alerts. It's now a matter of adding data.location under Input Variables. The team is also curious about the flow being built and the types of scouts and resources being tested.
Read the entire article here...
Read the entire article here...
Troubleshooting Template Use in ControlUp
A member asked for help with using a template, specifically using synthetic alerts and API-initiated flows which pass on parameters. They were referred to a video for more details, but when implementing the steps, it wasn't working. After troubleshooting, they realized they were using the wrong API Key. Attachments were included for reference.
Read the entire article here...
Read the entire article here...
