检查中...

Moltbot 管理控制台

分布式 AI 集群管理系统 |

📊 系统概览

设备总数 --
在线设备 --
CPU 使用率 --
内存使用率 --
磁盘使用率 --
运行时间 --

💻 设备管理

设备 IP 状态 最后同步
加载中...

📊 监控中心

Prometheus ● 运行中
Grafana ● 运行中
Node Exporter ● 运行中
📈 打开 Grafana 🔍 打开 Prometheus

Grafana 默认账号: admin / moltbot2024

🔔 告警状态

邮件告警 ○ 未配置
Webhook 告警 ○ 未配置
今日告警数 0
最后告警

🔄 会话同步

同步状态 ● 启用
同步频率 每 10 分钟
上次同步 --
备份文件数 --

📋 系统日志

2026-01-29 16:00:00 [INFO] 系统启动

⚙️ 快速配置

📧 配置邮件告警

在服务器上编辑: /opt/moltbot-monitoring/alert-config.json

{
  "email": {
    "enabled": true,
    "smtp_user": "your-email@gmail.com",
    "smtp_password": "your-app-password",
    "to_email": "your-email@example.com"
  }
}

🔔 配置钉钉告警

在钉钉群设置 -> 智能群助手 -> 添加机器人 -> Webhook

{
  "webhook": {
    "enabled": true,
    "url": "https://oapi.dingtalk.com/robot/send?access_token=xxx",
    "type": "dingtalk"
  }
}

📈 完成进度

基础架构 100%
监控告警 100%
数据库持久化 100%
会话同步 100%
设备部署 50%