Hello All.
Yesterday we eneble a trigger action than run an external script than takes arround 4 minutes to finish.
And today we found than the actions are running sequecenly, not in parallel and this generate a delay on the problem remediation.
Actions are fixing problems than appears 12hs ago.
It's posible the parallel execution of the trigger action???
Thanks a lot for your help.
Regards.
Pablo
Yesterday we eneble a trigger action than run an external script than takes arround 4 minutes to finish.
And today we found than the actions are running sequecenly, not in parallel and this generate a delay on the problem remediation.
Actions are fixing problems than appears 12hs ago.
It's posible the parallel execution of the trigger action???
Thanks a lot for your help.
Regards.
Pablo
I may be wrong, but by executing an script as trigger action, it will wait until it finishes, but "sending a message" to user gives it over to alert manager, which then allows parallel executions... and also retries if something fails...
Comment