Munin Docker image | http://hub.docker.com/u/jefferyb/munin
# development release
$ oc new-app --name=munin jefferyb/munin
# stable release
$ oc new-app --name=munin jefferyb/munin:stable
# development release
$ kubectl run munin --image=jefferyb/munin
# stable release
$ kubectl run munin --image=jefferyb/munin:stable
# development release
$ docker run -itd --name munin -p 4948:4948 jefferyb/munin
# stable release
$ docker run -itd --name munin -p 8080:8080 jefferyb/munin:stable
/opt/app-root/sandbox/var/lib
used to store the collected data/opt/app-root/sandbox/etc/munin/munin-conf.d
to add your own configuration
/var/lib/munin
used to store the collected data/etc/munin/conf.d
to add your own configuration
4948
- Munin HTTP server (latest development release)8080
- Munin HTTP server (latest stable release)