Trending data is lost after 24hrs – why?
29th January 2021
Hi Jack, Can you evaluate on which DataMiner agent the element (for which you see this behavior) is located? Maybe the settings on that DataMiner agent are different?
Answer
29th January 2021
Hi Jack, Can you evaluate on which DataMiner agent the element (for which you see this behavior) is located? Maybe the settings on that DataMiner agent are different?
29th January 2021
The quote from the help assumes the LinkElement option is set on the column in the protocol, see help. If this option is not there, all shapes will be linked to …
28th January 2021
Hi Euler, You can calculate the SUM in a visio file using shapedata ParametersSummary. The syntax is explained here. Example: Sum|6/97148:176|6/97149:176|6/97150:176| As you can see in the example, this shapedata …
28th January 2021
The timer base can go between 0 and 10. What exactly does this do? If it sets the real-time trending timer, then why is it limited to 10 and not …
28th January 2021
This worked for me: As you did, added shape data INFO with Value: Severity (add * to the shape if you want to see what value you exactly have when …
28th January 2021
Hi Daniel, At this moment it’s not possible to use DataMiner Cube on a Mac OS machine. You’ll have to work with the HTML5 apps (Monitoring, Dashboard, Tickets, Jobs) or …
28th January 2021
Hello Stefan, if you create a shape, not linked to any element, add shape data: Alarm, Value: DMAID/ElementID/tablerowID with the alarm parameter:filter|Alarm (101/20/2003:*optical power*|Alarm) If you only want it visible …
28th January 2021
Since we introduced the ‘Cube start Window’, you don’t have to worry again about your installed DataMiner Cube version (standalone). You just install ‘DataMiner Cube from your local landings page …
28th January 2021
Hi Stephan, In this case you could use Extended conditional shape manipulation actions (you could use either Show or Hide shape data) For example, if you would like to show …
28th January 2021
Just for sake of completeness. A) you can also pull this via the north bound SNMP API on DataMiner, but not everybody had this enabled with virtual IP addresses and …
28th January 2021
DataMiner uses the IP Address assigned to Windows Server. In case your server has a static IP address you can change it by running the following command: netsh interface ipv4 …
28th January 2021
Views are indeed created asynchronously in DataMiner. They are not immediately available after sending the request to create the new view. Few possibilities to wait until the view is created, …
28th January 2021
A (subscription) event is sent whenever a change happens to an interface. You could subscribe to InterfaceInfoEventMessage (filter this on your simulation element) and count them. Note that this is …
28th January 2021
When you have a table that contains data retrieved via polling (snmp for example) and you need additional columns that are filled in from a QAction (for example calculated values …
28th January 2021
Hi Jens, Since it looks like you are trying to set up a simulation I am guessing this will not be done constantly so you could go with the approach …