07 Jun 2019 02:28 PM
Hi,
Is there way to alert on custom plugin when it is Crashed/NoRunning (Plugin running on Env activegate).
Regards
Suresh
Solved! Go to Solution.
07 Jun 2019 02:37 PM
NoRunning - not really.
On crashing - you can put you query method in try - except block, and make alert on any caught exception.
Side note - in server version 1.171 there will be API for remote plugins to check endpoint statuses (and more). For local custom plugins API is incoming.