C++ CMake PLpgSQL Yacc C# Shell Other
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.github Add GitHub issue template Apr 6, 2017
agent Allow conf.d exclusion in windows wizard May 8, 2018
choco Remove deprecated Chocolatey functions Jan 3, 2018
cmake Change a bunch more copyright headers for 2018 Jan 8, 2018
contrib Remove the obsolete 'make-agent-config.py' script Feb 2, 2018
doc Increase header size to 8KB for HTTP requests Jun 6, 2018
etc prepare-dirs: Ensure to always set proper run directory permissions Jun 6, 2018
icinga-app Don't log when running autocomplete May 23, 2018
icinga-installer Fix whitespaces in CMakeLists files Jan 19, 2018
itl ITL: Add default thresholds to windows check commands Apr 25, 2018
lib Fix ScheduledDowntimes replicating on restart Jun 8, 2018
plugins Merge pull request #6239 from Icinga/fix/windows-check-memory May 4, 2018
test Implement Array::Unique() and add unit tests May 9, 2018
third-party Allow MYSQL_LIB to be specified by ENV variable Feb 21, 2018
tools SELinux: Allow notification plugins to read local users and connect t… Jun 1, 2018
.gitattributes Exclude debian/ from git-archive and dist tarballs. Nov 11, 2013
.gitignore Update gitignore Feb 7, 2018
.mailmap Update .mailmap and AUTHORS Nov 16, 2017
.travis.yml Travis: Add support for Coverity Dec 15, 2017
AUTHORS Release version 2.8.3 Apr 24, 2018
BUILD_WINDOWS.md doc: Update BUILD_WINDOWS for AppVeyor and scripts Feb 7, 2018
CHANGELOG.md Release version 2.8.4 Apr 25, 2018
CMakeLists.txt edit Icinga license info so that GitHub recognizes it May 3, 2018
CONTRIBUTING.md Update documentation for Windows Wizard and On-Demand signing support Nov 3, 2017
COPYING Add newline to COPYING to fix Github license detection Jan 17, 2018
INSTALL.md Use VERSION instead of icinga2.spec Apr 5, 2018
NEWS Ensure that *.icinga.com is used everywhere Jan 10, 2017
README.md README: Fix broken community link May 29, 2018
RELEASE.md Update release documentation with git tag signing key configuration May 8, 2018
VERSION Release version 2.8.4 Apr 25, 2018
appveyor.yml appveyor: Clean cache when updating appveyor.yml Mar 16, 2018
changelog.py changelog.py: Adjust categories and labels: Enhancement, Bug, ITL, Do… Jan 16, 2018
config.h.cmake Remove need for RunAsUser/Group Feb 20, 2018
icinga-spec-version.h.cmake Set versions for all internal libraries Aug 25, 2016
icinga-version.h.cmake Add cmake build files. Nov 3, 2013
mkdocs.yml Update mkdocs.yaml Oct 23, 2017

README.md

Build Status

Icinga 2

Icinga Logo

Table of Contents

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

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.

Icinga 2 as monitoring core works best with Icinga Web 2 as web interface.

More information can be found at www.icinga.com and inside the documentation.

Licensing

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.

Installation

Read the INSTALL.md 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.com

Support

Check the project website at https://www.icinga.com for status updates. Join the community channels for questions or ask an Icinga partner for professional support.

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.