[comment]: # translation:outdated

[comment]: # ({88671f5d-88671f5d})
# 3 Memcached plugin

[comment]: # ({/88671f5d-88671f5d})

[comment]: # ({2abeb49a-2abeb49a})
#### Overzicht

In dit gedeelte worden de parameters vermeld die worden ondersteund in de Memcached Zabbix-agent 2.
configuratiebestand voor plug-ins (memcached.conf). Let daar op:

- De standaardwaarden weerspiegelen de processtandaarden, niet de waarden in de
    verzonden configuratiebestanden;
- Zabbix ondersteunt configuratiebestanden alleen in UTF-8-codering zonder
    [BOM](https://en.wikipedia.org/wiki/Byte_order_mark);
- Opmerkingen die beginnen met "\#" worden alleen ondersteund aan het begin van
    de lijn.

[comment]: # ({/2abeb49a-2abeb49a})

[comment]: # ({7698a5d7-63c43789})
#### Parameters

|Parameter|Mandatory|Range|Default|Description|
|--|--|--|--|----------|
|Plugins.Memcached.Default.Password|no| | |Default password for connecting to Memcached; used if no value is specified in an item key or named session.<br> Supported since version 6.0.18|
|Plugins.Memcached.Default.Uri|no| |tcp://localhost:11211|Default URI for connecting to Memcached; used if no value is specified in an item key or named session. <br><br>Should not include embedded credentials (they will be ignored).<br>Must match the URI format.<br>Supported schemes: `tcp`, `unix`; a scheme can be omitted.<br>A port can be omitted (default=11211).<br>Examples: `tcp://localhost:11211`<br>`localhost`<br>`unix:/var/run/memcached.sock`<br> Supported since version 6.0.18|
|Plugins.Memcached.Default.User|no| | |Default username for connecting to Memcached; used if no value is specified in an item key or named session.<br> Supported since version 6.0.18|
|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.<br>**<SessionName>** - define the name of a session for using in item keys.|
|Plugins.Memcached.Sessions.<SessionName>.Uri|no| | |Connection string of a named session.<br>**<SessionName>** - define the name of a session for using in item keys.<br><br>Should not include embedded credentials (they will be ignored).<br>Must match the URI format.<br>Supported schemes: `tcp`, `unix`; a scheme can be omitted.<br>A port can be omitted (default=11211).<br>Examples: `tcp://localhost:11211`<br>`localhost`<br>`unix:/var/run/memcached.sock`|
|Plugins.Memcached.Sessions.<SessionName>.User|no| | |Named session username.<br>**<SessionName>** - define the 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:

-   Description of general Zabbix agent 2 configuration parameters:
    [Zabbix agent 2 (UNIX)](/manual/appendix/config/zabbix_agent2) /
    [Zabbix agent 2 (Windows)](/manual/appendix/config/zabbix_agent2_win)
-   Instructions for configuring [plugins](/manual/config/items/plugins)

[comment]: # ({/7698a5d7-63c43789})
