Tobias von der Krone 1c67bf394c Support TLSv1.1 and TLSv1.2 for the cluster transport encryption
From https://wiki.openssl.org/index.php/SSL/TLS_Client:
SSLv23_method specifies the protocols used and behavior of the handshake.
The method essentially means SSLv2 or above, and includes the TLS protocols.
The protocols are further tuned through SSL/TLS options. By using
SSLv23_method (and removing the SSL protocols with SSL_OP_NO_SSLv2 and
SSL_OP_NO_SSLv3), then you will use TLS v1.0 and above, including TLS v1.2.
You will also use a TLS handshake in the TLS Record.

If you use TLSv1_method, then you will only use TLS v1.0.

fixes #10988
2016-01-20 16:48:00 +01:00
2016-01-12 08:29:59 +01:00
2016-01-12 08:29:59 +01:00
2016-01-12 08:29:59 +01:00
2016-01-18 15:43:51 +01:00
2016-01-14 10:11:38 +01:00
2016-01-18 15:43:51 +01:00
2016-01-12 08:29:59 +01:00
2016-01-12 08:29:59 +01:00
2016-01-12 08:29:59 +01:00
2014-11-11 10:07:59 +01:00
2016-01-18 16:12:59 +01:00
2016-01-18 16:12:59 +01:00
2015-11-26 11:20:03 +01:00
2016-01-12 08:29:59 +01:00
2015-03-17 15:05:47 +01:00
2012-05-10 12:06:41 +02:00
2012-05-10 12:06:41 +02:00
2013-11-03 13:45:26 +01:00
2013-10-22 13:14:25 +02:00
2015-07-07 10:12:18 +02:00
2015-12-07 16:29:19 +01:00

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.

More details online at www.icinga.org and inside the documentation.

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.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.

Description
The core of our monitoring platform with a powerful configuration language and REST API.
Readme 182 MiB
Languages
C++ 92.8%
CMake 2.9%
PLpgSQL 2%
C# 0.7%
Vim Script 0.5%
Other 1%