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

DB2 UDB monitoring plugin for Dynatrace

rene_abdon1
Inactive

Hi,

Anyone knows a Dynatrace plugin (or some instruction to build one), that can monitor basic metrics of DB2 UDB (outside mainframe)?

Any information will be great.

Tks.

Cheers.

Rene.

 

2 REPLIES 2

Julius_Loman
DynaMight Legend
DynaMight Legend

You can use the Oneagent or ActiveGate plugin framework to build one. Actually, things might be a little bit complicated since plugins must be in Python and you will need native DB2 libraries as well on the host where the plugin will be executed. See here for documentation.

If you don't need it as a plugin, you could also do the metrics collection by yourself and push it to Dynatrace through the REST APIs. See here for details.


Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

rene_abdon1
Inactive

For sure Julius,

Thanks for your reply, I'll work here to see witch option will be less costly.

I'll post here the results soon.


Featured Posts