Ez a szakasz a Memcached Zabbix agent 2 által támogatott paramétereket sorolja fel beépülő modul konfigurációs fájlja (memcached.conf).
Vegye figyelembe, hogy:
Parameter | Mandatory | Range | Default | Description |
---|---|---|---|---|
Plugins.Memcached.KeepAlive | no | 60-900 | 300 | The maximum time of waiting (in seconds) before unused plugin connections are closed. |
Plugins.Memcached.Sessions.<SessionName>.Password | no | Named session password. <SessionName> - define name of a session for using in item keys. |
||
Plugins.Memcached.Sessions.<SessionName>.Uri | no | tcp://localhost:11211 | Connection string of a named session. <SessionName> - define name of a session for using in item keys. Should not include embedded credentials (they will be ignored). Must match the URI format. Supported schemes: tcp , unix ; a scheme can be omitted (since version 5.2.3).A port can be omitted (default=11211). Examples: tcp://localhost:11211 localhost unix:/var/run/memcached.sock |
|
Plugins.Memcached.Sessions.<SessionName>.User | no | Named session username. <SessionName> - define name of a session for using in item keys. |
||
Plugins.Memcached.Timeout | no | 1-30 | global timeout | Request execution timeout (how long to wait for a request to complete before shutting it down). |
See also: