The core of our monitoring platform with a powerful configuration language and REST API.
Go to file
Alexander Aleksandrovič Klimov 87d468e257
Merge pull request #8520 from Icinga/feature/centos6
GitHub actions: drop CentOS 6
2020-12-01 15:23:19 +01:00
.github Merge pull request #8520 from Icinga/feature/centos6 2020-12-01 15:23:19 +01:00
agent Windows setup wizard: Remove deprecated parameters for 'pki save-cert' 2020-02-25 12:50:06 +01:00
choco Chocolatey: Add build script for package 2020-03-03 18:48:11 +01:00
cmake Merge pull request #7019 from Icinga/feature/new-json-library 2019-03-18 17:26:57 +01:00
doc Merge pull request #8074 from Icinga/bugfix/doc-use-S-parameter-8065 2020-11-26 14:56:58 +01:00
etc Merge pull request #7915 from Icinga/bugfix/scripts-sh 2020-11-13 17:02:30 +01:00
icinga-app Merge pull request #8232 from Icinga/bugfix/windows-version 2020-11-13 17:09:58 +01:00
icinga-installer Use WixNetFxExtension to detect installed .NET 2019-04-29 12:19:05 +02:00
itl Merge pull request #8109 from Icinga/bugfix/assignment-of-check-address-blocks-check-by-hostname-4965 2020-11-02 14:47:59 +01:00
lib Merge pull request #8488 from Icinga/feature/improve-config-sync-locking 2020-11-27 17:55:15 +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 JsonEncode(): suffix pretty JSON w/ \n 2020-09-02 16:11:43 +02:00
third-party Fix building with Boost 1.71. 2020-01-25 19:07:44 +01:00
tools Update Windows build scripts for Visual Studio 2019 2020-10-21 11:14:22 +02:00
.gitattributes Exclude debian/ from git-archive and dist tarballs. 2013-11-11 22:03:31 +01:00
.gitignore SELinux: Let safe-reload run in icinga2_t 2020-02-27 08:45:33 +01:00
.mailmap Update .mailmap 2020-10-29 16:57:38 +01:00
AUTHORS Update AUTHORS 2020-11-05 16:30:58 +00:00
CHANGELOG.md Icinga 2.12.0 2020-08-03 15:42:16 +02:00
CMakeLists.txt Merge pull request #7904 from sni/fix_boost_lib_order 2020-10-29 13:43:04 +01: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 Docs: Align content of README from About chapter 2019-09-17 12:43:13 +02:00
RELEASE.md RELEASE.md: use perl, not sed 2020-11-24 18:43:26 +01:00
VERSION Icinga 2.12.0 2020-08-03 15:42:16 +02:00
appveyor.yml Update AppVeyor Config to use Visual Studio 2019 2020-10-21 11:14:34 +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 Fix Windows .exe version v2.12.0 -> 2.12.0 2020-09-11 15:56:51 +02:00
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.