跳到主要内容

运维总览

运维目标很简单:Dash 进程稳定、数据库可恢复、节点持续上报、历史数据按预期保留。

日常检查

Dash:

systemctl status dash.service
journalctl -u dash.service -n 100 --no-pager

Linux 节点:

systemctl status ithiltir-node.service
journalctl -u ithiltir-node.service -n 100 --no-pager

macOS 节点:

sudo launchctl print system/com.ithiltir.node
tail -n 100 /var/log/ithiltir-node.log /var/log/ithiltir-node.err

Windows 节点:

Get-Service ithiltir-node

关键数据

数据位置是否必须备份
指标历史、节点、告警、设置PostgreSQL
Dash 配置/opt/Ithiltir-dash/configs/config.local.yaml
Dash 安装身份/opt/Ithiltir-dash/install_id建议
自定义主题/opt/Ithiltir-dash/themes
Redis 状态Redis可选,通常不作为恢复主数据
节点上报配置节点本机 report.yaml节点级备份

运维文档