当前位置: 当前位置:首页 >系统运维 >zabbix的使用经验(续)正文

zabbix的使用经验(续)

作者:IT科技 来源:域名 浏览: 【】 发布时间:2025-11-05 00:36:49 评论数:
zabbix的使用经验(续)
用经验续复制  use zabbix;     truncate table history;     optimize table history;     truncate table history_str;     optimize table history_str;     truncate table history_uint;     optimize table history_uint;     truncate table trends;     optimize table trends;     truncate table trends_uint;     optimize table trends_uint;     truncate table events;     optimize table events;   1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.22.23.24.25.26.

最近更新