Skip to content
forked from Checkmk/checkmk

Checkmk - Best-in-class infrastructure & application monitoring

License

Notifications You must be signed in to change notification settings

elwood218/checkmk

This branch is 24069 commits behind Checkmk/checkmk:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cc92ae4 · Nov 10, 2022
Sep 14, 2022
Nov 10, 2022
Oct 13, 2022
Oct 11, 2022
Nov 9, 2022
Oct 28, 2022
Nov 9, 2022
Nov 9, 2022
Nov 9, 2022
Nov 10, 2022
Nov 9, 2022
Oct 25, 2022
Nov 9, 2022
Nov 1, 2022
May 16, 2022
Sep 9, 2022
Nov 9, 2022
Oct 14, 2022
Nov 4, 2022
Nov 10, 2022
Nov 3, 2022
Jan 18, 2022
Jul 4, 2022
Jul 19, 2022
Dec 30, 2021
Nov 24, 2021
Sep 7, 2022
Jul 25, 2022
Feb 11, 2022
Jul 31, 2020
Sep 13, 2021
Oct 14, 2022
Mar 4, 2019
Sep 16, 2022
Oct 18, 2022
Nov 3, 2022
May 25, 2022
Sep 14, 2022
May 19, 2022
Feb 9, 2022
Sep 18, 2015
Jul 12, 2019
Aug 7, 2011
Jul 26, 2017
Sep 7, 2022
Jul 26, 2017
Nov 9, 2022
Nov 9, 2022
Nov 9, 2022
Sep 7, 2022
Sep 14, 2022
Aug 4, 2022
May 17, 2022
Aug 31, 2022
Nov 9, 2022
Oct 25, 2019
Feb 27, 2020
Nov 8, 2022
Nov 2, 2022
Nov 2, 2022
Aug 3, 2022
Nov 24, 2021
Dec 25, 2021
Nov 8, 2022
Aug 12, 2022
Jul 5, 2022
Apr 4, 2022
Sep 16, 2022
Nov 7, 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.

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?

Nice! Before contributing please check out 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

Packages

No packages published

Languages

  • Python 81.5%
  • C++ 7.1%
  • Shell 2.0%
  • JavaScript 1.9%
  • C 1.2%
  • TypeScript 1.0%
  • Other 5.3%