Skip to content

dockur/munin

Repository files navigation

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

About

Munin in a Docker container.

Topics

Resources

License

Stars

44 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors