Can someone better explain what the proxy_history table is used for? All metrics on the proxy and zabbix server look fine but the number of rows in proxy_history vary from 100000-900000. Is this something I should be worried about?
Here's my proxy config
Server=zabbix-server
ServerPort=10051
Hostname=proxy01
ListenPort=10051
LogFile=/var/log/zabbix_proxy.log
LogFileSize=0
PidFile=/var/run/zabbix/zabbix_proxy.pid
ProxyOfflineBuffer=1
ConfigFrequency=300
DataSenderFrequency=3
StartPollers=600
StartTrappers=200
StartPingers=40
StartHTTPPollers=20
CacheSize=8G
StartDBSyncers=40
HistoryCacheSize=2G
HistoryIndexCacheSize=2G
Timeout=15
ExternalScripts=/usr/lib/zabbix/externalscripts
LogSlowQueries=3000
Include=/etc/zabbix/zabbix_proxy.conf.d/*.conf
A few other notes:
My proxy system specs are 12 hyperthreaded cores. 48G of memory. The mysql server currently resides on the same server but will be moving off. However, I see no issues on the mysql server.
This Proxy server is my first proxy server in this infrastructure and nvps is only about 215 or so.
The proxy and zabbix server are seperated by a WAN(~80ms latency) with more than enough capacity for bandwidth.
Caches are near empty, processes are pretty idle and things look good but that proxy_history table is all over the place.
I'm open to general proxy tuning suggestions as well.
Here's my proxy config
Server=zabbix-server
ServerPort=10051
Hostname=proxy01
ListenPort=10051
LogFile=/var/log/zabbix_proxy.log
LogFileSize=0
PidFile=/var/run/zabbix/zabbix_proxy.pid
ProxyOfflineBuffer=1
ConfigFrequency=300
DataSenderFrequency=3
StartPollers=600
StartTrappers=200
StartPingers=40
StartHTTPPollers=20
CacheSize=8G
StartDBSyncers=40
HistoryCacheSize=2G
HistoryIndexCacheSize=2G
Timeout=15
ExternalScripts=/usr/lib/zabbix/externalscripts
LogSlowQueries=3000
Include=/etc/zabbix/zabbix_proxy.conf.d/*.conf
A few other notes:
My proxy system specs are 12 hyperthreaded cores. 48G of memory. The mysql server currently resides on the same server but will be moving off. However, I see no issues on the mysql server.
This Proxy server is my first proxy server in this infrastructure and nvps is only about 215 or so.
The proxy and zabbix server are seperated by a WAN(~80ms latency) with more than enough capacity for bandwidth.
Caches are near empty, processes are pretty idle and things look good but that proxy_history table is all over the place.
I'm open to general proxy tuning suggestions as well.

Comment