cancel
Showing results for 
Search instead for 
Did you mean: 

CCMS start instant autoreaction after alert

simseb
Explorer
0 Kudos

Hi Gurus,

has anybody of you an idea how I can start the autoreaction for an MTE in CCMS monitoring instantly? Normally this is done after 5 minutes via autoabap. But for me it would be better to have it instantly after the alert or at least after 1 minute. I don't want to set the autoabab time to 1 minute and I don't want to shedule a job every minute to execute the reaction. Is there any possibility to execute it directly after the alert?

Background:

I have a new monitoring tool where I want to check the most important SAP facts and statistics. Then we give the output to the PRTG Network Monitor from Paessler. One of the sensors I want to us is the dump monitor, but it is not working because of a programming error. Now I want to use a little customized sensor to get the current number of dumps in the system. Therefore I only need to fill a Z table with the number of dumps of today.

My plan was to do this with a job. But I don't want to run a job every minute in the system. We don't have dumps so often so running every minute is not useful, it is only a waste of resources.

Now i tried to do it with a job that is starting when an event is raised. Here i searched if I can find an event which is thrown when the dump happens or when the system log entry (AB0) is created. But it found nothing.

Last but not least i tried it with the CCMS function and created an own autoreaction method. In this method only an event is created via FUMO: BP_EVENT_RAISE. And then a job is started via the event that fills my Z table. It works well, but as i said it takes in the worst case 5 minutes until i can see the dump in my PRTG Monitor

Do you have any idea how I could improve this?

Accepted Solutions (0)

Answers (0)