Trigger a script by an alert

Is it possible to trigger a script (for example python script) by an alert? If so how can I do it? I use the latest GSE 11 in Ubuntu Server 18.04.

Thanks for other ideas of running a script after a task is done.

Yes, but it won’t run out of the box. You can use the HTTP Get method to reach a specific web page which you would monitor via a third party script (python or else). Once the HTTP Get is detected, your script can do whatever you likes.

This can work with other alert method such as SCP, but there is nothing to do that out of the box.

2 Likes

Thanks for those ideas!