A discussion took place on using a PAM product and Edge DX together, with one user mentioning issues with copying and pasting passwords at login and UAC prompts in ControlUp. Another user suggested checking browser clipboard settings, and it was also noted that this issue is a backlog item under review by ControlUp. A UserVoice request was shared for tracking purposes. It was also discussed that using LAPs and an Elevated Cmd session may be potential workarounds. Lastly, an AutoHotKey script was mentioned as a possible solution for a better experience for techs. The cited link can be found at https://support.controlup.com/docs/submit-and-vote-on-feature-requests
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.
Troubleshooting DEX Metrics for Horizon Environments on ControlUp
A user is experiencing an issue with ControlUp's DEX feature, as it is showing 150+ billion total horizon machines. They ask for insights on where this number is being pulled from and mention potential issues with recent upgrades. Another user suggests checking the HZ Machines metric on the root level to troubleshoot. The conversation then shifts to a discussion about scripts to grab the numMachines from VMware.Hv.DesktopSummaryData.
Read the entire article here...
Read the entire article here...
Creating a Trigger to Analyze Process Starts
A user asked about creating a trigger that would analyze the starts of defined processes, count them, and then execute a script if the count is higher than 1. Another question was posed about using a PowerShell script for this purpose. A suggestion was made to use the cmdlet (get-process -name processname).count to schedule a trigger and respond to it.
Read the entire article here...
Read the entire article here...
Troubleshooting a New ControlUp Installation
Several ControlUp users discussed a new installation of ControlUp at a customer's location, specifically running into issues with Insights and containers not being started. Suggestions were made to try a manual install and to open a support ticket. Another user shared their positive experience with a different version of ControlUp. The issues were eventually resolved.
Read the entire article here...
Read the entire article here...
How to Monitor Disk Space in ControlUp and SQL
It was discussed that it is possible to create a trigger for logical disks to monitor disk space for ControlUp and SQL products. This trigger can also cover physical devices and can be set for a percentage or a specific free space amount. It was advised to use the incident pane to keep track of when the trigger is fired.
Read the entire article here...
Read the entire article here...
Troubleshooting Pagerduty Integration in Scoutbees
A user shared their experience trying to set up a Pagerduty integration in Scoutbees. They mention encountering difficulties as Pagerduty's webhook is considered more of a REST API call instead of following the "webhook standard." However, it is possible that Pagerduty has updated this. A workaround suggested is to use Pagerduty's email integration. URL mentioned: https://buttercms.com/blog/webhook-vs-api-whats-the-difference/
Read the entire article here...
Read the entire article here...
Creating a Disk Usage Alert in ControlUp using Internal Indices
A user asked for assistance in creating an alert based on disk usage, referencing specific variables found in the data index "_devices". Another user provided guidance on how to access the necessary information through this hidden index and offered the column "osdisk_configuration_freespace_all" as a potential indicator.
Read the entire article here...
Read the entire article here...
Troubleshooting an Unhealthy Monitor on ControlUp
A user asked for help with an unhealthy monitor on ControlUp. They suspected a logon trigger to be the cause and found a solution by filtering the triggers to only run on sessions with valid parameters. A different user suggested checking the automated actions queue and restarting the affected monitor. Registry keys can also be set to delay the problem, but a permanent fix will be available in 9.1 or partial fix in 9.0.5.
Read the entire article here...
Read the entire article here...
Setting Up a Trigger and Alert in ControlUp for a Stolen Device
A user needed help setting up a trigger and alert to detect a stolen device that may come back online. It was suggested to use the device_status, CPU, and device name to limit alerts and test it with another machine first. Similar guidance was also provided by the team.
Read the entire article here...
Read the entire article here...
ControlUp’s Native Microsoft ETL Network Trace Script
A new script has been shared for capturing a native Microsoft etl network trace on a Windows machine without the need for 3rd party tools like Wireshark. This can be used within ControlUp Real-Time and allows for simultaneous tracing on multiple machines. Bonus: process ids are available for every packet and filters can be applied with Wireshark. Code snippet provided.
Read the entire article here...
Read the entire article here...