GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / README.md
blobdaec3633cb984f4d4208b4874e4fabadc32767f6
1 # Check\_MK - Your complete IT monitoring solution
3 Check\_MK is available in several editions. The Check\_MK Raw Edition is free and
4 100% open-source. The Check\_MK Enterprise Edition includes several additional
5 features and professional support from the authors, billed annually. A demo
6 version is freely available for testing the Enterprise Edition in a
7 non-production environment.
9 Check\_MK can be installed on Linux servers via DEB and RPM packages found on
10 our [downloads page](https://mathias-kettner.com/download.php). The Enterprise
11 Edition is also available as a virtual or physical appliance. The following
12 short installation guides show how you can easily set up Check\_MK and begin
13 monitoring.
15 Please visit our [website](https://mathias-kettner.com/check_mk.html) for more
16 details.
18 ## Getting started
20 Please have a look at the [official
21 handbook](https://mathias-kettner.com/cms_introduction.html) on how to get
22 started with Check\_MK.
24 ## Building on your own packages
26 It is highly recommended to use the prebuilt Check\_MK packages we
27 [provide](https://mathias-kettner.com/download.php). But if you really want to
28 build your own packages, you either need to download the source packages from
29 our website or check out the [Git
30 repository](https://github.com/tribe29/checkMK).
32 To prepare your system for building, you need to execute this command:
34     make -C omd setup
36 This will install the missing build dependencies, at least if you are working on
37 a supported Linux distribution. Then you can either create RPM or DEB packages,
38 depending on your distro.
40 To build an RPM:
42     make rpm
44 To create a DEB package:
46     DEBFULLNAME="Mr. Buildmaster" DEBEMAIL="mail@buildmaster.com" make deb
48 Don't forget to insert your name and mail address. As a result your should find
49 packages of the form `check-mk-[edition]-[version].[deb|rpm]` in your current
50 directory.