System Center Overview – Database size

As far as I’m aware, the data comes from the DataMiner agents, where in case of Cassandra the information comes from a local “nodetool tablestats” request. So seeing 0 for …

Service Template – Filtering Button parameters

Hi Pedro, You can however already get the button in there by manually adding the button parameter entry to the service template xml definition. What you need to do is: …

Regex for matching when multiple words not preset in Visio

Hi Gabriel, Regex101 does not contain the .Net flavor (see their GitHub). You can use  http://regexstorm.net/tester though. I believe you’re pretty close with the regular expression: ^(?!(Online|Offline)) should work. Note that …

Service Template – Filtering Button parameters

Hi Pedro, This is a limitation in the software. Currently, only read parameters are shown in the parameter list. Since a button doesn’t have a read parameter, you can’t select …

Cube doesn’t show logging

Hi Stijn, Are you using a system where IIS is configured to only accept HTTPS? If so, can you check if you have the correct configuration in your maintenance.xml file?

Cube doesn’t show logging

Hi Stijn, Can you check if this issue is similar to the one reported in this question: DataMiner Cube – empty log file

Multithreaded Timer and SNMP Polling

Hi, I have tested this with DataMiner version 10.1.12.0 and there it’s working correct. I’m only using one main SNMP connection where both the multithreaded timer and polling groups are …

New DMS Alerter?

Hi Fares – the plan is to integrate / migrate the Alerter features and capabilities into the Cube client application, which since a while also resides in the system tray …