Skip to content
/ checkmk Public
forked from Checkmk/checkmk

Checkmk - Best-in-class infrastructure & application monitoring

License

Notifications You must be signed in to change notification settings

timh0r/checkmk

This branch is 1 commit ahead of, 26415 commits behind Checkmk/checkmk:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9d58242 · Aug 29, 2022
Jul 29, 2022
Aug 29, 2022
Jul 15, 2022
Aug 16, 2022
Aug 26, 2022
Aug 25, 2022
Aug 26, 2022
Aug 24, 2022
Aug 29, 2022
Aug 29, 2022
Aug 9, 2022
Jul 12, 2022
Aug 19, 2022
Aug 27, 2022
May 16, 2022
Aug 25, 2022
Aug 25, 2022
Aug 23, 2022
Aug 29, 2022
Aug 26, 2022
Jan 18, 2022
Jul 4, 2022
Jul 19, 2022
Dec 30, 2021
Nov 24, 2021
Aug 12, 2022
Jul 25, 2022
Feb 11, 2022
Jul 31, 2020
Sep 13, 2021
Aug 5, 2022
Mar 4, 2019
Jul 19, 2022
Aug 26, 2022
May 25, 2022
Jun 28, 2022
May 19, 2022
Feb 9, 2022
Sep 18, 2015
Jul 12, 2019
Aug 7, 2011
Jul 26, 2017
Nov 11, 2021
Jul 26, 2017
Aug 12, 2022
Aug 16, 2022
Aug 23, 2022
May 6, 2021
Aug 4, 2022
May 17, 2022
Aug 5, 2022
Jul 25, 2022
Oct 25, 2019
Feb 27, 2020
Aug 5, 2022
Aug 25, 2022
Aug 25, 2022
Aug 3, 2022
Nov 24, 2021
Dec 25, 2021
Aug 19, 2022
Aug 12, 2022
Jul 5, 2022
Apr 4, 2022
Aug 3, 2022
Jul 19, 2022
Mar 4, 2019

Repository files navigation

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 beginners guide on how to get started with Checkmk.

Want to contribute?

Thank you for your interest in contributing to Checkmk! Unfortunately, due to our current work load, we can at the moment only consider pure bugfixes, sorry for that. Thus, any new pull request which is not a pure bugfix will be closed. Instead of creating a PR, please consider sharing new check plugins, agent plugins, special agents or notification plugins via the Checkmk Exchange.

For pure bugfixes, 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="[email protected]" make deb

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

About

Checkmk - Best-in-class infrastructure & application monitoring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.5%
  • C++ 7.1%
  • JavaScript 2.1%
  • Shell 2.0%
  • C 1.2%
  • CSS 0.9%
  • Other 5.2%