Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Correlation: how can we trigger a rule when a Critical alarm clears?

Solved1.66K views19th July 2023Correlation
1
Paulo Henriques [SLC] [DevOps Member]550 27th January 2021 0 Comments

My goal is to be notified by email every time a given alarm, that is or was before in the Critical severity, drops to Normal. Is there any way to do this with a correlation rule?

The quick approach to set the rule as shown below does not do what we need because in this case, the rule would be triggered as soon as the alarm clears, regardless of having been before in the Critical state. Example: An alarm goes to Major, then drops to Warning and later on, drops to Normal -> in this case I don’t want to be notified because this alarm never reached the Critical level.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 19th July 2023

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
5
Miguel Obregon [SLC] [DevOps Catalyst]18.99K Posted 27th January 2021 3 Comments

Hi Paulo,

Have you tried the option ‘Execute on clear’?

You can create the alarm filter based on critical severity, then you can configure an action that will execute an automation script (that will send the email notification). Once the alarm clears, the automation script will be triggered again.

In the automation script you could also retrieve additional information about the alarm that triggered the correlation rule (How do I parse alarm info data)

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 19th July 2023
Paulo Henriques [SLC] [DevOps Member] commented 27th January 2021

Thank you Miguel.
I did try the ‘Execute on clear’ but it does not seem to be working here, when the alarm drops to Normal the action is not re-executed (I checked the SLCorrelation log),
Also, I was trying to avoid to use any automation but it looks like there is no simple way to do this only with correlation rules.

Paulo Henriques [SLC] [DevOps Member] commented 27th January 2021

I just found the ‘Execute on clear’ works as long as the action of the rule is not sending an email, e.g., when I change the action to execute an automation script I can see the rule is triggered also when the condition is no longer met. This might be a bug? Anyway, the execute on clear is not exactly what we want.

Maybe one possible solution, is to use an alarm property that would be set when the alarm goes to Critical (this would be done easily with a correlation rule) and then have a 2nd correlation rule that would be triggered when the alarm goes to Normal and that property is set. With these 2 conditions, the 2nd rule would be able to send the email notification at the same time it would reset the alarm property previously set.

Miguel Obregon [SLC] [DevOps Catalyst] commented 27th January 2021

Hi Paulo,
For this specific use case, indeed, it will not be possible to use the option ‘Execute on clear’. You will need to trigger your correlation rule whenever there is a change of the severity of that parameter. In the automation script you will need to find a way to retrieve the life cycle of that alarm so you can evaluate the previous severities and trigger the email notification.
Please keep in mind that in the correlation rule you will need uncheck the option ‘Trigger on single events’.

4
Ruben Vandepitte [SLC] [DevOps Advocate]2.32K Posted 27th January 2021 1 Comment

Would adding another filter line with ‘Alarm Type’ = ‘Dropped from Critical’, in combination with the one you already defined, solve your issue?

When you say: “An alarm that is or was in Critical state, drops to Normal”, do you mean you also want to be notified in case an alarm which was Critical at any point in its life cycle, drops to Normal? That will probably not be possible to achieve without adding code through an Automation script.

In case you only want to catch alarms for which the state was Critical right before dropping to Normal, I suppose the above should work?

Paulo Henriques [SLC] [DevOps Member] Posted new comment 27th January 2021
Paulo Henriques [SLC] [DevOps Member] commented 27th January 2021

Thanks for your comment Ruben.
Indeed I want to be notified “in case an alarm which was Critical at any point in its life cycle, drops to Normal”.
Unfortunately we cannot guarantee the alarm will always drop directly to Normal from Critical, in that case the solution would be easy as you well noted.

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs