3 Memcached plugin

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;
  • Opmerkingen die beginnen met "#" worden alleen ondersteund aan het begin van de lijn.

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.
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.

Should not include embedded credentials (they will be ignored).
Must match the URI format.
Supported schemes: tcp, unix; a scheme can be omitted.
A port can be omitted (default=11211).
Examples: tcp://localhost:11211
localhost
unix:/var/run/memcached.sock
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.
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.
<SessionName> - define the name of a session for using in item keys.
Plugins.Memcached.Sessions.<SessionName>.Uri no Connection string of a named session.
<SessionName> - define the 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.
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 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: