mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-10 15:48:38 +01:00
20 lines
468 B
Plaintext
20 lines
468 B
Plaintext
### Option: SNMPTrapperFile
|
|
# Temporary file used for passing data from SNMP trap daemon to the server.
|
|
# Must be the same as in zabbix_trap_receiver.pl or SNMPTT configuration file.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# SNMPTrapperFile=/tmp/zabbix_traps.tmp
|
|
|
|
SNMPTrapperFile=${ZBX_SNMPTRAPPERFILE}
|
|
|
|
### Option: StartSNMPTrapper
|
|
# If 1, SNMP trapper process is started.
|
|
#
|
|
# Mandatory: no
|
|
# Range: 0-1
|
|
# Default:
|
|
# StartSNMPTrapper=0
|
|
|
|
StartSNMPTrapper=${ZBX_STARTSNMPTRAPPER}
|