02 Oct 2018 03:20 PM - last edited on 09 Dec 2021 03:37 PM by MaciejNeumann
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.
Solved! Go to Solution.
03 Oct 2018 07:38 AM
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.
03 Oct 2018 06:14 PM
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.