mirror of https://github.com/Icinga/icinga2.git
clusterdistributed-monitoringelasticgraphitegraylogicingainfluxdbmetricsmonitoringnotificationopentsdbperformancerest-apitls
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 |
||
---|---|---|
agent | ||
cmake | ||
contrib | ||
doc | ||
etc | ||
icinga-app | ||
icinga-studio | ||
itl | ||
lib | ||
plugins | ||
test | ||
third-party | ||
tools | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
.travis.yml | ||
AUTHORS | ||
CMakeLists.txt | ||
COPYING | ||
COPYING.Exceptions | ||
ChangeLog | ||
INSTALL.md | ||
NEWS | ||
README.md | ||
RELEASE.md | ||
changelog.py | ||
config.h.cmake | ||
icinga-version.h.cmake | ||
icinga2.nuspec | ||
icinga2.spec | ||
mkdocs.yml |
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.
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.