cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Alerting on custom plugin

suresh230591
Mentor

Hi,


Is there way to alert on custom plugin when it is Crashed/NoRunning (Plugin running on Env activegate).



Regards

Suresh



1 REPLY 1

maciej_grynda
Dynatrace Helper
Dynatrace Helper

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.


Featured Posts