The core of our monitoring platform with a powerful configuration language and REST API.
Go to file
James Pharaoh 9fe52d0dc1 Make checks using 'command_endpoint' work inside HA zones
Previously there was no local processing of the executed
check result, which is mandatory inside a HA cluster.

Additionally this patch splits the command execution and
check result processing into more logical parts, executing
local checks, checks on the same command endpoint, and
remote checks.

More details in the referenced issue.

fixes #8249

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2015-02-12 17:53:50 +01:00
agent Add another missing directory 2015-02-10 09:31:41 +01:00
cmake Update copyright year 2015-01-22 12:00:23 +01:00
contrib Update copyright year 2015-01-22 12:00:23 +01:00
doc DB IDO: Fix duplicate entries in {host,service}depencencies table 2015-02-12 13:19:27 +01:00
etc Evaluate apply filters in the for loop 2015-01-29 12:38:25 +01:00
icinga-app Improve error message for setgroups/initgroups/setuid 2015-02-09 14:58:20 +01:00
itl Fix incorrect macro name in the disk check command 2015-02-12 09:24:28 +01:00
lib Make checks using 'command_endpoint' work inside HA zones 2015-02-12 17:53:50 +01:00
plugins Ignore the -X option for check_disk (on Windows) 2015-02-10 09:46:24 +01:00
test Move ValidateMacroString into the MacroProcessor class 2015-02-11 16:14:59 +01:00
third-party Update copyright year 2015-01-22 12:00:23 +01:00
tools Don't set up instance variables for fields which have been marked as no_storage 2015-02-09 14:12:27 +01:00
.gitattributes Exclude debian/ from git-archive and dist tarballs. 2013-11-11 22:03:31 +01:00
.gitignore Add build directories to gitignore 2014-11-11 10:07:59 +01:00
.mailmap Update AUTHORS 2015-01-28 12:39:01 +01:00
AUTHORS Make checks using 'command_endpoint' work inside HA zones 2015-02-12 17:53:50 +01:00
CMakeLists.txt Update copyright year 2015-01-22 12:00:23 +01:00
COPYING Added copyright headers. 2012-05-10 12:06:41 +02:00
COPYING.Exceptions Added copyright headers. 2012-05-10 12:06:41 +02:00
ChangeLog Release version 2.2.4 2015-02-05 10:54:46 +01:00
INSTALL.md Add the changelog.py script 2015-02-12 15:52:21 +01:00
NEWS Update Changelog and installation files. 2013-10-22 13:14:25 +02:00
README.md Use https://www.icinga.org as Icinga website url 2015-01-15 09:24:36 +01:00
changelog.py Add the changelog.py script 2015-02-12 15:52:21 +01:00
config.h.cmake Remove libreadline support 2015-01-13 14:45:38 +01:00
icinga-version.h.cmake Add cmake build files. 2013-11-03 13:45:26 +01:00
icinga2.spec Release version 2.2.4 2015-02-05 10:54:46 +01:00
mkdocs.yml Update documentation 2015-02-11 11:51:58 +01:00

README.md

Icinga 2

About

Icinga 2 is an open source 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.

Check doc/1-about.md for a detailed introduction.

Installation

Read the INSTALL file for more information about how to install it.

Documentation

The documentation is located in the doc/ directory. The latest documentation is also available on https://docs.icinga.org

Support

Check the project website at https://www.icinga.org for status updates and https://support.icinga.org if you want to contact us.