cancel
Showing results for 
Search instead for 
Did you mean: 

Setting up job on Auto Reaction for particular alert in SOLMAN 7.2 technical monitoring

solman_starter
Participant
0 Kudos

Hi Friends,

In SOLMAN 7.2 Technical Monitoring, using Auto reaction, can we run/schedule some kind of background job for each alert? Based on alert we should trigger auto reaction, In Auto Reaction, we should be able to schedule a job

Example:

Request you to help me with below query of mine.

Suppose there is a background job, which runs once in every 30 minutes, and the job was supposed to have run at 12:00 noon and it didn't.. But same job has run at 12:20 pm, so in that 20 minutes gap, system should not trigger any alert mail.

It means that within the interval of 30 minutes, if the job didn't get executed there should not be any triggering of alert.

Alert should trigger only after the 30 minutes have exceeded.

So for this, I am requesting wehther we can use auto reaction method in technical monitoring.

Please help me with any links available for setting up auto reaction on individual technical monitoring related alert obcjets.

Thanks & Regards,

Solman Starter

Accepted Solutions (0)

Answers (1)

Answers (1)

luis_salazarzahonero
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello!

If you want an specific behavior when an alert is triggered, you can implement BADI_ALERT_REACTION for it.

There are 3 different options:

  1. Send SNMP traps (third party tool)
  2. Send OS Commands (third party tool)
  3. Auto reaction at ABAP system level on SOLMAN_SYSTEM

Regarding your question, you are interested on third option. Inside KBA 2469194 - Understanding Alert Consumer BAdI Interface, there is a link to WIKI Alert Consumer BAdI Interface that contains 3 different setup guides, download the one with name MAI Alert Consumer BAdI Interface.zip

This BAdI will allow you to implement your own code, so after an alert is triggered, it executes the code you defined.

Regards,

Luis Salazar Zahonero