mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-10 15:48:38 +01:00
27 lines
495 B
Plaintext
27 lines
495 B
Plaintext
### Option: PidFile
|
|
# Name of PID file.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# PidFile=/tmp/zabbix_agent2.pid
|
|
|
|
PidFile=/tmp/zabbix_agent2.pid
|
|
|
|
### Option:PluginSocket
|
|
# Path to unix socket for external plugin communications.
|
|
#
|
|
# Mandatory: no
|
|
# Default:/tmp/agent.plugin.sock
|
|
# PluginSocket=
|
|
|
|
PluginSocket=/tmp/agent.plugin.sock
|
|
|
|
### Option: ControlSocket
|
|
# The control socket, used to send runtime commands with '-R' option.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# ControlSocket=
|
|
|
|
ControlSocket=/tmp/agent.sock
|