Hello Team,
I have 3 alarm correlation rules which groups the alarm based on Parameter Description.
Now I would like to create a new correlation rule that groups these above mentioned 3 alarm groups into 1 group based on the alarm value "Ramesh_Test"
So I would like to know whether we can group the group of alarms?
I am using this example to replicate the function that I required for actual production alarms.
Hi Ramesh,
A possible option is to use two correlation rules:
- The first correlation rule that which groups based on parameter (the one that you already implemented).
- The second correlation rule with the following settings:
- Accept Correlation alarms. This option is available below 'Show details'
- Alarm filler: Value (The value set in the alarm generated by the previous correlation rule). Following you example, the value should be 'Ramesh Test'
You will need to be careful when defining the alarm filter in the second correlation rule and the value of the new correlated alarm. Since you enabled the option to accept correlated alarms, you could end up creating a loop where the correlated alarm will be automatically generate a new correlated alarm.
Hope it helps.