HP Health Data in Linux Platform Connector
16th February 2023
You’ll need HP SIM installed, which that could be the package for that, but it only works up to GEN 9 hardware, GEN 10 and above HP made a change, …
Answer
16th February 2023
You’ll need HP SIM installed, which that could be the package for that, but it only works up to GEN 9 hardware, GEN 10 and above HP made a change, …
16th February 2023
Hi Stijn QActionTable.SetColumn() will work even if you only provide a subset of the keys in that table. So it will only update the values in the column for the …
16th February 2023
[update] DataMiner 10.3.3 will come with an extra column ‘Alarm state’ in your GQI ‘Get Views’, ‘Get Services’ and ‘Get Elements’ data sources.
16th February 2023
[update] DataMiner 10.3.3 will come with an extra column ‘Alarm state’ in your GQI ‘Get Views’, ‘Get Services’ and ‘Get Elements’ data sources.
16th February 2023
Hi Oliver, It depends on how you want it to look exactly. If you want shapes for all elements in the view and subviews and do not care how they …
16th February 2023
Within the ChildrenOptions shape data, you can specify the value Recursive. More info here.
16th February 2023
Hi Michiel, what I typically do is creating a static field in that QAction. The value of that field is shared across all elements on that DMA. Best is to …
16th February 2023
All actions, set and read, are put on a command stack. It’s possible that there are commands being done while the set command is put on the command stack, delaying …
16th February 2023
Hi Michiel, A possible root cause is when you try to set the parameter and a QAction is busy. Then the set will be delayed until the QAction is finished.
16th February 2023
Something that worked for me to clear the git indexing and only add back in what should be included on GitHub, after adding in the .gitignore file was git rm …
16th February 2023
Hi Joel, You can achieve both actions using the column manipulation in your Query: Get a subset of a column value: You select a column manipulation, and using a regex …
16th February 2023
Hi Philip DIS is not responsible for adding the .gitignore file as that is purely linked to git itself. This way users can change their .gitignore file to fit their …
16th February 2023
Hi Edson, As suggested by the thread initiated by Ruben, the issue is indeed caused by the ‘EnableJson’ option on the deployment. This is enabled by default and cannot be …
16th February 2023
I detected it a while back, and created the task back then: https://collaboration.dataminer.services/task/136134
16th February 2023
To verify whether the DataMiner SNMP forwarder sent an alert northbound to a 3rd party application like Wireshark. The behavior of re-send of the SNMP forwarding after restart was changed …