Press "Enter" to skip to content

Zabbix清除历史数据

简单、粗暴,慎用

use zabbix;
truncate table history;
truncate table history_uint;
truncate table history_str;
truncate table history_text;
truncate table trends;
truncate table trends_uint;
truncate table events;

Be First to Comment

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注