Skip to content

lucas-opentown/docker-munin-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for munin server

Configuration

All the configuration is done through the environment.

HTTP Credentials

  • MUNIN_USER
  • MUNIN_PASSWORD

SMTP info for alerts

  • SMTP_HOST
  • SMTP_PORT
  • SMTP_USERNAME
  • SMTP_PASSWORD

Alert target

  • ALERT_RECIPIENT
  • ALERT_SENDER

List of the nodes to check

  • NODES format: name1:ip1 name2:ip2 …

Port

Container is listening on the port 8080

Volumes

For a bit of persistency

  • /var/log/munin -> logs
  • /var/lib/munin -> db
  • /var/run/munin -> lock and pid files
  • /var/cache/munin -> file deserved by HTTP

About

Dockerization of a munin server behind nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%