I need the synchronized report of values of three items, which read numbers recorded in their respective files.
The items have the keys:
vfs.file.contents [/var/run/zabbix/col.txt,ANSI], ranging only to col.txt, col2.txt, col3.txt.
By clicking on latest values and selecting the three items, I see that there is usually a value that causes the report to break because of 1 second.
How could I solve this break?
Our Zabbix Server have: 16G RAM, 4 CPU Core and is a VM (VMWare)
Zabbix have: 900 hosts and 6000 items active.
Zabbix_Server.conf have configs:
StartPollers = 5;
StartPollersUnreachable = 2;
CacheSize = 16M;
HistoryCacheSize = 16M;
ValueCacheSize = 8M;
Timeout = 4;
Would it be the case that I adjust some Zabbix Server configuration? Where do I see which zabbix_server.conf optimal settings, showing calculations for me to base on?
The items have the keys:
vfs.file.contents [/var/run/zabbix/col.txt,ANSI], ranging only to col.txt, col2.txt, col3.txt.
By clicking on latest values and selecting the three items, I see that there is usually a value that causes the report to break because of 1 second.
How could I solve this break?
Our Zabbix Server have: 16G RAM, 4 CPU Core and is a VM (VMWare)
Zabbix have: 900 hosts and 6000 items active.
Zabbix_Server.conf have configs:
StartPollers = 5;
StartPollersUnreachable = 2;
CacheSize = 16M;
HistoryCacheSize = 16M;
ValueCacheSize = 8M;
Timeout = 4;
Would it be the case that I adjust some Zabbix Server configuration? Where do I see which zabbix_server.conf optimal settings, showing calculations for me to base on?
Comment