dockurr/munin

Sponsored OSS

By dockurr

Updated 11 days ago

Munin in a Docker container.

Image
Data science
Monitoring & observability
Web analytics
6

10K+

dockurr/munin repository overview

Munin for Docker

Build Version Size Package Pulls

Container image for a Munin master server.

Features ✨

  • Provides a Munin master monitoring server
  • Displays monitoring graphs through a web interface
  • Supports monitoring multiple Munin nodes
  • Uses rrdcached for better performance
  • Generates graphs on demand with FastCGI
  • Supports custom Munin configuration
  • Lightweight Alpine-based image

Usage 🐳

Docker Compose:
services:
  munin:
    image: dockurr/munin
    container_name: munin
    environment:
      TZ: "UTC"
      NODES: "node1:10.0.0.101 node2:10.0.0.102"
    ports:
      - 80:80
    volumes:
      - ./lib:/var/lib/munin
      - ./log:/var/log/munin
      - ./conf:/etc/munin/munin-conf.d
      - ./plugin:/etc/munin/plugin-conf.d
    restart: always
    stop_grace_period: 1m
Docker CLI:
docker run -it --rm --name munin -p 80:80 -e "NODES=node1:10.0.0.101 node2:10.0.0.102" --stop-timeout 60 docker.io/dockurr/munin

Acknowledgements 🙏

Special thanks to @aheimsbakk, for creating the original project.

Stars 🌟

Stargazers

Tag summary

Content type

Image

Digest

sha256:53b6dadc9

Size

32.6 MB

Last updated

11 days ago

docker pull dockurr/munin

This week's pulls

Pulls:

2,050

Jun 29 to Jul 5