mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-10 15:48:38 +01:00
80 lines
1.7 KiB
Plaintext
80 lines
1.7 KiB
Plaintext
### Option: PidFile
|
|
# Name of PID file.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# PidFile=/tmp/zabbix_server.pid
|
|
|
|
PidFile=/tmp/zabbix_server.pid
|
|
|
|
### Option: SocketDir
|
|
# IPC socket directory.
|
|
# Directory to store IPC sockets used by internal Zabbix services.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# SocketDir=/tmp
|
|
|
|
SocketDir=/tmp
|
|
|
|
### Option: TmpDir
|
|
# Temporary directory.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# TmpDir=/tmp
|
|
|
|
TmpDir=/tmp
|
|
|
|
### Option: AlertScriptsPath
|
|
# Full path to location of custom alert scripts.
|
|
# Default depends on compilation options.
|
|
# To see the default path run command "zabbix_server --help".
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# AlertScriptsPath=${datadir}/zabbix/alertscripts
|
|
|
|
AlertScriptsPath=/usr/lib/zabbix/alertscripts
|
|
|
|
### Option: ExternalScripts
|
|
# Full path to location of external scripts.
|
|
# Default depends on compilation options.
|
|
# To see the default path run command "zabbix_server --help".
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# ExternalScripts=${datadir}/zabbix/externalscripts
|
|
|
|
ExternalScripts=/usr/lib/zabbix/externalscripts
|
|
|
|
### Option: FpingLocation
|
|
# Location of fping.
|
|
# Make sure that fping binary has root ownership and SUID flag set.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# FpingLocation=/usr/sbin/fping
|
|
|
|
FpingLocation=${ZBX_FPINGLOCATION}
|
|
|
|
### Option: Fping6Location
|
|
# Location of fping6.
|
|
# Make sure that fping6 binary has root ownership and SUID flag set.
|
|
# Make empty if your fping utility is capable to process IPv6 addresses.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# Fping6Location=/usr/sbin/fping6
|
|
|
|
Fping6Location=
|
|
|
|
### Option: SSHKeyLocation
|
|
# Location of public and private keys for SSH checks and actions.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# SSHKeyLocation=
|
|
|
|
SSHKeyLocation=${ZBX_SSHKEYLOCATION}
|