Hello,
I have a situation where most of the zabbix process will be too busy frequently and it create a large number of fake alerts at same time..
These are the mail process/cache related usage
----------------------------------------------------
process,poller,avg,busy]): 100 %
More than 150 items having missing data for more than 10 minutes. -- zabbix[queue,10m]): 178
zabbix[process,trapper,avg,busy]): 96.3 %
zabbix[vcache,cache,mode]): Low memory (1)
Zabbix history write cache, % free [wcache,history,pfree]): 24.91 %
The history Write cache is almost 100% most of the time. ...
Here is my server configuration
------------------------------------
LogFileSize=1024
DebugLevel=3
PidFile=/var/run/zabbix_server.pid
DBHost=XXXXX
DBName=XXXX
DBUser=XXXX
DBPassword=XXXX
DBPort=60000
StartPollers=100
StartIPMIPollers=5
StartPollersUnreachable=100
StartTrappers=30
StartPingers=50
StartDiscoverers=5
StartTimers=25
StartEscalators=5
StartVMwareCollectors=5
VMwareFrequency=60
VMwarePerfFrequency=60
VMwareCacheSize=256M
VMwareTimeout=90
StartSNMPTrapper=0
CacheSize=512M
HistoryCacheSize=512M
HistoryIndexCacheSize=512M
TrendCacheSize=512M
ValueCacheSize=512M
Timeout=30
TrapperTimeout=300
UnreachablePeriod=900
LogSlowQueries=30000
User=zabbix
TLSCAFile=/server-TLSCAFile.crt
TLSCertFile=/server-TLSCertFile.crt
TLSKeyFile=/server-TLSKeyFile.key
I checked the CPU/Memory of both zabbix and DB (Db2) servers and doesn't have any issue of resources contention
Any recommendation to this issue would be greatly appreciated..
Thanks
hbm
I have a situation where most of the zabbix process will be too busy frequently and it create a large number of fake alerts at same time..
These are the mail process/cache related usage
----------------------------------------------------
process,poller,avg,busy]): 100 %
More than 150 items having missing data for more than 10 minutes. -- zabbix[queue,10m]): 178
zabbix[process,trapper,avg,busy]): 96.3 %
zabbix[vcache,cache,mode]): Low memory (1)
Zabbix history write cache, % free [wcache,history,pfree]): 24.91 %
The history Write cache is almost 100% most of the time. ...
Here is my server configuration
------------------------------------
LogFileSize=1024
DebugLevel=3
PidFile=/var/run/zabbix_server.pid
DBHost=XXXXX
DBName=XXXX
DBUser=XXXX
DBPassword=XXXX
DBPort=60000
StartPollers=100
StartIPMIPollers=5
StartPollersUnreachable=100
StartTrappers=30
StartPingers=50
StartDiscoverers=5
StartTimers=25
StartEscalators=5
StartVMwareCollectors=5
VMwareFrequency=60
VMwarePerfFrequency=60
VMwareCacheSize=256M
VMwareTimeout=90
StartSNMPTrapper=0
CacheSize=512M
HistoryCacheSize=512M
HistoryIndexCacheSize=512M
TrendCacheSize=512M
ValueCacheSize=512M
Timeout=30
TrapperTimeout=300
UnreachablePeriod=900
LogSlowQueries=30000
User=zabbix
TLSCAFile=/server-TLSCAFile.crt
TLSCertFile=/server-TLSCertFile.crt
TLSKeyFile=/server-TLSKeyFile.key
I checked the CPU/Memory of both zabbix and DB (Db2) servers and doesn't have any issue of resources contention
Any recommendation to this issue would be greatly appreciated..
Thanks
hbm
Comment