How to send an SSH command from a protocol that requires sudo privileges?

Can you change files on the box itself? otherwise an option can be setup passwordless sudo for that user: https://linuxhint.com/setup-sudo-no-password-linux/ or just some commands: https://askubuntu.com/questions/159007/how-do-i-run-specific-sudo-commands-without-a-password

Severity Color Palette – release 10.2.10

Hi Alberto, There was no change in the default colors in 10.2. Also, the color settings in the DataMiner.xml are not overwritten on an upgrade, as this is a custom …

DCP account locked

Hi Serge, techsupport@skyline.be should be able to help

Dashboards – Unset togglebutton change

Hi Sebastian, Clicking the ‘wrench’ will show the write parameter control. Since it’s a toggle button it will just show a button to set the new value. There is indeed …

Embedded webpage

Hi Arunkrishna, As far as I know this isn’t available out of the box using the browser in the Visual Overview. You’ll need to expose this web page to the …

Mimics used by services

Great question and great answer. I’ve expanded on Bert’s code to make it a more useable CSV export format, with timestamp. https://gist.github.com/sammmas/6edd38b2dc35bc21e21d88364bc20f49 Have scheduled this to run every week to …

Best way to monitor Windows 10 Client

Like Kevin mentioned, today WMI and SNMP are the two main ways to retrieve parameters from a Windows machine. However there’s also another (and even more secure) way of retrieving …

Best way to monitor Windows 10 Client

Hi Stefan, out of personal experience, for my Windows 10 pc, I use the Microsoft Platform driver. Yes it uses WMI, but from what I see from the catalog, currently …