System Center Overview – Database size
13th January 2022
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 …
Answer
13th January 2022
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 …
13th January 2022
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: …
12th January 2022
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 …
12th January 2022
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 …
12th January 2022
Hi Joel You’re indeed on a good track by nesting placeholders. However I believe you’re missing your row indexing. First you’re dynamically generating a group shape for each row in …
12th January 2022
Hi Jeroen, You should check the log file of your booking, it will tell you what is missing. E.g.: As you continue to fill, it will state the ‘next’ item …
12th January 2022
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?
12th January 2022
Hi Stijn, Can you check if this issue is similar to the one reported in this question: DataMiner Cube – empty log file
12th January 2022
Hi Jens, Similar as Elastic, there is a tool that you can use to take a backup of a remote node: Standalone Cassandra Backup Tool You could schedule the execution …
12th January 2022
Hi Jens, I’m using the Standalone Elastic Backup Tool – DataMiner Dojo, which is shipped by default with most recent versions of DataMiner. As far as I know, the automatic …
12th January 2022
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 …
12th January 2022
Hi Jens, For both Cassandra and Elastic, it’s advised to disable swap memory. While the system will work with swap enabled, the performance will be very poor when the system …
12th January 2022
In this case the Client ID didn’t had enough permissions. Assigning the correct permissions did the job.
12th January 2022
Hi Thomas, I also can’t find any documentation on Dojo or the DataMiner Help but noticed there is some documentation attached to release note 29435. I suspect it’s not generally …
11th January 2022
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 …