15 Jan 2018 03:54 PM - last edited on 19 May 2023 08:29 AM by Michal_Gebacki
Hi,
How do I use the HAProxy plugin for a physical appliance that does not have the OneAgent installed?
Solved! Go to Solution.
15 Jan 2018 04:57 PM
My understanding was that at the moment plugins will only work for hosts that have a OneAgent installed.
James
16 Jan 2018 08:29 AM
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
17 Jan 2018 10:50 AM
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.
17 Jan 2018 02:24 PM
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.