The core of our monitoring platform with a powerful configuration language and REST API.
Go to file
Michael Friedrich 8824e8c4cf
Merge pull request #7266 from Icinga/bugfix/array-bound-7265
Fix out-of-bounds crash with Array#remove
2019-06-28 17:13:55 +02:00
.github Update issue templates 2019-03-25 16:56:00 +01:00
agent Drop .NET 2.0/3.0/3.5 as supported .NET platform 2019-04-25 19:01:17 +02:00
choco cmake: Use the actual GIT_VERSION for ICINGA2_VERSION 2019-04-05 09:03:04 +02:00
cmake Merge pull request #7019 from Icinga/feature/new-json-library 2019-03-18 17:26:57 +01:00
contrib Replace a few more copyright strings 2019-02-25 16:30:40 +01:00
doc Fix syntax (missing ") 2019-06-28 01:23:06 +02:00
etc Merge pull request #7183 from hlsolutions/bugfix/systemv-returncode 2019-06-06 13:31:41 +02:00
icinga-app Revert "CLI: Return non-zero on unknown sub commands" 2019-05-10 15:16:05 +02:00
icinga-installer Use WixNetFxExtension to detect installed .NET 2019-04-29 12:19:05 +02:00
itl Merge pull request #7216 from peteeckel/fix/provide-snmpv3-context-option-7215 2019-06-03 16:06:13 +02:00
lib Fix Icinga when calling array.remove() 2019-06-28 16:37:29 +02:00
plugins check_nscp_api: Rewrite using Boost ASIO and Beast 2019-05-23 13:36:38 +02:00
test Fix unit test icinga_legacytimeperiod/advanced 2019-06-06 13:11:34 +02:00
third-party cmake: Update MySQL autodetection to support MariaDB 2019-05-07 22:18:50 +02:00
tools Fix type in nanorc syntax file 2019-06-20 13:46:38 +01:00
.gitattributes Exclude debian/ from git-archive and dist tarballs. 2013-11-11 22:03:31 +01:00
.gitignore Update .gitignore 2019-03-18 11:05:39 +01:00
.mailmap Update AUTHORS 2018-07-16 17:00:39 +02:00
.travis.yml travis: Add boost path config 2019-04-01 15:31:44 +02:00
AUTHORS Release version 2.10.1 2018-10-18 11:31:02 +02:00
CHANGELOG.md Release version 2.10.5 2019-05-23 13:57:49 +02:00
CMakeLists.txt Use WixNetFxExtension to detect installed .NET 2019-04-29 12:19:05 +02:00
CONTRIBUTING.md Docs: Add styleguide with development details 2019-05-24 14:48:56 +02:00
COPYING Add newline to COPYING to fix Github license detection 2018-01-17 15:37:18 +01:00
NEWS icinga.com: Update everything else 2018-10-18 09:50:53 +02:00
README.md Show license more prominently 2019-03-15 10:11:42 +01:00
RELEASE.md Update release docs and make changelog a static entry 2019-04-26 10:22:05 +02:00
VERSION Release version 2.10.5 2019-05-23 13:57:49 +02:00
appveyor.yml windows: Improve Powershell Tools and AppVeyor config 2019-04-05 09:03:04 +02:00
config.h.cmake Improve path handling in cmake and daemon 2018-08-07 14:10:26 +02:00
icinga-spec-version.h.cmake Set versions for all internal libraries 2016-08-25 17:56:18 +02:00
icinga-version.h.cmake Add cmake build files. 2013-11-03 13:45:26 +01:00
mkdocs.yml Update mkdocs.yaml 2017-10-23 10:07:31 +02:00

README.md

Build Status Github Tag

Icinga 2

Icinga Logo

Table of Contents

  1. About
  2. Installation
  3. Documentation
  4. Support
  5. License
  6. Contributing

About

Icinga 2 is a monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.

Scalable and extensible, Icinga 2 can monitor large, complex environments across multiple locations.

Icinga 2 as core requires Icinga Web 2 on top in your Icinga Stack.

Icinga Dashboard

Installation

For installing Icinga please check the installation chapter in the documentation.

If you are a packager, please read the development chapter for more details.

Documentation

The documentation is available on icinga.com/docs.

Support

Check the project website for status updates. Join the community channels for questions or ask an Icinga partner for professional support.

License

Icinga 2 and the Icinga 2 documentation are licensed under the terms of the GNU General Public License Version 2, you will find a copy of this license in the COPYING file included in the source package.

In addition, as a special exception, the copyright holders give permission to link the code of portions of this program with the OpenSSL library under certain conditions as described in each individual source file, and distribute linked combinations including the two.

You must obey the GNU General Public License in all respects for all of the code used other than OpenSSL. If you modify file(s) with this exception, you may extend this exception to your version of the file(s), but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. If you delete this exception statement from all source files in the program, then also delete it here.

Contributing

There are many ways to contribute to Icinga -- whether it be sending patches, testing, reporting bugs, or reviewing and updating the documentation. Every contribution is appreciated!

Please continue reading in the contributing chapter.