Hi all,
Just for conclude about the problem of gap in graph.
I did not yet use database partitions (I work on it
) but I resolv my problem which was that table history_uint was too high and any works on it overload the database server, there were approximatively 12 000 000 records (because I put the housekeeper frequency at 24, not a good idea
, but even with a frequency at 1, there were slowdowns and gap each hour).
So, to resolv:
- Stop zabbix server
- Erase table history_uint (truncate table history_uint) because it was really too high and I don't need to keep it (this time
)
- Change value of field history in each Items (I put 2). I increase this field only when it is absolutely necessary
- Start Zabbix
Thanks for your help
Just for conclude about the problem of gap in graph.
I did not yet use database partitions (I work on it
) but I resolv my problem which was that table history_uint was too high and any works on it overload the database server, there were approximatively 12 000 000 records (because I put the housekeeper frequency at 24, not a good idea
, but even with a frequency at 1, there were slowdowns and gap each hour).So, to resolv:
- Stop zabbix server
- Erase table history_uint (truncate table history_uint) because it was really too high and I don't need to keep it (this time
)- Change value of field history in each Items (I put 2). I increase this field only when it is absolutely necessary
- Start Zabbix
Thanks for your help
Comment