feat: initial commit

This commit is contained in:
Simon Cornet 2025-06-06 18:08:13 +02:00
commit 29bec6f965
17 changed files with 343 additions and 0 deletions

View 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

View file

@ -0,0 +1 @@
{{ zabbix_proxy_psk }}