Hello DOJO
Does it exist a way to generate an alarm based on elements values condition, like with the correlation, but not based on alarm ?
We need to generate an alarm if more than a number of modems client have a specific value
But we don’t want to have an alarm for each modem client
Example :
Alarm on element if CPU load >=70%
and
If more than 10 elements have a cpu load over 60% then generate an alarm
Hi Joel,
A possible option could be using the 'INFO' column in the alarm template:
In this example, when the value goes above 60, an information event will be generated:
You can use this information events to trigger a correlation rule
More info in DataMiner Docs:
Configuring an alarm template to generate information messages
Great
Thank you Miguel
I am going to test this