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

HAProxy plugin for appliance

matthew_eisengr
Inactive

Hi,

How do I use the HAProxy plugin for a physical appliance that does not have the OneAgent installed?

4 REPLIES 4

JamesKitson
Dynatrace Guru
Dynatrace Guru

My understanding was that at the moment plugins will only work for hosts that have a OneAgent installed.

James

Julius_Loman
DynaMight Legend
DynaMight Legend

For HA proxy you can use either socket connection (default) or URL connection for the stats. Since you mention an appliance - you will probably need to configure the HA proxy to have stats exposed.

For details see documentation or agent plugin code agent/plugin/plugins/ruxit.python.haproxy/ruxit_haproxy.py

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

As @James K. mentions below, plugins can currently not communicate outside of the host they are running on and thus require a oneagent.

Lateron, remote plugins could support this usecase as that requirement for running on the same machine is not there.

matthew_eisengr
Inactive

Thanks guys!

For now we ended up installing the OneAgent via James advice and used the docs Julius pointed us at to get it functioning. Kristof, I'll let the client know that remote plugins is coming and would remove the OneAgent requirement.

Featured Posts