Hello,
I am seeing systems which are monitered by zabbix proxy are not updating data, more than 2 hrs of delay to zabbix server.
zabbix proxy is running on a vm with 4G ram, 4core processor.
zabbix master is running on 32G ram, with 8core processor.
Is there anything specific things to be changed, pls advice
Nodes which are mixture of snmp/zabbix agent items which are monitored by zabbix proxy are close to 270+.
zabbix_proxy conf
zabbix queue

zabbix server conf
mysql_conf
zbx_server queue

ANy pointers are greatly helpful.
Thanks
I am seeing systems which are monitered by zabbix proxy are not updating data, more than 2 hrs of delay to zabbix server.
zabbix proxy is running on a vm with 4G ram, 4core processor.
zabbix master is running on 32G ram, with 8core processor.
Is there anything specific things to be changed, pls advice
Nodes which are mixture of snmp/zabbix agent items which are monitored by zabbix proxy are close to 270+.
zabbix_proxy conf
Code:
Server=172.17.1.108 Hostname=NM-Zabbix-Proxy LogFile=/var/log/zabbix/zabbix_proxy.log DebugLevel=4 PidFile=/var/run/zabbix_proxy.pid DBName=zabbix DBUser=zabbix DBPassword=zabbix ConfigFrequency=600 DataSenderFrequency=5 StartPollers=30 StartPollersUnreachable=30 StartTrappers=30 StartPingers=30 StartSNMPTrapper=1 ListenIP=192.168.1.67 CacheSize=512M HistoryCacheSize=512M HistoryTextCacheSize=256M Timeout=30 UnreachablePeriod=60 FpingLocation=/usr/local/sbin/fping LogSlowQueries=300000

zabbix server conf
Code:
LogFile=/var/log/zabbix/zabbix_server.log LogFileSize=50 DebugLevel=2 PidFile=/var/run/zabbix/zabbix_server.pid DBName=zabbix DBUser=zabbix DBPassword=zabbix StartPollers=45 StartPollersUnreachable=12 StartTrappers=45 StartPingers=45 StartDiscoverers=3 StartSNMPTrapper=1 ListenIP=0.0.0.0 HousekeepingFrequency=1 MaxHousekeeperDelete=500 SenderFrequency=300 CacheSize=1G CacheUpdateFrequency=300 StartDBSyncers=4 HistoryCacheSize=128M TrendCacheSize=1G HistoryTextCacheSize=128M Timeout=30 TrapperTimeout=120 UnreachablePeriod=600 UnavailableDelay=120 AlertScriptsPath=/etc/zabbix/alert.d/ FpingLocation=/usr/local/sbin/fping LogSlowQueries=1
Code:
datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock user=mysql symbolic-links=0 slow_query_log_file=/var/log/mysql/slow-query.log long_query_time = 10 log-queries-not-using-indexes=YES innodb_lock_wait_timeout=500 innodb_locks_unsafe_for_binlog=1 expire_logs_days=5 max_binlog_size=100M innodb_buffer_pool_size=20G innodb_file_per_table max_allowed_packet = 64M innodb_additional_mem_pool_size = 30M innodb_thread_concurrency = 8 key_buffer_size = 60M max_connections=290 table_cache=4096 query_cache_size = 96M tmp_table_size = 32M thread_cache_size = 64 sort_buffer_size = 12M query_cache_limit=64M thread_cache_size=512 wait_timeout=300 read_buffer_size=2M read_rnd_buffer_size=8M join_buffer_size=8M log-bin=/var/log/mysql/mysql-bin.log binlog-do-db=zabbix server-id=1 [mysqld_safe] log-error=/var/log/mysql/mysqld.log pid-file=/var/run/mysqld/mysqld.pid

ANy pointers are greatly helpful.
Thanks
Comment