blob: 83ef46335419f1415b535e206bc39c0843b19785 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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
|