diff options
author | Soulou <leo@unbekandt.eu> | 2015-04-30 22:21:27 +0200 |
---|---|---|
committer | Soulou <leo@unbekandt.eu> | 2015-04-30 22:21:27 +0200 |
commit | a48332b52967631352e0dec8a66402953cb68c10 (patch) | |
tree | f49f0f0a34b6a4de8a27cd1fa4aefffd659c64a6 /README.md | |
parent | e3504cee99dab2331df59f6463e5be5ac222dedd (diff) | |
download | munin-a48332b52967631352e0dec8a66402953cb68c10.tar.gz munin-a48332b52967631352e0dec8a66402953cb68c10.tar.bz2 munin-a48332b52967631352e0dec8a66402953cb68c10.tar.xz munin-a48332b52967631352e0dec8a66402953cb68c10.zip |
Version v5, graceful stop, email alert and better doc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 39 |
1 files changed, 39 insertions, 0 deletions
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 |