Hello,
I am currently looking into a way to trigger A check from a Different Check.
E.g.
When Check $A gets triggered, Icinga should then immediately execute Check $B instead of its usual intervall
My current Attempt would be to add an EventCommand to Check $A which executes a script to call the API and schedules a check for Check $B.
But i am curious if there is a better way to achieve this behaviour.
All the best,
Nicolas