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...
Triggers Related Training & Support Archives
Triggers training and support-related archives from inside the ControlUp Community on Slack.
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...
Using Device ID in ControlUp Workflows
A user asked about the format used for Device ID. Another user suggested using the "associated_id" field and provided instructions on how to use it in subsequent nodes. They also mentioned using "{{Start.event.associated_id}}" in the Device ID field and mentioned it can be applied to any field that uses a Device ID. Another user tested this with Device Performance and confirmed it works. There was some confusion about the input array not showing the value, but others confirmed it works with associated_id.
Read the entire article here...
Read the entire article here...
Troubleshooting a Conversion from ControlUp Trigger Template to JSON and Webhook
A webhook payload in JSON format was causing issues when trying to convert a ControlUp Advanced Trigger template. The user received suggestions on how to properly format the JSON, including using the correct variables and escaping newline characters. The issue was also discussed in a previous Slack thread.
Read the entire article here...
Read the entire article here...
How to Put Citrix CVAD Servers into Maintenance Mode with ControlUp
A user asked for help with putting Citrix CVAD servers into Maintenance mode based on a specific event. Another user suggested using a built-in EUC tool, but since they don't have any Delivery Controllers, it's not possible. The ControlUp team is working on allowing the use of shared credentials in script actions for this issue. In the meantime, a workaround using the invoke-cuaction cmdlet was suggested. It was also mentioned that @member may have experience with this.
Read the entire article here...
Read the entire article here...
Comprehensive vDisk replication and monitoring script for Citrix Provisioning Services
A user shared a comprehensive vDisk replication and monitoring script for Citrix Provisioning Services. It includes an EventLog output for ControlUp and comprehensive JSON output for other solutions. The script can be found at https://github.com/MathiasK-SVA/pvs-radar and suggestions for improvement are welcome.
Read the entire article here...
Read the entire article here...
How to Set Up ControlUp Alerts to Post into a Google Chat Space
A user is asking for help setting up ControlUp alerts to post into a Google Chat Space using webhooks. The issue seems to be on Google's side, as the alerts successfully trigger when tested on an external site. Suggestions for workaround or solutions are given, such as using ControlUp Workflows. Examples and instructions on how to format the HTTP POST within a ControlUp Workflow are provided. The user is able to successfully get it working with Workflows, but is still investigating what type of variables are supported to make the message more meaningful.
Read the entire article here...
Read the entire article here...
Troubleshooting a Trigger for CVAD Desktops
A user was having issues with a trigger for CVAD desktops dropping below a certain threshold not working. Suggestions were made to not use the "from" option in the trigger and to test just the "to" statement. The "from" option can be useful in specific cases but may be overkill in this situation.
Read the entire article here...
Read the entire article here...