Files
nexus/wiki/sources/家庭监控方案Prometheus-Grafana.md

1.6 KiB
Raw Blame History

title, type, tags, date
title type tags date
家庭监控方案Prometheus+Grafana source
Prometheus
Grafana
监控
Docker
2025-11-11

Source File

Summary

  • 核心主题家庭环境NAS+Ubuntu部署完整监控栈
  • 问题域:主机/容器/服务/HTTP可用性监控
  • 方法/机制Docker Compose编排Prometheus采集+Grafana可视化+Alertmanager告警
  • 结论/价值:开箱即用的家庭监控方案,覆盖主机/容器/网络探测

Key Claims

  • 组件Prometheus + Grafana + Alertmanager + node_exporter + cAdvisor + blackbox_exporter
  • 访问端口Prometheus 9090, Grafana 3000, Alertmanager 9093, cAdvisor 8080, node_exporter 9100, blackbox 9115
  • 关键监控项CPU>85%告警、磁盘<10%告警、内存<15%告警、HTTP探测失败、TLS证书<14天告警
  • Grafana导入Node Exporter Dashboard 1860, cAdvisor 14282, Blackbox 7587
  • compose命令docker compose up -d

Key Concepts

Key Entities

Connections

Contradictions

  • 无冲突