Hello,
I would like to be able to trigger a warning alarm for a particular alarm threshold but I would like this alarm to become major if it persists for more than 10 minutes and then critical for more than 30 minutes.
How could I proceed?
Best regards,
Stephane
Hi Stephane,
I believe you should be able to achieve something similar to what you describe by using the DataMiner Correlation module.
You can create 2 correlation rules (one for the 10-minute action and another for the 30-minute action) and configure them like the below
Where you would set the filters to only trigger your specific alarms, for the Rule condition you would configure the time you want to "wait" before performing your actions (10 or 30 minutes)
Finally, you could use the Escalate event action or the New alarm action depending on what suits your use case best (see table on Escalate event link).
I am glad I was able to help
If you want to learn more about the Correlation module I also found the following video
https://community.dataminer.services/courses/dataminer-advanced/lessons/dms-correlation-2/
It is a bit long but should also explain more about it if you wish.
It looks to be a valid solution.
Thank you João!