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

Generic Execution Plugin for Dynatrace Managed

amarpreet_sawhn
Contributor

Hi All,

Is there a Generic execution plugin available for Dynatrace managed. I know you can create your own custom plugins but wanted to know if there is anyone who has already created such plugin.

Thanks,

Amarpreet

 

3 REPLIES 3

skrystosik
DynaMight Guru
DynaMight Guru

You mean some plugin that can be starter point to create your own? Dynatrace has provided such sources:

https://dynatrace.github.io/plugin-sdk/plugins/ind...

Sebastian


Regards, Sebastian

Actually simialr to Appmon "Generic Execution Plugin" I wanted to know if there is one for Dynatrace managed.


skrystosik
DynaMight Guru
DynaMight Guru

Ok I remember what this plugin does. Actually there is no such plugin because it wont work. If you want push some metrics to dynatrace you can write custom piece of code that will do it for you over API. If you want execute something as a result of problem rising, you have to create piece of code that will serve HTTP service. Then from Dynatrace => Custom integration you can send json payload via POST to this WebService. Then you can handle this event to execute some command on monitored host. You will not make it in any other way I think.

Sebastian


Regards, Sebastian

Featured Posts