Hi,
it's the first time I'm experiencing that working triggers eventually stop being fired (there weren't changes on the triggers or items configuration). After restart zabbix server they seemed to be working again.
The issue may be started approx 2days ago.
What I'm thinking is that maybe the triggers are reaching limit processing values that some are ignored by the zabbix_server configuration.
I don't see any problem created by zabbix server itself except "More than 100 items having missing data for more than 10 minutes" (attaching image)
Wondering if incrementing StartPollers to twice could help on this issue:
Any suggestions?
Thanks,
it's the first time I'm experiencing that working triggers eventually stop being fired (there weren't changes on the triggers or items configuration). After restart zabbix server they seemed to be working again.
The issue may be started approx 2days ago.
What I'm thinking is that maybe the triggers are reaching limit processing values that some are ignored by the zabbix_server configuration.
I don't see any problem created by zabbix server itself except "More than 100 items having missing data for more than 10 minutes" (attaching image)
Wondering if incrementing StartPollers to twice could help on this issue:
server configuration:
===============
LogFile=/var/log/zabbix/zabbix_server.log
LogFileSize=0
PidFile=/var/run/zabbix/zabbix_server.pid
SocketDir=/var/run/zabbix
DBName=zabbix
DBUser=zabbix
DBPassword=zabbix
StartPollers=8
StartPollersUnreachable=3
StartPingers=5
SNMPTrapperFile=/var/log/snmptrap/snmptrap.log
StartSNMPTrapper=1
CacheSize=128M
CacheUpdateFrequency=5
HistoryCacheSize=64M
TrendCacheSize=8M
ValueCacheSize=32M
Timeout=30
LogSlowQueries=3000
StatsAllowedIP=127.0.0.1
===============
LogFile=/var/log/zabbix/zabbix_server.log
LogFileSize=0
PidFile=/var/run/zabbix/zabbix_server.pid
SocketDir=/var/run/zabbix
DBName=zabbix
DBUser=zabbix
DBPassword=zabbix
StartPollers=8
StartPollersUnreachable=3
StartPingers=5
SNMPTrapperFile=/var/log/snmptrap/snmptrap.log
StartSNMPTrapper=1
CacheSize=128M
CacheUpdateFrequency=5
HistoryCacheSize=64M
TrendCacheSize=8M
ValueCacheSize=32M
Timeout=30
LogSlowQueries=3000
StatsAllowedIP=127.0.0.1
Any suggestions?
Thanks,
Comment