2017-07-12 20:46:12 +02:00
# About Icinga 2 <a id="about-icinga2"></a>
2013-09-26 08:59:29 +02:00
2017-07-12 20:46:12 +02:00
## What is Icinga 2? <a id="what-is-icinga2"></a>
2013-09-26 08:59:29 +02:00
2019-09-17 08:51:32 +02:00
[Icinga ](https://icinga.com/products/ ) is a monitoring system which checks
2019-07-20 15:34:45 +02:00
the availability of your network resources, notifies users of outages, and generates
performance data for reporting.
2014-03-30 11:52:39 +02:00
2019-09-17 08:51:32 +02:00
Scalable and extensible, Icinga can monitor large, complex environments across
2014-03-29 01:13:28 +01:00
multiple locations.
2013-09-26 14:01:29 +02:00
2019-09-17 08:51:32 +02:00
Icinga 2 is the monitoring server and requires [Icinga Web 2 ](https://icinga.com/products/ )
on top in your Icinga Stack. The [configuration ](https://icinga.com/products/configuration/ )
can be easily managed with either the [Icinga Director ](https://icinga.com/docs/director/latest/ ),
config management tools or plain text within the [Icinga DSL ](04-configuration.md#configuration ).
2013-09-26 08:59:29 +02:00
2013-09-26 14:01:29 +02:00
2019-07-20 15:34:45 +02:00
![Icinga 2 Distributed Master and Satellites with Agents ](images/distributed-monitoring/icinga2_distributed_monitoring_scenarios_master_satellites_agents.png )
## Start with Icinga <a id="start-icinga"></a>
* [Installation ](02-installation.md#installation )
* [Monitoring Basics ](03-monitoring-basics.md#monitoring-basics )
* [Configuration ](04-configuration.md#configuration )
* [Distributed Monitoring ](06-distributed-monitoring.md#distributed-monitoring )
* [Addons, Integrations and Features ](13-addons.md#addons )
* [Troubleshooting ](15-troubleshooting.md#troubleshooting )
* [Upgrading ](16-upgrading-icinga-2.md#upgrading-icinga-2 )
2019-09-17 08:51:32 +02:00
Once Icinga Server and Web are running in your distributed environment,
2019-07-20 15:34:45 +02:00
make sure to check out the many [Icinga modules ](https://icinga.com/docs/ )
for even better monitoring.
## What's New <a id="whats-new"></a>
You can follow the development and release milestones on [GitHub ](https://github.com/icinga/icinga2/issues ).
Please follow our release announcements on [icinga.com ](https://icinga.com/blog/ ) too.
## Support <a id="support"></a>
2013-09-26 08:59:29 +02:00
2018-10-18 09:50:53 +02:00
Check the project website at [icinga.com ](https://icinga.com ) for status updates. Join the
2018-10-18 09:32:14 +02:00
[community channels ](https://icinga.com/community/ ) for questions
2019-07-20 15:34:45 +02:00
or get in touch for [professional support ](https://icinga.com/subscription/ ).
2013-09-26 14:01:29 +02:00
2017-07-12 20:46:12 +02:00
## Contribute <a id="contribute"></a>
2014-03-20 21:24:39 +01:00
2016-04-22 16:05:09 +02:00
There are many ways to contribute to Icinga -- whether it be sending patches,
2017-10-30 17:02:42 +01:00
testing, reporting bugs or reviewing and updating the documentation. Every
2015-02-06 15:08:51 +01:00
contribution is appreciated!
2014-03-20 21:24:39 +01:00
2017-04-18 18:06:52 +02:00
Please continue reading in the [Contributing chapter ](https://github.com/Icinga/icinga2/blob/master/CONTRIBUTING.md ).
2015-03-07 17:12:45 +01:00
2019-06-28 17:49:26 +02:00
### Security Issues <a id="security"></a>
For reporting security issues please visit [this page ](https://icinga.com/contact/security/ ).
2017-07-12 20:46:12 +02:00
### Icinga 2 Development <a id="development-info"></a>
2014-05-23 01:01:06 +02:00
2016-12-08 17:38:41 +01:00
The Git repository is located on [GitHub ](https://github.com/Icinga/icinga2 ).
2014-05-23 01:01:06 +02:00
2016-12-08 17:38:41 +01:00
Icinga 2 is written in C++ and can be built on Linux/Unix and Windows.
2019-04-02 15:30:35 +02:00
Read more about development builds in the [development chapter ](21-development.md#development ).
2014-05-20 15:12:55 +02:00
2013-12-03 09:47:07 +01:00
2019-07-20 15:34:45 +02:00
## License <a id="license"></a>
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
LICENSE file included in the source package.