Trigger to run a Eventhandler or a second script after checking a service

Hello everyone
We have distributed monitoring and need the forwarding of performance data from individual services. When the satellite has made the query, the master would have to start a second script or trigger an event handler. However, the event handler does not work if there is no change in the status of the service. It’s the same with the notification. Is there an easy way to control my second script on the master as soon as the check of the data has arrived on the master?
If that doesn’t work, I’ll just have to sort it out via CronJobs.

Regards
Sascha

Maybe it would be easier to write the performance data directly from the master?
At least that would be the preferred way IMHO

1 Like