Install the DeviceAtlas module
Log into your account at the DeviceAtlas website and download the Enterprise API C library. Copy it as
libda.so.2
to your HAProxy Enterprise server into the directory/lib/x86_64-linux-gnu/
on Ubuntu/Debian or/lib/lib64
on RHEL.From your DeviceAtlas account, download the Device Data (JSON) file. Copy it to your HAProxy Enterprise server (e.g.
/etc/hapee-2.8/deviceatlas.json
).-
Install the DeviceAtlas module according to your platform:
$ # On Debian/Ubuntu $ sudo apt-get install hapee-2.8r1-lb-da
$ # On CentOS/RedHat/Oracle/Photon OS $ sudo yum install hapee-2.8r1-lb-da
$ # On SUSE $ sudo zypper install hapee-2.8r1-lb-da
$ # On FreeBSD $ sudo pkg install hapee-2.8r1-lb-da
-
In the
global
section of the HAProxy Enterprise configuration file, add the following:global module-load hapee-lb-da.so deviceatlas-json-file
/etc/hapee-2.8/deviceatlas.json Reload the HAProxy Enterprise configuration to apply the changes.
Next up
Configure the DeviceAtlas InFuze module