mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-03 14:27:47 +02:00
18 lines
372 B
Plaintext
18 lines
372 B
Plaintext
### Option:PluginSocket
|
|
# Path to unix socket for external plugin communications.
|
|
#
|
|
# Mandatory: no
|
|
# Default:\\.\pipe\agent.plugin.sock
|
|
# PluginSocket=
|
|
|
|
PluginSocket=\\.\pipe\agent.plugin.sock
|
|
|
|
### Option: ControlSocket
|
|
# The control socket, used to send runtime commands with '-R' option.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# ControlSocket=
|
|
|
|
ControlSocket=\\.\pipe\agent.sock
|