Gathering performance metrics on SRM solution

Hi, Happy New Year 2026! We are quite keen to show our customer how well a deployed SRM solution is performing. We are thinking about being able to report on …

Linking alarms to VdxPage popup

Hello.  As a user I want to have a shape, called “receiver”, to show severity for the following parameters from the same element/device.  Can this be combined as one entry …

OpenSearch generate-certificates.sh script (interactive) bugs

Hi Dojo, The OpenSearch generate-certificates.sh script (interactive version) has breaking bugs. Invalid default value for certificate validity validity=${validity:-66.612.500} is not a number and will always fail numeric validation and the …

Visio Popup Page Setup

Hello Dojo! I’m trying to make an alarm page show as a popup in my Visio diagram but I keep only getting a blank screen. The ”Harmonic Prostream Red” shape …

alarmtemplate with hysteris

a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } I had set a “hysteresis on” at …

Integrating External Data into DataMiner Dashboards

Hi Dojo, I am looking to integrate external data containing Device name, timestamps and polled value results into DataMiner and visualize this data using Dashboard graph. Could you please advise …

How to filter DOM Instances based on String Field using Regex

Hi, I’m trying to retrieve DOM instances that contain a string field matching a certain regex. So far, this is what I got: DomInstanceExposers.FieldValues.StringField(FieldDescriptorID.Id.ToString()).Matches(“.*”); But this doesn’t seem to return …