From 71afdea37d167e9ee35c610915a8585cbe2f6bee Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Mon, 24 Aug 2020 16:07:39 -0400 Subject: [PATCH] Fixed params for Zabbix agent 2 --- agent2/alpine/README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/agent2/alpine/README.md b/agent2/alpine/README.md index f250ffe5d..43c571dfb 100644 --- a/agent2/alpine/README.md +++ b/agent2/alpine/README.md @@ -103,10 +103,6 @@ This variable is boolean (``true`` or ``false``) and enables or disables feature The variable is comma separated list of allowed Zabbix server or proxy hosts for connections to Zabbix agent 2 container. You may specify port of Zabbix server or Zabbix proxy in such syntax: ``zabbix-server:10061,zabbix-proxy:10072``. -### `ZBX_LOADMODULE` - -The variable is list of comma separated loadable Zabbix modules. It works with volume ``/var/lib/zabbix/modules``. The syntax of the variable is ``dummy1.so,dummy2.so``. - ### `ZBX_DEBUGLEVEL` The variable is used to specify debug level. By default, value is ``3``. It is ``DebugLevel`` parameter in ``zabbix_agent2.conf``. Allowed values are listed below: @@ -168,10 +164,6 @@ Please use official documentation for [``zabbix_agent2.conf``](https://www.zabbi The volume allows include ``*.conf`` files and extend Zabbix agent 2 using ``UserParameter`` feature. -### ``/var/lib/zabbix/modules`` - -The volume allows load additional modules and extend Zabbix agent 2 using ``LoadModule`` feature. - ### ``/var/lib/zabbix/enc`` The volume is used to store TLS related files. These file names are specified using ``ZBX_TLSCAFILE``, ``ZBX_TLSCRLFILE``, ``ZBX_TLSKEY_FILE`` and ``ZBX_TLSPSKFILE`` variables.