Sign inSign up

bl0nd1n/check_mk

By bl0nd1n

Updated over 9 years ago

Image
0

206

bl0nd1n/check_mk repository overview

nlmacamp/check_mk:1.2.8p18 Introduction

Contributing Issues Getting started

Installation Quickstart Introduction Dockerfile to create a Docker container image for Check_MK.

Check_MK is comprehensive IT monitoring solution in the tradition of Nagios.

This docker images is based on the Check_MK Raw Edition - a free and 100% open-source version.

The Check_MK Raw Edition is a full-blown IT monitoring solution.

Contributing If you find this image useful you can help. - Send a pull request with your awesome features and bug fixes

Issues Before reporting your issue please try updating Docker to the latest version and check if it resolves the issue. Refer to the Docker installation guide for instructions.

SELinux users should try disabling SELinux using the command setenforce 0 to see if it resolves the issue.

Getting started Installation Automated builds of the image are available on Dockerhub and is the recommended method of installation.

docker pull nlmacamp/check_mk:1.2.8p18 Alternatively you can build the image yourself.

docker build -t nlmacamp/check_mk github.com/viper0131/check_mk Quickstart Start Check_MK using:

docker run -itd --name check_mk \
       --publish 80:5000 \
       --restart always \
       bl0nd1n/check_mk

OPTIONAL: Specify outgoing mail server with -e "MAILHUB=IP:PORT"

Check the status of check_mk using:

docker exec -it check_mk omd status the result should look like:

Doing 'status' on site mva: mkeventd: running rrdcached: running npcd: running nagios: running apache: running

Overall state: running Fireup the Check_MK GUI:

Browse to http://localhost/mva

login with the default user omdadmin with password omd

Tag summary

Content type

Image

Digest

Size

67.1 MB

Last updated

over 9 years ago

docker pull bl0nd1n/check_mk