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

SiPad/checkmk

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

859ae31 · Aug 25, 2023
May 4, 2023
Aug 23, 2023
Aug 24, 2023
Aug 17, 2023
Jul 31, 2023
Aug 24, 2023
Jun 16, 2023
Aug 25, 2023
Aug 9, 2023
Aug 25, 2023
Aug 18, 2023
Aug 1, 2023
Aug 3, 2023
Aug 24, 2023
May 16, 2023
Jul 20, 2023
Jul 28, 2023
Aug 2, 2023
Jul 10, 2023
Aug 25, 2023
Aug 22, 2023
Jun 8, 2023
Jul 25, 2023
Aug 23, 2023
Aug 25, 2023
Jun 7, 2023
Aug 24, 2023
Apr 20, 2023
Jul 19, 2022
Dec 30, 2021
Feb 20, 2023
Apr 14, 2023
Jul 25, 2023
Jul 31, 2020
Sep 13, 2021
Jul 21, 2023
Mar 4, 2019
May 11, 2023
Feb 9, 2023
Nov 3, 2022
May 25, 2022
Jul 6, 2023
Mar 10, 2023
Feb 9, 2022
Sep 18, 2015
Aug 7, 2011
Aug 17, 2023
May 4, 2023
May 3, 2023
Jul 26, 2017
Aug 23, 2023
Aug 17, 2023
Aug 25, 2023
May 3, 2023
Aug 17, 2023
Sep 14, 2022
Aug 10, 2023
Jul 12, 2023
Jul 11, 2023
Aug 18, 2023
Jul 21, 2023
Oct 25, 2019
Feb 27, 2020
Aug 25, 2023
Aug 23, 2023
Aug 23, 2023
Jul 11, 2023
Apr 27, 2023
Nov 24, 2021
May 3, 2023
Aug 25, 2023
Aug 18, 2023
Aug 21, 2023
Aug 23, 2023
May 8, 2023
Jul 13, 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="[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 83.1%
  • C++ 6.8%
  • Shell 2.1%
  • TypeScript 1.9%
  • JavaScript 1.1%
  • CSS 0.9%
  • Other 4.1%