On this page
2 Docker plugin
Overzicht
In deze sectie worden parameters vermeld die worden ondersteund in de Docker Zabbix-agent 2. configuratiebestand voor plug-ins (docker.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.Docker.Endpoint | no | unix:///var/run/docker.sock | Docker daemon Unix socket location. Must contain a scheme (only unix:// is supported). |
|
| Plugins.Docker.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) / Zabbix agent 2 (Windows)
- Instructions for configuring plugins