Linking to an alarm state of parameter

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 …

Dataminer Cube on macintosh macos

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 …

Linking to an alarm state of parameter

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 …

Backward/Forward client-server compatibility

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 …

Linking to an alarm state of parameter

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 …

External Data collection from an element

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 …

How to change IP Address of a DataMiner?

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 …

Get a new created view best practice

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, …

Show number of service in alarm

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 …

External Data collection from an element

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.

External Data collection from an element

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 …

How can I invoke a profile parameter converter?

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 …