Hello Team,
We are using Zabbix4.0 and it was working fine upto Dec 13, 2019. But in last two days we got lot of alert that SSH service is down on all host and Zabbix agent is unreachable over all host and its resolved automatically but it generate lot of alert during this time period and its very annoying.
We are monitoring 60 servers with zabbix and using passive check on all agent.
Below is the zabbix-server.conf file of my server with option which are enabled. We are using
Below is the screenshot of zabbix server graph at that time, which showing poller data collector process goes to 100%.

Below is the config of /etc/mysql/my.cnf file:
My zabbix server have 4 GB RAM and 2 CPU Core.
Can you please help me which config setting are need to change at server part?
Any help will be appreciated.
Thanks.
We are using Zabbix4.0 and it was working fine upto Dec 13, 2019. But in last two days we got lot of alert that SSH service is down on all host and Zabbix agent is unreachable over all host and its resolved automatically but it generate lot of alert during this time period and its very annoying.
We are monitoring 60 servers with zabbix and using passive check on all agent.
Below is the zabbix-server.conf file of my server with option which are enabled. We are using
Code:
LogFile=/var/log/zabbix/zabbix_server.log LogFileSize=0 # PidFile=/tmp/zabbix_server.pid PidFile=/var/run/zabbix/zabbix_server.pid SocketDir=/var/run/zabbix DBName=zabbix DBUser=zabbix DBPassword=xyz StartPollers=80 StartIPMIPollers=10 StartPollersUnreachable=80 StartTrappers=20 StartPingers=10 SNMPTrapperFile=/var/log/snmptrap/snmptrap.log StartDBSyncers=8 Timeout=30 UnreachablePeriod=120 UnreachableDelay=30 AlertScriptsPath=/usr/lib/zabbix/alertscripts ExternalScripts=/usr/lib/zabbix/externalscripts FpingLocation=/usr/bin/fping Fping6Location=/usr/bin/fping6 LogSlowQueries=3000
Below is the config of /etc/mysql/my.cnf file:
Code:
max_connections = 512
Can you please help me which config setting are need to change at server part?
Any help will be appreciated.
Thanks.
Comment