FlorianHeigl / checkmk

Checkmk - Best-in-class infrastructure & application monitoring

Home Page:https://checkmk.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checkmk - Your complete IT monitoring solution

Checkmk is available in several editions. The Checkmk Raw Edition is free and 100% open-source. The Checkmk Enterprise Edition includes several additional features and professional support from the authors, billed annually. A demo version is freely available for testing the Enterprise Edition in a non-production environment.

Checkmk can be installed on Linux servers via DEB and RPM packages found on our downloads page. The Enterprise Edition is also available as a virtual or physical appliance. The following short installation guides show how you can easily set up Checkmk and begin monitoring.

Please visit our website for more details.

Getting started

Please have a look at the official handbook on how to get started with Checkmk.

Want to contribute?

Nice! Have a look at our contribution guidelines.

Building on your own packages

It is highly recommended to use the prebuilt Checkmk packages we provide. But if you really want to build your own packages, you either need to download the source packages from our website or check out the Git repository.

To prepare your system for building, you need to execute this command:

make -C omd setup

This will install the missing build dependencies, at least if you are working on a supported Linux distribution. Then you can either create RPM or DEB packages, depending on your Linux-distribution.

To build an RPM:

make rpm

To create a DEB package:

DEBFULLNAME="Mr. Buildmaster" DEBEMAIL="mail@buildmaster.com" make deb

Don't forget to insert your name and mail address. As a result your should find packages of the form check-mk-[edition]-[version].[deb|rpm] in your current directory.

About

Checkmk - Best-in-class infrastructure & application monitoring

https://checkmk.com/

License:GNU General Public License v2.0


Languages

Language:Python 78.0%Language:C++ 9.6%Language:JavaScript 2.9%Language:Shell 2.3%Language:CSS 2.0%Language:C 1.6%Language:Makefile 1.0%Language:Perl 0.9%Language:PowerShell 0.5%Language:VBScript 0.3%Language:Batchfile 0.3%Language:Dockerfile 0.2%Language:M4 0.1%Language:PHP 0.1%Language:Roff 0.1%Language:C# 0.0%Language:Groovy 0.0%Language:Fantom 0.0%Language:Io 0.0%Language:Emacs Lisp 0.0%Language:Standard ML 0.0%Language:Objective-C 0.0%Language:eC 0.0%Language:Forth 0.0%Language:PostScript 0.0%Language:Scilab 0.0%