]> granicus.if.org Git - icinga2/blob - README.md
Remove bottom-up from docs and add hints for Director, Puppet, etc.
[icinga2] / README.md
1 [![Build Status](https://travis-ci.org/Icinga/icinga2.svg?branch=master)](https://travis-ci.org/Icinga/icinga2)
2
3 # Icinga 2
4
5 ![Icinga Logo](https://www.icinga.com/wp-content/uploads/2014/06/icinga_logo.png)
6
7 #### Table of Contents
8
9 1. [About][About]
10 2. [License][License]
11 3. [Installation][Installation]
12 4. [Documentation][Documentation]
13 5. [Support][Support]
14 6. [Contributing][Contributing]
15
16 ## About
17
18 Icinga 2 is an open source monitoring system which checks the availability of your
19 network resources, notifies users of outages, and generates performance data for reporting.
20
21 Scalable and extensible, Icinga 2 can monitor large, complex environments across
22 multiple locations.
23
24 Icinga 2 as monitoring core works best with [Icinga Web 2](https://www.icinga.com/products/icinga-web-2/)
25 as web interface.
26
27 More information can be found at [www.icinga.com](https://www.icinga.com/products/icinga-2/)
28 and inside the [documentation](doc/1-about.md).
29
30 ## License
31
32 Icinga 2 and the Icinga 2 documentation are licensed under the terms of the GNU
33 General Public License Version 2, you will find a copy of this license in the
34 COPYING file included in the source package.
35
36 ## Installation
37
38 Read the [INSTALL.md](INSTALL.md) file for more information about how to install it.
39
40 ## Documentation
41
42 The documentation is located in the [doc/](doc/) directory. The latest documentation
43 is also available on https://docs.icinga.com
44
45 ## Support
46
47 Check the project website at https://www.icinga.com for status updates. Join the
48 [community channels](https://www.icinga.com/community/get-involved/) for questions
49 or ask an Icinga partner for [professional support](https://www.icinga.com/services/support/).
50
51 ## Contributing
52
53 There are many ways to contribute to Icinga -- whether it be sending patches,
54 testing, reporting bugs, or reviewing and updating the documentation. Every
55 contribution is appreciated!
56
57 Please continue reading in the [contributing chapter](CONTRIBUTING.md).
58
59 <!-- TOC URLs -->
60 [About]: #about
61 [License]: #license
62 [Installation]: #installation
63 [Documentation]: #documentation
64 [Support]: #support
65 [Contributing]: #contributing