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

m3rlinux/checkmk

This branch is 4 commits ahead of, 2768 commits behind Checkmk/checkmk:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d3e9c01 · Nov 27, 2024
Nov 26, 2024
Oct 25, 2024
Nov 27, 2024
Sep 16, 2024
Nov 26, 2024
Nov 26, 2024
Nov 22, 2024
Nov 22, 2024
Nov 27, 2024
Nov 6, 2024
Nov 20, 2024
Aug 23, 2024
Nov 26, 2024
Nov 15, 2024
Nov 26, 2024
Nov 27, 2024
Mar 27, 2024
Nov 25, 2024
Nov 27, 2024
Jan 22, 2024
Sep 30, 2024
Nov 22, 2024
Apr 30, 2024
Oct 10, 2024
Dec 30, 2021
Feb 20, 2023
May 31, 2024
Aug 23, 2024
Oct 16, 2024
Oct 1, 2024
Jan 8, 2024
Dec 5, 2023
Sep 26, 2024
Nov 22, 2024
Mar 26, 2024
Feb 9, 2022
Jan 21, 2024
Jan 29, 2024
Sep 16, 2024
Nov 6, 2024
May 4, 2023
Sep 16, 2024
Jul 26, 2017
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Nov 26, 2024
Nov 26, 2024
Nov 6, 2024
Nov 26, 2024
Nov 26, 2024
May 3, 2023
Nov 25, 2024
Apr 24, 2024
Nov 25, 2024
Jul 11, 2023
Nov 6, 2024
Nov 22, 2024
Oct 25, 2019
Sep 4, 2024
Sep 2, 2024
Nov 24, 2021
May 3, 2023
Nov 26, 2024
Nov 6, 2024
Nov 26, 2024
Jul 12, 2024
Oct 30, 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

Packages

No packages published

Languages

  • Python 82.3%
  • C++ 6.0%
  • TypeScript 2.7%
  • Shell 2.2%
  • Rust 1.6%
  • JavaScript 1.0%
  • Other 4.2%