Merge pull request #6699 from Icinga/feature/update-icinga-com

Update to https://icinga.com/
This commit is contained in:
Michael Friedrich 2018-10-18 10:19:50 +02:00 committed by GitHub
commit 83ad98420a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
769 changed files with 827 additions and 813 deletions

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -7,7 +7,7 @@ of operating systems.
Please check the documentation in the [doc/](doc/) directory for a current list Please check the documentation in the [doc/](doc/) directory for a current list
of available packages and detailed installation instructions. of available packages and detailed installation instructions.
The online documentation is available on [icinga.com/docs](https://www.icinga.com/docs/) The online documentation is available on [icinga.com/docs](https://icinga.com/docs/)
and will guide you step by step. and will guide you step by step.
There are a number of known caveats when installing from source such as There are a number of known caveats when installing from source such as

2
NEWS
View File

@ -1 +1 @@
News for this application can be found on the project website at https://www.icinga.com News for this application can be found on the project website at https://icinga.com

View File

@ -2,7 +2,7 @@
# Icinga 2 # Icinga 2
![Icinga Logo](https://www.icinga.com/wp-content/uploads/2014/06/icinga_logo.png) ![Icinga Logo](https://icinga.com/wp-content/uploads/2014/06/icinga_logo.png)
#### Table of Contents #### Table of Contents
@ -21,11 +21,11 @@ network resources, notifies users of outages, and generates performance data for
Scalable and extensible, Icinga 2 can monitor large, complex environments across Scalable and extensible, Icinga 2 can monitor large, complex environments across
multiple locations. multiple locations.
Icinga 2 as monitoring core works best with [Icinga Web 2](https://www.icinga.com/products/icinga-web-2/) Icinga 2 as monitoring core works best with [Icinga Web 2](https://icinga.com/products/icinga-web-2/)
as web interface. as web interface.
More information can be found at [www.icinga.com](https://www.icinga.com/products/icinga-2/) More information can be found at [icinga.com](https://icinga.com/products/icinga-2/)
and inside the [documentation](https://www.icinga.com/docs/icinga2/latest/). and inside the [documentation](https://icinga.com/docs/icinga2/latest/).
## Licensing ## Licensing
@ -58,9 +58,9 @@ is also available on https://docs.icinga.com
## Support ## Support
Check the project website at https://www.icinga.com for status updates. Join the Check the project website at https://icinga.com for status updates. Join the
[community channels](https://www.icinga.com/community) for questions [community channels](https://icinga.com/community) for questions
or ask an Icinga partner for [professional support](https://www.icinga.com/services/support/). or ask an Icinga partner for [professional support](https://icinga.com/services/support/).
## Contributing ## Contributing

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -11,16 +11,16 @@
<owners>Icinga Development Team</owners> <owners>Icinga Development Team</owners>
<summary>icinga2 - Monitoring Agent for Windows</summary> <summary>icinga2 - Monitoring Agent for Windows</summary>
<description>Icinga 2 is an open source monitoring platform which notifies users about host and service outages.</description> <description>Icinga 2 is an open source monitoring platform which notifies users about host and service outages.</description>
<projectUrl>https://www.icinga.com/</projectUrl> <projectUrl>https://icinga.com/</projectUrl>
<tags>icinga2 agent monitoring admin</tags> <tags>icinga2 agent monitoring admin</tags>
<licenseUrl>https://www.icinga.com/resources/faq/</licenseUrl> <licenseUrl>https://icinga.com/resources/faq/</licenseUrl>
<releaseNotes>https://github.com/Icinga/icinga2/blob/master/ChangeLog</releaseNotes> <releaseNotes>https://github.com/Icinga/icinga2/blob/master/ChangeLog</releaseNotes>
<docsUrl>https://docs.icinga.com/icinga2/</docsUrl> <docsUrl>https://docs.icinga.com/icinga2/</docsUrl>
<bugTrackerUrl>https://github.com/Icinga/icinga2/issues</bugTrackerUrl> <bugTrackerUrl>https://github.com/Icinga/icinga2/issues</bugTrackerUrl>
<packageSourceUrl>https://github.com/Icinga/icinga2</packageSourceUrl> <packageSourceUrl>https://github.com/Icinga/icinga2</packageSourceUrl>
<projectSourceUrl>https://github.com/Icinga/icinga2</projectSourceUrl> <projectSourceUrl>https://github.com/Icinga/icinga2</projectSourceUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://www.icinga.com/wp-content/uploads/2015/05/icinga_icon_128x128.png</iconUrl> <iconUrl>https://icinga.com/wp-content/uploads/2015/05/icinga_icon_128x128.png</iconUrl>
</metadata> </metadata>
<files> <files>
<file src="${CMAKE_CURRENT_BINARY_DIR}/chocolateyInstall.ps1" target="tools" /> <file src="${CMAKE_CURRENT_BINARY_DIR}/chocolateyInstall.ps1" target="tools" />

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com) # Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2018 Icinga Development Team (https://www.icinga.com) # Copyright (C) 2018 Icinga Development Team (https://icinga.com)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -17,9 +17,9 @@ LICENSE file included in the source package.
## Support <a id="support"></a> ## Support <a id="support"></a>
Check the project website at [icinga.com](https://www.icinga.com) for status updates. Join the Check the project website at [icinga.com](https://icinga.com) for status updates. Join the
[community channels](https://www.icinga.com/community/get-involved/) for questions [community channels](https://icinga.com/community/) for questions
or ask an Icinga partner for [professional support](https://www.icinga.com/services/support/). or ask an Icinga partner for [professional support](https://icinga.com/services/support/).
## Contribute <a id="contribute"></a> ## Contribute <a id="contribute"></a>
@ -40,4 +40,4 @@ file.
## What's New <a id="whats-new"></a> ## What's New <a id="whats-new"></a>
The Icinga 2 Changelog is located [here](https://github.com/Icinga/icinga2/blob/master/CHANGELOG.md). The Icinga 2 Changelog is located [here](https://github.com/Icinga/icinga2/blob/master/CHANGELOG.md).
Please follow our release announcements on [icinga.com](https://www.icinga.com/blog/) too. Please follow our release announcements on [icinga.com](https://icinga.com/blog/) too.

View File

@ -1003,10 +1003,10 @@ rc-service icinga2 restart
### Installing Icinga Web 2 <a id="installing-icingaweb2"></a> ### Installing Icinga Web 2 <a id="installing-icingaweb2"></a>
Please consult the [installation documentation](https://www.icinga.com/docs/icingaweb2/latest/doc/02-Installation/) Please consult the [installation documentation](https://icinga.com/docs/icingaweb2/latest/doc/02-Installation/)
for further instructions on how to install Icinga Web 2. for further instructions on how to install Icinga Web 2.
The Icinga 2 API can be defined as [command transport](https://www.icinga.com/docs/icingaweb2/latest/modules/monitoring/doc/05-Command-Transports/) The Icinga 2 API can be defined as [command transport](https://icinga.com/docs/icingaweb2/latest/modules/monitoring/doc/05-Command-Transports/)
in Icinga Web 2 >= 2.4. in Icinga Web 2 >= 2.4.
## Addons <a id="install-addons"></a> ## Addons <a id="install-addons"></a>

View File

@ -2227,7 +2227,7 @@ in the service object then.
> **Note** > **Note**
> >
> Keep in mind that the values are still visible with the [debug console](11-cli-commands.md#cli-command-console) > Keep in mind that the values are still visible with the [debug console](11-cli-commands.md#cli-command-console)
> and the inspect mode in the [Icinga Director](https://www.icinga.com/docs/director/latest/). > and the inspect mode in the [Icinga Director](https://icinga.com/docs/director/latest/).
You can also set global environment variables in the application's You can also set global environment variables in the application's
sysconfig configuration file, e.g. `HOME` or specific library paths sysconfig configuration file, e.g. `HOME` or specific library paths

View File

@ -66,7 +66,7 @@ There is a detailed chapter on [distributed monitoring scenarios](06-distributed
Please ensure to have read the [introduction](06-distributed-monitoring.md#distributed-monitoring) at first glance. Please ensure to have read the [introduction](06-distributed-monitoring.md#distributed-monitoring) at first glance.
If you happen to have further questions, do not hesitate to join the If you happen to have further questions, do not hesitate to join the
[community support channels](https://www.icinga.com/community/get-involved/) [community support channels](https://icinga.com/community/)
and ask community members for their experience and best practices. and ask community members for their experience and best practices.
## Your Configuration <a id="your-configuration"></a> ## Your Configuration <a id="your-configuration"></a>

View File

@ -93,7 +93,7 @@ For further information on your monitoring configuration read the
[Monitoring Basics](03-monitoring-basics.md#monitoring-basics) chapter. [Monitoring Basics](03-monitoring-basics.md#monitoring-basics) chapter.
If you have created your own `CheckCommand` definition, please kindly If you have created your own `CheckCommand` definition, please kindly
[send it upstream](https://www.icinga.com/community/get-involved/). [send it upstream](https://github.com/Icinga/icinga2/blob/master/CONTRIBUTING.md).
### Plugin API <a id="service-monitoring-plugin-api"></a> ### Plugin API <a id="service-monitoring-plugin-api"></a>

View File

@ -1209,14 +1209,14 @@ section where you can find detailed information on extending the setup.
If you are eager to start fresh instead you might take a look into the If you are eager to start fresh instead you might take a look into the
[Icinga Director](https://www.icinga.com/docs/director/latest/). [Icinga Director](https://icinga.com/docs/director/latest/).
## Scenarios <a id="distributed-monitoring-scenarios"></a> ## Scenarios <a id="distributed-monitoring-scenarios"></a>
The following examples should give you an idea on how to build your own The following examples should give you an idea on how to build your own
distributed monitoring environment. We've seen them all in production distributed monitoring environment. We've seen them all in production
environments and received feedback from our [community](https://www.icinga.com/community/get-involved/) environments and received feedback from our [community](https://icinga.com/community/)
and [partner support](https://www.icinga.com/services/support/) channels: and [partner support](https://icinga.com/support/) channels:
* Single master with clients. * Single master with clients.
* HA master with clients as command endpoint. * HA master with clients as command endpoint.
@ -1989,7 +1989,7 @@ to make sure that your cluster notifies you in case of failure.
## Best Practice <a id="distributed-monitoring-best-practice"></a> ## Best Practice <a id="distributed-monitoring-best-practice"></a>
We've put together a collection of configuration examples from community feedback. We've put together a collection of configuration examples from community feedback.
If you like to share your tips and tricks with us, please join the [community channels](https://www.icinga.com/community/get-involved/)! If you like to share your tips and tricks with us, please join the [community channels](https://icinga.com/community/)!
### Global Zone for Config Sync <a id="distributed-monitoring-global-zone-config-sync"></a> ### Global Zone for Config Sync <a id="distributed-monitoring-global-zone-config-sync"></a>
@ -2666,7 +2666,7 @@ These are collected best practices from various community channels.
If you prefer an alternate method, we still recommend leaving all the Icinga 2 features intact (e.g. `icinga2 feature enable api`). If you prefer an alternate method, we still recommend leaving all the Icinga 2 features intact (e.g. `icinga2 feature enable api`).
You should also use well known and documented default configuration file locations (e.g. `zones.conf`). You should also use well known and documented default configuration file locations (e.g. `zones.conf`).
This will tremendously help when someone is trying to help in the [community channels](https://www.icinga.com/community/get-involved/). This will tremendously help when someone is trying to help in the [community channels](https://icinga.com/community/).
### Silent Windows Setup <a id="distributed-monitoring-automation-windows-silent"></a> ### Silent Windows Setup <a id="distributed-monitoring-automation-windows-silent"></a>

View File

@ -849,7 +849,7 @@ negate_arguments | **Optional.** Arguments for the negated command.
### nrpe <a id="plugin-check-command-nrpe"></a> ### nrpe <a id="plugin-check-command-nrpe"></a>
The `check_nrpe` plugin can be used to query an [NRPE](https://docs.icinga.com/latest/en/nrpe.html) The `check_nrpe` plugin can be used to query an [NRPE](https://icinga.com/docs/icinga1/latest/en/nrpe.html)
server or [NSClient++](https://www.nsclient.org). **Note**: This plugin server or [NSClient++](https://www.nsclient.org). **Note**: This plugin
is considered insecure/deprecated. is considered insecure/deprecated.

View File

@ -55,7 +55,7 @@ Global options:
-X [ --script-debugger ] whether to enable the script debugger -X [ --script-debugger ] whether to enable the script debugger
Report bugs at <https://github.com/Icinga/icinga2> Report bugs at <https://github.com/Icinga/icinga2>
Icinga home page: <https://www.icinga.com/> Icinga home page: <https://icinga.com/>
``` ```
@ -165,7 +165,7 @@ Global options:
-X [ --script-debugger ] whether to enable the script debugger -X [ --script-debugger ] whether to enable the script debugger
Report bugs at <https://github.com/Icinga/icinga2> Report bugs at <https://github.com/Icinga/icinga2>
Icinga home page: <https://www.icinga.com/> Icinga home page: <https://icinga.com/>
``` ```
## CLI command: Ca <a id="cli-command-ca"></a> ## CLI command: Ca <a id="cli-command-ca"></a>
@ -200,7 +200,7 @@ Global options:
-X [ --script-debugger ] whether to enable the script debugger -X [ --script-debugger ] whether to enable the script debugger
Report bugs at <https://github.com/Icinga/icinga2> Report bugs at <https://github.com/Icinga/icinga2>
Icinga home page: <https://www.icinga.com/> Icinga home page: <https://icinga.com/>
``` ```
## CLI command: Console <a id="cli-command-console"></a> ## CLI command: Console <a id="cli-command-console"></a>
@ -254,7 +254,7 @@ Command options:
--sandbox enable sandbox mode --sandbox enable sandbox mode
Report bugs at <https://github.com/Icinga/icinga2> Report bugs at <https://github.com/Icinga/icinga2>
Icinga home page: <https://www.icinga.com/> Icinga home page: <https://icinga.com/>
``` ```
@ -394,7 +394,7 @@ Command options:
--close-stdio do not log to stdout (or stderr) after startup --close-stdio do not log to stdout (or stderr) after startup
Report bugs at <https://github.com/Icinga/icinga2> Report bugs at <https://github.com/Icinga/icinga2>
Icinga home page: <https://www.icinga.com/> Icinga home page: <https://icinga.com/>
``` ```
### Config Files <a id="cli-command-daemon-config-files"></a> ### Config Files <a id="cli-command-daemon-config-files"></a>
@ -467,7 +467,7 @@ Global options:
-X [ --script-debugger ] whether to enable the script debugger -X [ --script-debugger ] whether to enable the script debugger
Report bugs at <https://github.com/Icinga/icinga2> Report bugs at <https://github.com/Icinga/icinga2>
Icinga home page: <https://www.icinga.com/> Icinga home page: <https://icinga.com/>
``` ```
## CLI command: Object <a id="cli-command-object"></a> ## CLI command: Object <a id="cli-command-object"></a>
@ -509,7 +509,7 @@ Global options:
-X [ --script-debugger ] whether to enable the script debugger -X [ --script-debugger ] whether to enable the script debugger
Report bugs at <https://github.com/Icinga/icinga2> Report bugs at <https://github.com/Icinga/icinga2>
Icinga home page: <https://www.icinga.com/> Icinga home page: <https://icinga.com/>
``` ```
## CLI command: Pki <a id="cli-command-pki"></a> ## CLI command: Pki <a id="cli-command-pki"></a>
@ -556,7 +556,7 @@ Global options:
-X [ --script-debugger ] whether to enable the script debugger -X [ --script-debugger ] whether to enable the script debugger
Report bugs at <https://github.com/Icinga/icinga2> Report bugs at <https://github.com/Icinga/icinga2>
Icinga home page: <https://www.icinga.com/> Icinga home page: <https://icinga.com/>
``` ```
## CLI command: Troubleshoot <a id="cli-command-troubleshoot"></a> ## CLI command: Troubleshoot <a id="cli-command-troubleshoot"></a>
@ -600,7 +600,7 @@ Command options:
--include-vars Print all Variables (like `variable list`) --include-vars Print all Variables (like `variable list`)
Report bugs at <https://github.com/Icinga/icinga2> Report bugs at <https://github.com/Icinga/icinga2>
Icinga home page: <https://www.icinga.com/> Icinga home page: <https://icinga.com/>
``` ```
## CLI command: Variable <a id="cli-command-variable"></a> ## CLI command: Variable <a id="cli-command-variable"></a>
@ -633,7 +633,7 @@ Global options:
-X [ --script-debugger ] whether to enable the script debugger -X [ --script-debugger ] whether to enable the script debugger
Report bugs at <https://github.com/Icinga/icinga2> Report bugs at <https://github.com/Icinga/icinga2>
Icinga home page: <https://www.icinga.com/> Icinga home page: <https://icinga.com/>
``` ```
## Enabling/Disabling Features <a id="enable-features"></a> ## Enabling/Disabling Features <a id="enable-features"></a>

View File

@ -1875,7 +1875,7 @@ There are a couple of existing clients which can be used with the Icinga 2 API:
* [curl](https://curl.haxx.se/) or any other HTTP client really * [curl](https://curl.haxx.se/) or any other HTTP client really
* [Icinga 2 console (CLI command)](12-icinga2-api.md#icinga2-api-clients-cli-console) * [Icinga 2 console (CLI command)](12-icinga2-api.md#icinga2-api-clients-cli-console)
* [Icinga Web 2 Director](https://www.icinga.com/products/icinga-web-2-modules/) * [Icinga Web 2 Director](https://icinga.com/products/icinga-web-2-modules/)
Demo cases: Demo cases:

View File

@ -71,7 +71,7 @@ A popular frontend for InfluxDB is for example [Grafana](https://grafana.org).
### Icinga Reporting <a id="addons-visualization-reporting"></a> ### Icinga Reporting <a id="addons-visualization-reporting"></a>
By enabling the [DB IDO](14-features.md#db-ido) feature you can use the By enabling the [DB IDO](14-features.md#db-ido) feature you can use the
[Icinga Reporting package](https://docs.icinga.com/latest/en/reporting.html). [Icinga Reporting package](https://icinga.com/docs/icinga1/latest/en/reporting.html).
### NagVis <a id="addons-visualization-nagvis"></a> ### NagVis <a id="addons-visualization-nagvis"></a>
@ -102,7 +102,7 @@ is even simpler these days.
* Configure the logstash `nagios` output to send passive traps to Icinga 2 using the external command pipe. * Configure the logstash `nagios` output to send passive traps to Icinga 2 using the external command pipe.
* Execute a plugin to check Graylog alert streams. * Execute a plugin to check Graylog alert streams.
More details can be found in [this blog post](https://www.icinga.com/2014/12/02/team-icinga-at-osmc-2014/). More details can be found in [this blog post](https://icinga.com/2014/12/02/team-icinga-at-osmc-2014/).
## Notification Scripts and Interfaces <a id="notification-scripts-interfaces"></a> ## Notification Scripts and Interfaces <a id="notification-scripts-interfaces"></a>
@ -116,22 +116,22 @@ There's a variety of resources available, for example different notification scr
* Ticket systems * Ticket systems
* etc. * etc.
Additionally external services can be [integrated with Icinga 2](https://www.icinga.com/products/integrations/): Additionally external services can be [integrated with Icinga 2](https://icinga.com/products/integrations/):
* [Pagerduty](https://www.icinga.com/partners/pagerduty/) * [Pagerduty](https://icinga.com/products/integrations/pagerduty/)
* [VictorOps](https://www.icinga.com/partners/victorops/) * [VictorOps](https://icinga.com/products/integrations/victorops/)
* [StackStorm](https://www.icinga.com/partners/stackstorm/) * [StackStorm](https://icinga.com/products/integrations/stackstorm/)
More information can be found on the [Icinga Website](https://www.icinga.com/). More information can be found on the [Icinga Website](https://icinga.com/).
## Configuration Management Tools <a id="configuration-tools"></a> ## Configuration Management Tools <a id="configuration-tools"></a>
If you require your favourite configuration tool to export the Icinga 2 configuration, please get in If you require your favourite configuration tool to export the Icinga 2 configuration, please get in
touch with their developers. The Icinga project does not provide a configuration web interface touch with their developers. The Icinga project does not provide a configuration web interface
yet. Follow the [Icinga Blog](https://www.icinga.com/blog/) for updates on this topic. yet. Follow the [Icinga Blog](https://icinga.com/blog/) for updates on this topic.
If you're looking for puppet manifests, chef cookbooks, ansible recipes, etc. -- we're happy If you're looking for puppet manifests, chef cookbooks, ansible recipes, etc. -- we're happy
to integrate them upstream, so please get in touch with the [Icinga team](https://www.icinga.com/community/get-involved/). to integrate them upstream, so please get in touch with the [Icinga team](https://icinga.com/community/).
These tools are currently in development and require feedback and tests: These tools are currently in development and require feedback and tests:

View File

@ -18,8 +18,8 @@ findings and details please.
* `icinga2 --version` * `icinga2 --version`
* `icinga2 feature list` * `icinga2 feature list`
* `icinga2 daemon -C` * `icinga2 daemon -C`
* [Icinga Web 2](https://www.icinga.com/products/icinga-web-2/) version (screenshot from System - About) * [Icinga Web 2](https://icinga.com/products/icinga-web-2/) version (screenshot from System - About)
* [Icinga Web 2 modules](https://www.icinga.com/products/icinga-web-2-modules/) e.g. the Icinga Director (optional) * [Icinga Web 2 modules](https://icinga.com/products/icinga-web-2-modules/) e.g. the Icinga Director (optional)
* Configuration insights: * Configuration insights:
* Provide complete configuration snippets explaining your problem in detail * Provide complete configuration snippets explaining your problem in detail
* Your [icinga2.conf](04-configuring-icinga-2.md#icinga2-conf) file * Your [icinga2.conf](04-configuring-icinga-2.md#icinga2-conf) file
@ -568,7 +568,7 @@ trying because you probably have a problem that requires manual intervention.
### Late Check Results <a id="late-check-results"></a> ### Late Check Results <a id="late-check-results"></a>
[Icinga Web 2](https://www.icinga.com/products/icinga-web-2/) provides [Icinga Web 2](https://icinga.com/products/icinga-web-2/) provides
a dashboard overview for `overdue checks`. a dashboard overview for `overdue checks`.
The REST API provides the [status](12-icinga2-api.md#icinga2-api-status) URL endpoint with some generic metrics The REST API provides the [status](12-icinga2-api.md#icinga2-api-status) URL endpoint with some generic metrics
@ -584,7 +584,7 @@ You can also calculate late check results via the REST API:
* Compare the timestamp with the current time and add `check_interval` multiple times (change it to see which results are really late, like five times check_interval) * Compare the timestamp with the current time and add `check_interval` multiple times (change it to see which results are really late, like five times check_interval)
You can use the [icinga2 console](11-cli-commands.md#cli-command-console) to connect to the instance, fetch all data You can use the [icinga2 console](11-cli-commands.md#cli-command-console) to connect to the instance, fetch all data
and calculate the differences. More infos can be found in [this blogpost](https://www.icinga.com/2016/08/11/analyse-icinga-2-problems-using-the-console-api/). and calculate the differences. More infos can be found in [this blogpost](https://icinga.com/2016/08/11/analyse-icinga-2-problems-using-the-console-api/).
``` ```
# ICINGA2_API_USERNAME=root ICINGA2_API_PASSWORD=icinga icinga2 console --connect 'https://localhost:5665/' # ICINGA2_API_USERNAME=root ICINGA2_API_PASSWORD=icinga icinga2 console --connect 'https://localhost:5665/'
@ -879,7 +879,7 @@ critical/config: Error: Cannot make SSL context for cert path: 'C:\ProgramData\i
``` ```
A technical analysis and solution for re-creating the public CA certificate is A technical analysis and solution for re-creating the public CA certificate is
available in [this advisory](https://www.icinga.com/2017/08/30/advisory-for-ssl-problems-with-leading-zeros-on-openssl-1-1-0/). available in [this advisory](https://icinga.com/2017/08/30/advisory-for-ssl-problems-with-leading-zeros-on-openssl-1-1-0/).
## Cluster and Clients Troubleshooting <a id="troubleshooting-cluster"></a> ## Cluster and Clients Troubleshooting <a id="troubleshooting-cluster"></a>

View File

@ -402,10 +402,10 @@ attributes. More details can be found [here](08-advanced-topics.md#check-flappin
## Upgrading to v2.7 <a id="upgrading-to-2-7"></a> ## Upgrading to v2.7 <a id="upgrading-to-2-7"></a>
v2.7.0 provided new notification scripts and commands. Please ensure to v2.7.0 provided new notification scripts and commands. Please ensure to
update your configuration accordingly. An advisory has been published [here](https://www.icinga.com/2017/08/23/advisory-for-icinga-2-v2-7-update-and-mail-notification-scripts/). update your configuration accordingly. An advisory has been published [here](https://icinga.com/2017/08/23/advisory-for-icinga-2-v2-7-update-and-mail-notification-scripts/).
In case are having troubles with OpenSSL 1.1.0 and the In case are having troubles with OpenSSL 1.1.0 and the
public CA certificates, please read [this advisory](https://www.icinga.com/2017/08/30/advisory-for-ssl-problems-with-leading-zeros-on-openssl-1-1-0/) public CA certificates, please read [this advisory](https://icinga.com/2017/08/30/advisory-for-ssl-problems-with-leading-zeros-on-openssl-1-1-0/)
and check the [troubleshooting chapter](15-troubleshooting.md#troubleshooting). and check the [troubleshooting chapter](15-troubleshooting.md#troubleshooting).
If Icinga 2 fails to start with an empty reference to `$ICINGA2_CACHE_DIR` If Icinga 2 fails to start with an empty reference to `$ICINGA2_CACHE_DIR`

View File

@ -167,7 +167,7 @@ running Icinga 2.
(gdb) handle SIGPIPE nostop noprint pass (gdb) handle SIGPIPE nostop noprint pass
(gdb) r (gdb) r
If you create a [bug report](https://www.icinga.com/community/get-involved/), If you create a [new issue](https://github.com/Icinga/icinga2/issues),
make sure to attach as much detail as possible. make sure to attach as much detail as possible.
### GDB Backtrace from Running Process <a id="development-debug-gdb-backtrace-running"></a> ### GDB Backtrace from Running Process <a id="development-debug-gdb-backtrace-running"></a>

View File

@ -231,7 +231,7 @@ If you experience any problems while running in enforcing mode try to reproduce
After some feedback Icinga 2 is now running in a enforced domain, but still adds also some rules for other necessary services so no problems should occure at all. But you can help to enhance the policy by testing Icinga 2 running confined by SELinux. After some feedback Icinga 2 is now running in a enforced domain, but still adds also some rules for other necessary services so no problems should occure at all. But you can help to enhance the policy by testing Icinga 2 running confined by SELinux.
Please add the following information to [bug reports](https://www.icinga.com/community/get-involved/): Please add the following information to [bug reports](https://icinga.com/community/):
* Versions, configuration snippets, etc. * Versions, configuration snippets, etc.
* Output of `semodule -l | grep -e icinga2 -e nagios -e apache` * Output of `semodule -l | grep -e icinga2 -e nagios -e apache`

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -90,9 +90,9 @@ Detach from the controlling terminal.
.SH "REPORTING BUGS" .SH "REPORTING BUGS"
Report bugs at <https://github.com/Icinga/icinga2> Report bugs at <https://github.com/Icinga/icinga2>
.br .br
Icinga home page: <https://www.icinga.com/> Icinga home page: <https://icinga.com/>
.SH COPYRIGHT .SH COPYRIGHT
Copyright \(co 2012\-2014 Icinga Development Team (https://www.icinga.com) Copyright \(co 2012\-2014 Icinga Development Team (https://icinga.com)
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl2.html> License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl2.html>
.br .br
This is free software: you are free to change and redistribute it. This is free software: you are free to change and redistribute it.

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
# Except of function urlencode which is Copyright (C) by Brian White (brian@aljex.com) used under MIT license # Except of function urlencode which is Copyright (C) by Brian White (brian@aljex.com) used under MIT license
PROG="`basename $0`" PROG="`basename $0`"

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
# Except of function urlencode which is Copyright (C) by Brian White (brian@aljex.com) used under MIT license # Except of function urlencode which is Copyright (C) by Brian White (brian@aljex.com) used under MIT license
PROG="`basename $0`" PROG="`basename $0`"

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *
@ -543,7 +543,7 @@ static int Main()
} }
if (vm.count("version")) { if (vm.count("version")) {
std::cout << "Copyright (c) 2012-2018 Icinga Development Team (https://www.icinga.com/)" << std::endl std::cout << "Copyright (c) 2012-2018 Icinga Development Team (https://icinga.com/)" << std::endl
<< "License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl2.html>" << std::endl << "License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl2.html>" << std::endl
<< "This is free software: you are free to change and redistribute it." << std::endl << "This is free software: you are free to change and redistribute it." << std::endl
<< "There is NO WARRANTY, to the extent permitted by law."; << "There is NO WARRANTY, to the extent permitted by law.";
@ -566,8 +566,9 @@ static int Main()
std::cout << visibleDesc << std::endl std::cout << visibleDesc << std::endl
<< "Report bugs at <https://github.com/Icinga/icinga2>" << std::endl << "Report bugs at <https://github.com/Icinga/icinga2>" << std::endl
<< "Get support: <https://www.icinga.com/support/>" << std::endl << "Get support: <https://icinga.com/support/>" << std::endl
<< "Icinga home page: <https://www.icinga.com/>" << std::endl; << "Documentation: <https://icinga.com/docs/>" << std::endl
<< "Icinga home page: <https://icinga.com/>" << std::endl;
return EXIT_SUCCESS; return EXIT_SUCCESS;
} }
} }

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,5 +1,5 @@
# Icinga 2 # Icinga 2
# Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) # Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/)
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

View File

@ -1,6 +1,6 @@
/****************************************************************************** /******************************************************************************
* Icinga 2 * * Icinga 2 *
* Copyright (C) 2012-2018 Icinga Development Team (https://www.icinga.com/) * * Copyright (C) 2012-2018 Icinga Development Team (https://icinga.com/) *
* * * *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *

Some files were not shown because too many files have changed in this diff Show More