From a48332b52967631352e0dec8a66402953cb68c10 Mon Sep 17 00:00:00 2001 From: Soulou Date: Thu, 30 Apr 2015 22:21:27 +0200 Subject: Version v5, graceful stop, email alert and better doc --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..3902d0b --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# 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 -- cgit v1.2.1