redis-manager-2.1.0
zouhuajian
released this
04 Dec 02:51
·
292 commits
to master
since this release
非首次启动,请务必在数据库(use redis_manager
)执行以下语句。
ALTER TABLE `cluster` ADD COLUMN `total_used_memory` bigint(20) NOT NULL DEFAULT '0' AFTER `initialized`;
ALTER TABLE `alert_rule` ADD COLUMN `alert_type` tinyint(1) DEFAULT '0' AFTER `group_id`;
ALTER TABLE `alert_rule` ADD COLUMN `cluster_alert` tinyint(1) DEFAULT '0' AFTER `group_id`;
ALTER TABLE `machine` ADD COLUMN `ssh_port` integer(4) DEFAULT '22' AFTER `host`;
- 新增用户操作记录功能
- 新增集群级别告警(
node not in cluster
,node shutdown
,cluster state not ok
) - 新增 Cluster Total Memory 的统计
- 新增机器添加指定 SSH Port 功能
- 修复企业微信,钉钉告警消息过长导致消息发送失败的问题(分批)
- 修复 Query 页面在 Firefox 中不显示按钮的问题
- 优化 Dashboard 页面