Hi Everyone,
I would like to try an automation to show the number of alarms in a view. Is it possible to do that with the ID 65004 similar to the elements?
int CriticalElemento= Convert.ToInt32(Elemento.GetParameter(65004));
What would be the ID for critical alarms in a view? Is it possible to work with the view as an element?
Many thanks.
Hi Miguel,
The idea is to generate a correlation, which when receiving a large number of alarms from certain elements, triggers an automation.
In this automation, the alarms of certain views related to a certain flow are validated in order to find the root cause of the problem. If a certain view has more than 100 alarms, it would be identified as an encoder problem, for example, and all of those alarms would have their severity lowered or would be masked, since the problem would be related to a previous stage of the flow.
Thanks.
Hi Isabel,
You can aggregate alarms in a correlation rule. For example, you can use script conditions to count the number of alarms on a view. Below an example:
For this correlation rule, once the condition is met, a correlated alarm will be generated:
You could also this correlation rule to execute a script that will perform additional actions.
Hope it helps.
Hi Isabel,
Small question to further help you with your use case. Where would you like to display this aggregation, in a Visio overview? in a dashboard? or would you like to get the counter to perform other actions in your script?