I wrote a action plugin for notifying hipchat rooms for incidents. When deployed to the dynatrace server (both 6.0 and 6.1) and tested, when it runs, it does not respect the proxy settings. We have a proxy we use in the datacenter, which is configured in the shell for all users, and I confirmed that i can hit api.hipchat.com from the command line on the servers. So, I verified the dtserver.ini settings and the proxy settings are correct there. I even put the -DproxyHost= and -DproxyPort settings into the dtfrontendserver.ini.
So at this point, I have proxy setup for all shells, and in the dtserver.ini and dtfrontendserver.ini and it still does not work.
This plugin is running on the dynaTrace server, not on a collector.
Any thoughts as to why this is not respecting the proxy settings when trying to communicate with the endpoint?
Answer by Andreas G. ·
Hi Colin
Which Java Classes do you use in your Action Plugin implementation? Maybe this Java Framework doesnt automatically pick up the proxy settings for the dT Server JVM that you set through the .ini file?
Andi
JANUARY 15, 3:00 PM GMT / 10:00 AM ET