Sign inSign up

jefferyb/munin

By jefferyb

•Updated over 7 years ago

Munin Docker image from the munin github (https://github.com/munin-monitoring/munin) master branch

Image
1

10K+

jefferyb/munin repository overview

⁠jefferyb/munin

Munin Docker image | http://hub.docker.com/u/jefferyb/munin⁠

⁠Using Openshift CLI

# development release
$ oc new-app --name=munin jefferyb/munin

# stable release
$ oc new-app --name=munin jefferyb/munin:stable

⁠Using Kubernetes CLI

# development release
$ kubectl run munin --image=jefferyb/munin

# stable release
$ kubectl run munin --image=jefferyb/munin:stable

⁠Using Docker

# 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

⁠Volumes

⁠development release
  • /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
⁠stable release
  • /var/lib/munin used to store the collected data
  • /etc/munin/conf.d to add your own configuration

⁠Ports

  • 4948 - Munin HTTP server (latest development release)
  • 8080 - Munin HTTP server (latest stable release)

Tag summary

Content type

Image

Digest

Size

180.9 MB

Last updated

over 7 years ago

docker pull jefferyb/munin