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