The user asked for assistance finding a script for an Edge DX weak wifi signal notification for end users, and was provided with a script to use and settings to change. It was suggested that adding the device name to the alert could help, as well as to make sure the retrigger delay was not set too low. The user was also advised to include >=1 in the script to ensure notifications were only sent for devices using a wifi connection.
Read the entire article here...
ControlUp Scripts & Triggers Training & Support Archives
ControlUp Script and Trigger training and support-related archives from inside the ControlUp Community on Slack.
Targeting Scripts to Specific Devices with ControlUp
It is possible to have a script with a system or user trigger run on certain device groups or tagged devices by checking the tags/groups within the script itself. The 'COMPUTERNAME' environment variable can be used to target devices, and the 'SIPDEVICEGROUP' environment variable can filter by Edge DX device group. A device_group text file stored locally can also be used, although the script will still run on all devices before stopping after the check is made. More details can be found at https://support.controlup.com/docs/scripting-guide#targeting-a-script-at-a-specific-device.
Read the entire article here...
Read the entire article here...
Troubleshooting DB Configuration with ControlUp
A user was having trouble with their DB configuration as it was hosted in a cluster. The error message indicated that this was due to the database being involved in a database mirroring session or an availability group, and that they were using version 8.6.0.192. The suggested solution was to set the DB to Full Recovery, and to disable the DAG for that DB during install and then re-enable it afterwards.
Read the entire article here...
Read the entire article here...
Script to Schedule a Server Reboot via Right-Click in ControlUp
A user asked for a way to right click and schedule a server reboot for when their cache drive alerts are full; ControlUp has a script for this, which can be found at https://www.controlup.com/script-library-posts/schedule-reboot/ as well as other scripts on https://www.controlup.com/scripts/. The user acknowledged that the script could have been easily found by searching and thanked the other user.
Read the entire article here...
Read the entire article here...
Creating Scripts to Start or Stop Windows Services
A user asked about creating scripts to start or stop Windows Services. It wasn't working in SolVe and the user wanted to see if any examples can be shared. It was suggested to add an event log and see why it's failing in the ControlUp Monitor. A reference link (https://www.controlup.com/script-library-posts/start-stopped-services/) was provided.
Read the entire article here...
Read the entire article here...
Can Controlup call an executable or script on Mac?
A user asked if they can use Controlup to call and run an executable or script on a Mac. The product manager said they will open a support ticket and share their ideas with the Product Manager for Edge DX. The team suggested a workaround of using Bash as the script language but starting Script with #!/usr/bin/env swift.
Read the entire article here...
Read the entire article here...
Automated Business Applications Versioning Reports in ControlUp
A user asked for automated reports on major business applications versioning numbers - currently there is no automated reporting but a manual App Statistics weekly report can be created or an export of application versions by machine or user can be done. Report automation is scheduled to arrive for Solve in a couple of weeks.
Read the entire article here...
Read the entire article here...
Automating the Disabling of Maintenance Mode on Virtual Desktops
A user asked whether it was possible to automate the process of disabling maintenance mode on virtual desktops. Suggestions include marking the systems by using the eventlog, using registry keys for non-persistent systems, and using a local database. Citrix's Load Index was mentioned as a simpler solution, and it was clarified that it uses CPU, RAM, and maximum user numbers to calculate the effective load. ControlUp Automation and Citrix Virtual Apps and Desktops Policy Settings were both suggested as useful solutions.
Read the entire article here...
Read the entire article here...
How to send to email using a scheduled ControlUp Trigger?
Via scheduled triggers, users were unable to send an email using ControlUp's backend. ControlUp does not generate incidents from this trigger by design, as it is likely to run on a large scale. An alternative option was suggested to use a Windows event and the email follow up action is already removed as an option. The Academy can be found at https://cuacademy.controlup.com/
Read the entire article here...
Read the entire article here...
Working on a Trigger to Monitor Citrix Server Thresholds
A user was working on a trigger to alert them once a threshold of Citrix Servers in a folder was broken. It was suggested to use folder metrics, with the user confirming they understood that an unchecked state meant it would need to exit and re-enter that state. They were also advised to restart their monitors and check values with the console before building a trigger.
Read the entire article here...
Read the entire article here...