The core of our monitoring platform with a powerful configuration language and REST API.
Go to file
Alexander A. Klimov bb333b535b RedisConnection#ExecuteQueries(): fire all queries at once
refs #49
2019-11-02 14:00:23 +01:00
.github Ensure that issue templates are more readable 2019-09-02 15:10:35 +02:00
agent Windows Agent: Refine setup wizard text and add docs URL 2019-07-31 13:47:31 +02:00
choco cmake: Use the actual GIT_VERSION for ICINGA2_VERSION 2019-04-05 09:03:04 +02:00
cmake
contrib
doc Update docs 2019-11-02 14:00:23 +01:00
etc Redis support (WIP) 2019-11-02 14:00:23 +01:00
icinga-app Compile redis into the icinga2 binary; apply more C++11 code changes 2019-11-02 14:00:23 +01:00
icinga-installer Use WixNetFxExtension to detect installed .NET 2019-04-29 12:19:05 +02:00
itl Merge pull request #7449 from Icinga/feature/warn-set-global-var 2019-08-27 14:53:29 +02:00
lib RedisConnection#ExecuteQueries(): fire all queries at once 2019-11-02 14:00:23 +01:00
plugins Replace std::shared_ptr<boost::asio::ssl::context> with Shared<boost::asio::ssl::context>::Ptr 2019-10-21 16:12:46 +02:00
test Add unit test for Utility::CompareVersion 2019-08-14 13:14:43 +02:00
third-party Compile redis into the icinga2 binary; apply more C++11 code changes 2019-11-02 14:00:23 +01:00
tools Dev: Fix CMake generator platform for VS 2019 in PS scripts 2019-09-09 17:11:26 +02:00
.gitattributes
.gitignore
.mailmap Update AUTHORS for 2.11 2019-07-24 12:13:34 +02:00
.travis.yml
AUTHORS Release version 2.11.2 2019-10-25 09:33:24 +02:00
CHANGELOG.md Release version 2.11.2 2019-10-25 09:33:24 +02:00
CMakeLists.txt Compile redis into the icinga2 binary; apply more C++11 code changes 2019-11-02 14:00:23 +01:00
CONTRIBUTING.md Docs: Add styleguide with development details 2019-05-24 14:48:56 +02:00
COPYING
NEWS
README.md Docs: Align content of README from About chapter 2019-09-17 12:43:13 +02:00
RELEASE.md Update Release checklist 2019-10-25 09:33:24 +02:00
VERSION Release version 2.11.2 2019-10-25 09:33:24 +02:00
appveyor.yml
config.h.cmake
icinga-spec-version.h.cmake
icinga-version.h.cmake
mkdocs.yml Docs: Align local mkdocs config 2019-09-17 12:54:43 +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 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 can monitor large, complex environments across multiple locations.

Icinga 2 is the monitoring server and requires Icinga Web 2 on top in your Icinga Stack. The configuration can be easily managed with either the Icinga Director, config management tools or plain text within the Icinga DSL.

Icinga Dashboard

Installation

Once Icinga Server and Web are running in your distributed environment, make sure to check out the many Icinga modules for even better monitoring.

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.

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

Security Issues

For reporting security issues please visit this page.