I have a Raspberry Pi running Docker and a number of containers. I plan on adding another Pi soon. Curious what folks are using for a dashboard to monitor performance of all your hosts and containers. I was thinking of deploying Grafana for this but am curious what others use.

  • Pengozoid@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Grafana, VictoriaMetrics (drop-in replacement for Prometheus with better storage efficiency and enhanced query language), Loki, Telegraf and Promtail for metrics and logs correspondingly.

    Example with provisioned datasources and dashboards here:

    https://gitlab.com/homelab_software/monitoring

    It’s possible to ship metrics and logs with cAdvisor and other tools.