Linking to an alarm state of parameter
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 …
Answer
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 …
28th January 2021
Currently, there is no way to count services or elements that are in alarm for a given alarm filter using the AlarmSummary shape. You can find all available statistics for …
28th January 2021
Hi Neil, Next to the Offload Database option listed here by Miguel, you can also access the information available in your DataMiner System through the Web Services API.
28th January 2021
Hi Neil, In this case a possible option could be using Offload Database. This feature allows you to offload trend data in an external database. By default offload database is …
28th January 2021
I believe currently there is only an internal call available for this. A converter is identified by a Guid which is stored in a profile parameter. Once you have this …