Dashboard elements filtered by a view ID
31st January 2023
In addition of the response of Gilles:
Answer
31st January 2023
Your idea is correct. You should be able to filter out the right parameters by performing an inner join on “Get (recursive) view relations”, where you want to link the …
31st January 2023
Hi Robin, currently, there is no option to set the text color of a visual overview shape in DataMiner. However below alternatives can possibly provide a solution: Using the ThemeForeground, …
31st January 2023
Hi Srikanth, I would suggest to have a look in the different SLHelper log files in C:\Skyline DataMiner\Logging
31st January 2023
Michiel’s findings are correct. The client doesn’t bother with filling the gaps in the average data with real-time data. That means from a certain zoom level onwards (I believe it’s …
31st January 2023
It’s not an automation script, but we do also have a driver which checks HTTPS and a long list of other security related items of a given server, as well …
31st January 2023
You can find extensive information about this here: https://docs.dataminer.services/user-guide/Advanced_Functionality/DataMiner_Agents/Configuring_a_DMA/Setting_up_HTTPS_on_a_DMA.html
31st January 2023
Hi Thomas, Here you can find the different steps to set this up: Setting up HTTPS on a DMA | DataMiner Docs
31st January 2023
Hi Michiel, As far as I’m aware it’s not possible yet to link the timeout to the value of a parameter. -What could be possible is to work via a …
31st January 2023
I can only help for the first one being HTTPS configuration. For this you have two options IMO: parse the C:\Skyline DataMiner\MaintenanceSettings.xml file and look for the <HTTPS/> tag. There …
31st January 2023
Some things to be aware of: Cube does not receive its values directly from the connector. There’s an SLSpectrum module in between which manages multiple simultaneous client sessions and monitors. …
31st January 2023
After thinking about it, there must be a way to alter the alarms when i.e. the impacted services count is greater than 1, only one service will be kept in …
31st January 2023
Hi Loes, You can only use DIS offline for a limited time (e.g.: while commuting). At regular intervals a license check is done for which internet connection is needed.
31st January 2023
Hi Ruben, as far as I’m aware Cube spreads the list of values between the given start and stop frequency. You’ll probably need to do the same calculation yourself. ID …
31st January 2023
Possibly that element indeed doesn’t have a state defined. What does Helper.ElementManager.FindElement(“RT_RN23565_QACTIONS_DllImport”).GetElementState() return in your case?