Visual Overview: How are timestamps internally represented?
13th December 2022
I tried setting it up locally and it works as expected here with your final example. Your regex matches everything that contains ONLY a number or ‘:’, meaning that if …
Answer
13th December 2022
I tried setting it up locally and it works as expected here with your final example. Your regex matches everything that contains ONLY a number or ‘:’, meaning that if …
13th December 2022
Hi Jochen, I created a small automation script that send a command that requires sudo privileges. I believe this can also be implemented in a connector. In this case you …
13th December 2022
Miguel A partition question exists in any Linux server setup, irrespective of DataMiner software. The need for partitioning depends on the objective of the solution and storage needs. A separate …
13th December 2022
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
13th December 2022
In Visual Overview, you can use the ‘Link’ shape data to launch a local application. Linking a shape to a program or a file | DataMiner Docs
13th December 2022
You an find a code snippet in following question : https://community.dataminer.services/question/code-for-setresourcemessage-request
12th December 2022
Hi Robin, Great use case! Unfortunately, the extended shape manipulations do not support comparing datetime values (yet). So this is currently the expected behavior. However I do believe this is …
12th December 2022
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 …
12th December 2022
Hi David, This can be done using the Bitmap class: Do note that you probably want to adjust for aspect ratio.
12th December 2022
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 …
12th December 2022
Hi Sam, as far as I know that’s not possible in a QAction, but it can be done in an automation script, using the RunClientProgram() method. That method can run …
12th December 2022
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 …
12th December 2022
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 …
9th December 2022
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 …