feat: initial commit
This commit is contained in:
commit
29bec6f965
17 changed files with 343 additions and 0 deletions
47
templates/zabbix/zabbix_proxy.conf.j2
Normal file
47
templates/zabbix/zabbix_proxy.conf.j2
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
# general
|
||||
ProxyMode=0
|
||||
Server={{ zabbix_server_host }}
|
||||
Hostname={{ inventory_hostname }}
|
||||
ListenPort=10051
|
||||
EnableRemoteCommands=1
|
||||
DBName=/usr/lib/zabbix/proxy/zabbix.db
|
||||
PidFile=/run/zabbix/zabbix_proxy.pid
|
||||
SocketDir=/run/zabbix
|
||||
AllowRoot=0
|
||||
User=zabbix
|
||||
|
||||
# logging
|
||||
LogType=system
|
||||
DebugLevel=1
|
||||
|
||||
# tls
|
||||
TLSConnect=psk
|
||||
TLSPSKIdentity={{ zabbix_proxy_psk_id }}
|
||||
TLSPSKFile=/etc/zabbix/zabbix_proxy.psk
|
||||
|
||||
# general proxy parameters
|
||||
ProxyLocalBuffer=1
|
||||
ProxyOfflineBuffer=1
|
||||
DataSenderFrequency=2
|
||||
|
||||
# advanced proxy parameters
|
||||
StartPollers=25
|
||||
StartIPMIPollers=1
|
||||
StartPreprocessors=5
|
||||
StartPollersUnreachable=10
|
||||
StartTrappers=25
|
||||
StartPingers=10
|
||||
StartDiscoverers=10
|
||||
StartHTTPPollers=25
|
||||
|
||||
# other
|
||||
HousekeepingFrequency=1
|
||||
CacheSize=32M
|
||||
Timeout=5
|
||||
UnreachablePeriod=10
|
||||
UnreachableDelay=5
|
||||
UnavailableDelay=60
|
||||
FpingLocation=/usr/bin/fping
|
||||
Fping6Location=/usr/bin/fping6
|
||||
LogSlowQueries=3000
|
||||
StatsAllowedIP=127.0.0.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue