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

gradecke/checkmk

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

Folders and files

NameName
Last commit message
Last commit date
May 4, 2023
Feb 14, 2023
May 25, 2023
May 11, 2023
May 3, 2023
May 25, 2023
May 11, 2023
May 22, 2023
May 19, 2023
May 25, 2023
May 23, 2023
May 16, 2023
May 25, 2023
Apr 25, 2023
May 16, 2022
Apr 25, 2023
May 25, 2023
May 23, 2023
Mar 22, 2023
May 17, 2023
May 25, 2023
May 17, 2023
May 23, 2023
Apr 20, 2023
Jan 18, 2022
Jul 4, 2022
Jul 19, 2022
Dec 30, 2021
Feb 20, 2023
Apr 14, 2023
Jan 6, 2023
Jul 31, 2020
Sep 13, 2021
May 5, 2023
Mar 4, 2019
May 11, 2023
Feb 9, 2023
Nov 3, 2022
May 25, 2022
May 12, 2023
Mar 10, 2023
Feb 9, 2022
Sep 18, 2015
Aug 7, 2011
May 4, 2023
May 3, 2023
Jul 26, 2017
May 25, 2023
Apr 27, 2023
Apr 27, 2023
May 3, 2023
Sep 14, 2022
Apr 27, 2023
May 2, 2023
Apr 27, 2023
May 16, 2023
May 16, 2023
Oct 25, 2019
Feb 27, 2020
Mar 7, 2023
Apr 11, 2023
Apr 11, 2023
Apr 27, 2023
Nov 24, 2021
May 3, 2023
May 24, 2023
Apr 27, 2023
Apr 3, 2023
May 16, 2023
May 8, 2023
Apr 27, 2023
Mar 4, 2019

Repository files navigation

Checkmk - Your complete IT monitoring solution

PR-CI status

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.

We're building the Checkmk packages within specific docker images for the different distros. Please find the Dockerfiles under buildscripts/infrastructure/build-nodes/ in order to get an idea what's needed to build it locally. However, keep in mind that those Dockerfiles are heavily relying on our infrastructure and won't build from scratch on your machine.

If you have the dependencies in place, 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 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 82.0%
  • C++ 6.9%
  • Shell 2.0%
  • TypeScript 1.9%
  • JavaScript 1.2%
  • C 1.1%
  • Other 4.9%