05 Jun 2019 06:00 AM
Hi,
Could you tell me whether it is possible to create a configuration UI for each host?
I have read the document about the configuration of OneAgent plugin.
https://dynatrace.github.io/plugin-sdk/extending_plugin/demo_plugin_conf.html
According to the document, it seems that we can create the configurations of OneAgent Plugin for the entire Dynatrace tenant.
But I want to create some configurations for each Host.
For example, we are developing a OneAgent plugin for PostgreSQL to get some advanced metrics.
In this situation, we want to configure HostName, UserID, Password, PortNumber for each host.
Thanks,
Noah Kobayashi
Solved! Go to Solution.
05 Jun 2019 06:46 AM
You can set host configuration via UI on host screen. At first please turn off global monitoring on Monitored technologies page in settings. Than navigate to Host page, Edit, General page and there you will be able to do it.
05 Jun 2019 07:15 AM
Thank you for your quick answer!
I've confirmed that we can configure per host.