What do I have:
1 Zabbix master process
5 proxies
all these processes are runing in same server (all proxies are in vurtual machines by XEN).
All data is collected correctly, all delays between snmp checks are right.
You can see in attachment that the graph is alright, but it's late for about 10 minutes.
Time & date on main server and proxy are the same, timezone - also.
If I do select * from proxy_history order by clock desc limit 5 ; in proxies database, I get:
id | itemid | clock | timestamp | source | severity | value | logeventid
---------+--------+------------+-----------+--------+----------+------------+------------
5144579 | 9756 | 1260453128 | 0 | | 0 | 73766200 | 0
1260453128 - is a current time, so, data is collected in a right time in a right way.
Is sending data from proxy to server is slow? I use parametr DataSenderFrequency=30.
What's the problem with this and how to fix it?
1 Zabbix master process
5 proxies
all these processes are runing in same server (all proxies are in vurtual machines by XEN).
All data is collected correctly, all delays between snmp checks are right.
You can see in attachment that the graph is alright, but it's late for about 10 minutes.
Time & date on main server and proxy are the same, timezone - also.
If I do select * from proxy_history order by clock desc limit 5 ; in proxies database, I get:
id | itemid | clock | timestamp | source | severity | value | logeventid
---------+--------+------------+-----------+--------+----------+------------+------------
5144579 | 9756 | 1260453128 | 0 | | 0 | 73766200 | 0
1260453128 - is a current time, so, data is collected in a right time in a right way.
Is sending data from proxy to server is slow? I use parametr DataSenderFrequency=30.
What's the problem with this and how to fix it?
Comment