ESET Agent installation
An example scanner agent is provided to customers as a ZIP archive. Before installation, ensure all prerequisites are met. To install:
•Unpack the provided archive, typically named load_balancer_eset_lib.zip.
•Refer to the usage examples included to understand the agent syntax and API interactions.
Prerequisites
•Python3 version > 3.1
•Python3 module requests
•Python3 module protobuf
•Python3 module grpcio
Example installation on Red Hat 9
dnf install python3.12.x86_64 dnf install python3.12-pip.noarch dnf install python3.12-requests pip3.12 install protobuf pip3.12 install grpcio |
Python3 packages list
After successful installation of all prerequisites, you should see the following packages:
/usr/bin/pip3.12 list |
Package Version -----------------------------_____________________________________ charset-normalizer 3.3.0 grpcio 1.64.1 idna 3.4 pip 23.2.1 protobuf 5.27.2 requests 2.28.2 setuptools 68.2.2 urllib3 1.26.18 |
|---|