Unit in ParametersSummary

Hi Koen, In case it is not possible to use ParameterSummary together with dynamic units, another approach is to perform this aggregation in a GQI query. I double checked and …

Unit in ParametersSummary

Hi Koen, Normally when displaying parameters, you have the following shape-level option to use for enabling or disabling dynamic units. I’m not sure though if this is also evaluated for …

Add the alarm description in email message

Hi Michael, First of all, apologies for starting a new answer. I couldn’t share screenshots in the comments. I’m afraid you’re correct: the alarm description isn’t available either as a …

Add the alarm description in email message

Hi Luis, I’m afraid this is not exactly what I’m looking for. I’ve added for some parameters an alarm description in an information template. That is what I want to …

Audible alert – Raised by code

Hi, Playing the sound is a part in DataMiner Cube (client side) which gets activated when a new alarm enters (or changes severity). A QAction is running from server side …

Regex inside LCA table conditional cases

Hi Marco, The condition input for string columns in templates is always for a ‘contains’ condition. It is currently not possible to use a regex here. You could invert the …

Add the alarm description in email message

Hi Michael, You can achieve that by using placeholders in both the subject and message fields of a correlation rule’s email action. This is described here (see point 4 → …

Trigger an action upon a known alarm sequence

Hi Pedro, I believe for this case you could use correlation rules. A possible approach: Correlation Rule: Alarm filter: Alarm C Persistent event (1 minute) Rule condition: Parameter value that …

Add the alarm description in email message

Hi Felix, Thanks very much for your response! I was afraid that this will come but it seems to be the only solution. Thanks again Best regards Michael

Add the alarm description in email message

Hi Michael, a possible solution is passing the correlation content to the automation engine by running a script as action in the correlation and send the mail from the script. …

Migrate trend data to another element

Hi Flavio, I’m not sure whether a solution along the lines below would be feasible in your case, but if I wanted to “import” the trending data of certain parameters …

Set a Service Property Value from a Button

Hi Ryan, A possible option is to create a small script that can set the service property. The button in the Visio file can be linked to this automation script. …