A user asked how to pass two command line arguments to the ‘Process CPU Usage Limit’ script when the automation trigger is started. The answer suggested changing the defaults in the script action. Title: Passing Command Line Arguments in Automation Trigger
Read the entire article here...
Scripts Related Training & Support Archives
Scripts training and support-related archives from inside the ControlUp Community on Slack.
Running Nutanix CLI Commands From the ControlUp Console
A user asked if it was possible to run Nutanix CLI commands from the ControlUp console, and if it was possible through the PowerShell module or REST API. It was suggested that if the CLI tools and firewall are open, this might be possible. One member shared that they have a similar solution which involves SSH'ing into the Nutanix host, plus the OpenSSH Powershell module installed. The member agreed to share their solution.
Read the entire article here...
Read the entire article here...
Customizing Widgets and New Analytics in ControlUp Solve
The conversation began with customers asking for the ability to filter applications in widgets, blacklisting or whitelisting them. ControlUp is now excluding ControlUp processes and allowing customization of widgets in the upcoming Solve release. In addition, there will soon be a new analytic report for machines with high CPU. Finally, users can use Export-CuQuery to create a workaround to get data on applications crashing or hanging.
Read the entire article here...
Read the entire article here...
Monitoring VeloCloud SD-WAN Routers with ControlUp Scoutbees
A user asked about monitoring VeloCloud SD-WAN routers with Scoutbees or script actions. The respondent suggested availability could be monitored using a ping or http/s test, while a more advanced solution could be done with the shell test. For deeper performance monitoring, it depends on the router's OS - for a supported Linux flavor Edge DX may be an option. Syslog capabilities and the operating system should be investigated to check for other options.
Read the entire article here...
Read the entire article here...
Running a ControlUp Automated Action fails with EventID 5005
A user experienced an error when running an automated action with EventID 5005 due to UAC being enabled. The user then ran the action as a specific user that had rights to start VMs in vCentral, and it was suggested that the action could be run from a Monitor server instead. Any logs can be shared by opening a ticket or in private with support. ControlUp has a log4net script action available to investigate this issue further. The registry key EnableLUA will be read if the script is set to "controlup console/monitor".
Read the entire article here...
Read the entire article here...
Monitoring/Remediating VMware Horizon VDI with Triggers and Scripts
The user is looking for input on triggers and scripts to monitor/remediate VMware Horizon VDI environments. They recommended using a logon script triggered when a slow logon threshold is reached. Tuning the timing parameters and enabling extra logging is suggested.
Read the entire article here...
Read the entire article here...
What is your favorite Solve Feature/functionality?
The discussion focused on the Solve feature of ControlUp, particularly its topology view, per column filters, integration of components, RemoteDX graphical layout with Blue computer icon for direct access to physical endpoint, and script-based actions. It is also web-based and works on Macs.
Read the entire article here...
Read the entire article here...
Troubleshooting Error “Install .NET FW 4.8 on the target machine” with ControlUp
A user encountered the error "Install .NET FW 4.8 on the target machine" and found it was due to a conflict between 8.7 and 8.8. The user needed to remove some .NET patches and run the console with an admin account on the monitor server. After upgrading the agent, the error was resolved. There was also an issue with scripts, which was fixed after upgrading the agent. It was mentioned that the 8.7 Realtime console was liked.
Read the entire article here...
Read the entire article here...
How to set a ControlUp Trigger with multiple schedules?
Users discussed finding a clean way to set a trigger with multiple schedules for monitoring Horizon services. It was suggested to use a PowerShell script with IF logic for this. To prevent getting emails when the server closes for patching, a maintenance window could be set, with a different action taken if the service is down for more than 30 minutes. ControlUp's Realtime DX can be used to set a custom schedule. An example script was provided, which requires the user to edit it with the event IDs they want to monitor for and any services to be excluded. This thread can be added to the FAQ page.
Read the entire article here...
Read the entire article here...
Testing File Share Availability Using a Shell Scout
A user asked about testing file share availability which can be done wtih a Shell Scout - this can be done using a PowerShell script that checks the share and exits with a code != 0 if it fails. To handle permission access issues, a PowerShell script can be amended by adding a credential to the test-path command. More information can be found at: https://support.controlup.com/docs/shell-execution and https://devblogs.microsoft.com/scripting/powertip-test-the-presence-of-a-remote-share-by-using-powershell/.
Read the entire article here...
Read the entire article here...