Update README.md and correct project URLs

fixes #13491
This commit is contained in:
Michael Friedrich 2016-12-08 17:38:41 +01:00
parent 93b8acf9fa
commit 3e12cb301c
17 changed files with 111 additions and 74 deletions

View File

@ -7,11 +7,18 @@ 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 at [docs.icinga.com](https://docs.icinga.com)
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
incorrect directory and file permissions. So even if you're planning to incorrect directory and file permissions. So even if you're planning to
not use the official packages it is advisable to build your own Debian not use the official packages it is advisable to build your own Debian
or RPM packages. or RPM packages.
# Builds
This information is intended for developers and packagers.
## Build Requirements ## Build Requirements
The following requirements need to be fulfilled in order to build the The following requirements need to be fulfilled in order to build the
@ -143,18 +150,15 @@ install requirements:
* enable the `checker`, `notification` and `mainlog` feature by default * enable the `checker`, `notification` and `mainlog` feature by default
* run 'icinga2 api setup' in order to enable the `api` feature and generate SSL certificates for the node * run 'icinga2 api setup' in order to enable the `api` feature and generate SSL certificates for the node
## Running Icinga 2 ## Running Icinga 2
Icinga 2 comes with a single binary that takes care of loading all the relevant Icinga 2 comes with a single binary that takes care of loading all the relevant
components (e.g. for check execution, notifications, etc.): components (e.g. for check execution, notifications, etc.):
# /usr/sbin/icinga2 daemon # icinga2 daemon
[2015-03-12 13:25:56 +0100] information/cli: Icinga application loader (version: v2.3.0-20-ga4d3713; debug) [2016-12-08 16:44:24 +0100] information/cli: Icinga application loader (version: v2.5.4-231-gb10a6b7; debug)
[2015-03-12 13:25:56 +0100] information/cli: Loading application type: icinga/IcingaApplication [2016-12-08 16:44:24 +0100] information/cli: Loading configuration file(s).
[2015-03-12 13:25:56 +0100] information/Utility: Loading library 'libicinga.dylib' [2016-12-08 16:44:25 +0100] information/ConfigItem: Committing config item(s).
[2015-03-12 13:25:56 +0100] information/ConfigCompiler: Compiling config file: /Users/gunnar/i2/etc/icinga2/icinga2.conf
[2015-03-12 13:25:56 +0100] information/ConfigCompiler: Compiling config file: /Users/gunnar/i2/etc/icinga2/constants.conf
... ...
Icinga 2 can be started as a daemon using the provided init script: Icinga 2 can be started as a daemon using the provided init script:

View File

@ -1,5 +1,15 @@
# Icinga 2 # Icinga 2
![Icinga Logo](https://www.icinga.org/wp-content/uploads/2014/06/icinga_logo.png)
#### Table of Contents
1. [About](About)
2. [Installation](Installation)
3. [Documentation](Documentation)
4. [Support](Support)
5. [Development and Contributions](Development)
## About ## About
Icinga 2 is an open source monitoring system which checks the availability of your Icinga 2 is an open source monitoring system which checks the availability of your
@ -11,6 +21,12 @@ multiple locations.
More details online at [www.icinga.org](https://www.icinga.org/icinga/icinga-2/) More details online at [www.icinga.org](https://www.icinga.org/icinga/icinga-2/)
and inside the [documentation](doc/1-about.md). and inside the [documentation](doc/1-about.md).
## License
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.
## Installation ## Installation
Read the [INSTALL.md](INSTALL.md) file for more information about how to install it. Read the [INSTALL.md](INSTALL.md) file for more information about how to install it.
@ -18,9 +34,40 @@ Read the [INSTALL.md](INSTALL.md) file for more information about how to install
## Documentation ## Documentation
The documentation is located in the [doc/](doc/) directory. The latest documentation The documentation is located in the [doc/](doc/) directory. The latest documentation
is also available on https://docs.icinga.org is also available on https://docs.icinga.com
## Support ## Support
Check the project website at https://www.icinga.org for status updates and Check the project website at https://www.icinga.com for status updates. Join the
https://support.icinga.org if you want to contact us. [community channels](https://www.icinga.com/community/get-involved/) for questions
or ask an Icinga partner for [professional support](https://www.icinga.com/services/support/).
## Development
The Git repository is located on [GitHub](https://github.com/Icinga/icinga2).
Icinga 2 is written in C++ and can be built on Linux/Unix and Windows.
Read more about development builds in the [INSTALL.md](INSTALL.md) file.
### 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!
Read the [contributing section](https://www.icinga.com/community/get-involved/) and
get familiar with the code.
Pull requests on [GitHub](https://github.com/Icinga/icinga2) are preferred.
### Testing
Basic unit test coverage is provided by running `make test` during package builds.
Read the [INSTALL.md](INSTALL.md) file for more information about development builds.
Snapshot packages from the laster development branch are available inside the
[package repository](http://packages.icinga.org).
You can help test-drive the latest Icinga 2 snapshot packages inside the
[Icinga 2 Vagrant boxes](https://github.com/icinga/icinga-vagrant).

View File

@ -17,8 +17,9 @@ LICENSE file included in the source package.
## <a id="support"></a> Support ## <a id="support"></a> Support
Support for Icinga 2 is available in a number of ways. Please have a look at Check the project website at https://www.icinga.com for status updates. Join the
the [support overview page](https://support.icinga.org). [community channels](https://www.icinga.com/community/get-involved/) for questions
or ask an Icinga partner for [professional support](https://www.icinga.com/services/support/).
## <a id="contribute"></a> Contribute ## <a id="contribute"></a> Contribute
@ -26,31 +27,18 @@ There are many ways to contribute to Icinga -- whether it be sending patches,
testing, reporting bugs, or reviewing and updating the documentation. Every testing, reporting bugs, or reviewing and updating the documentation. Every
contribution is appreciated! contribution is appreciated!
Please get in touch with the Icinga team at https://www.icinga.org/community/. Read the [contributing section](https://www.icinga.com/community/get-involved/) and
get familiar with the code.
If you want to help update this documentation, please read Pull requests on [GitHub](https://github.com/Icinga/icinga2) are preferred.
[this howto](https://wiki.icinga.org/display/community/Update+the+Icinga+2+documentation).
### <a id="development-info"></a> Icinga 2 Development ### <a id="development-info"></a> Icinga 2 Development
You can follow Icinga 2's development closely by checking The Git repository is located on [GitHub](https://github.com/Icinga/icinga2).
out these resources:
* [Development Bug Tracker](https://dev.icinga.org/projects/i2): [How to report a bug?](https://www.icinga.org/icinga/faq/) Icinga 2 is written in C++ and can be built on Linux/Unix and Windows.
* Git Repositories: [main mirror on icinga.org](https://git.icinga.org/?p=icinga2.git;a=summary) [release mirror at github.com](https://github.com/Icinga/icinga2) Read more about development builds in the [INSTALL.md](https://github.com/Icinga/icinga2/blob/master/INSTALL.md)
* [Git Checkins Mailinglist](https://lists.icinga.org/mailman/listinfo/icinga-checkins) file.
* [Development](https://lists.icinga.org/mailman/listinfo/icinga-devel) and [Users](https://lists.icinga.org/mailman/listinfo/icinga-users) Mailinglists
* [#icinga-devel on irc.freenode.net](http://webchat.freenode.net/?channels=icinga-devel) including a Git Commit Bot
For general support questions, please refer to the [community support channels](https://support.icinga.org).
### <a id="how-to-report-bug-feature-requests"></a> How to Report a Bug or Feature Request
More details in the [Icinga FAQ](https://www.icinga.org/icinga/faq/).
* [Register](https://accounts.icinga.org/register) an Icinga account.
* Create a new issue at the [Icinga 2 Development Tracker](https://dev.icinga.org/projects/i2).
* When reporting a bug, please include the details described in the [Troubleshooting](15-troubleshooting.md#troubleshooting-information-required) chapter (version, configs, logs, etc.).
## <a id="whats-new"></a> What's New ## <a id="whats-new"></a> What's New

View File

@ -795,7 +795,7 @@ negate_arguments | **Optional.** Arguments for the negated command.
### <a id="plugin-check-command-nrpe"></a> nrpe ### <a id="plugin-check-command-nrpe"></a> nrpe
The `check_nrpe` plugin can be used to query an [NRPE](http://docs.icinga.org/latest/en/nrpe.html) The `check_nrpe` plugin can be used to query an [NRPE](http://docs.icinga.com/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.
@ -2220,7 +2220,7 @@ This category includes all plugins using the icingacli provided by Icinga Web 2.
#### <a id="plugin-contrib-icingacli-businessprocess"></a> Business Process #### <a id="plugin-contrib-icingacli-businessprocess"></a> Business Process
This subcommand is provided by the [business process module](https://exchange.icinga.org/icinga/Business+Process) and executed as `icingacli-businessprocess`. The module is hosted by the Icinga project on its [project homepage](https://dev.icinga.org/projects/icingaweb2-module-businessprocess). This subcommand is provided by the [business process module](https://exchange.icinga.com/icinga/Business+Process) and executed as `icingacli-businessprocess`. The module is hosted by the Icinga project on its [project homepage](https://dev.icinga.com/projects/icingaweb2-module-businessprocess).
Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters): Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
@ -2384,7 +2384,7 @@ interfacetable_notype | **Optional.** Remove the interface type fo
#### <a id="plugin-contrib-command-iftraffic"></a> iftraffic #### <a id="plugin-contrib-command-iftraffic"></a> iftraffic
The plugin [check_iftraffic](https://exchange.icinga.org/exchange/iftraffic) The plugin [check_iftraffic](https://exchange.icinga.com/exchange/iftraffic)
checks the utilization of a given interface name using the SNMP protocol. checks the utilization of a given interface name using the SNMP protocol.
Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters): Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
@ -2402,7 +2402,7 @@ iftraffic_max_counter | **Optional.** Maximum counter value of net devices in ki
#### <a id="plugin-contrib-command-iftraffic64"></a> iftraffic64 #### <a id="plugin-contrib-command-iftraffic64"></a> iftraffic64
The plugin [check_iftraffic64](https://exchange.icinga.org/exchange/iftraffic64) The plugin [check_iftraffic64](https://exchange.icinga.com/exchange/iftraffic64)
checks the utilization of a given interface name using the SNMP protocol. checks the utilization of a given interface name using the SNMP protocol.
Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters): Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):
@ -4690,7 +4690,7 @@ jmx4perl_check | **Optional.** Name of a check configuration as de
#### <a id="plugin-contrib-command-squid"></a> squid #### <a id="plugin-contrib-command-squid"></a> squid
Plugin for monitoring [Squid](https://exchange.icinga.org/exchange/check_squid). Plugin for monitoring [Squid](https://exchange.icinga.com/exchange/check_squid).
Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters): Custom attributes passed as [command parameters](3-monitoring-basics.md#command-passing-parameters):

View File

@ -628,13 +628,13 @@ Find more on troubleshooting with `object list` in [this chapter](15-troubleshoo
Example filtered by `Service` objects with the name `ping*`: Example filtered by `Service` objects with the name `ping*`:
# icinga2 object list --type Service --name *ping* # icinga2 object list --type Service --name *ping*
Object 'icinga.org!ping4' of type 'Service': Object 'icinga.com!ping4' of type 'Service':
* __name = 'icinga.org!ping4' * __name = 'icinga.com!ping4'
* check_command = 'ping4' * check_command = 'ping4'
% = modified in '/etc/icinga2/conf.d/services.conf', lines 17:3-17:25 % = modified in '/etc/icinga2/conf.d/services.conf', lines 17:3-17:25
* check_interval = 60 * check_interval = 60
% = modified in '/etc/icinga2/conf.d/templates.conf', lines 28:3-28:21 % = modified in '/etc/icinga2/conf.d/templates.conf', lines 28:3-28:21
* host_name = 'icinga.org' * host_name = 'icinga.com'
% = modified in '/etc/icinga2/conf.d/services.conf', lines 14:1-14:21 % = modified in '/etc/icinga2/conf.d/services.conf', lines 14:1-14:21
* max_check_attempts = 3 * max_check_attempts = 3
% = modified in '/etc/icinga2/conf.d/templates.conf', lines 27:3-27:24 % = modified in '/etc/icinga2/conf.d/templates.conf', lines 27:3-27:24

View File

@ -1659,7 +1659,7 @@ There are a couple of existing clients which can be used with the Icinga 2 API:
* [curl](http://curl.haxx.se) or any other HTTP client really * [curl](http://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 Studio](12-icinga2-api.md#icinga2-api-clients-icinga-studio) * [Icinga Studio](12-icinga2-api.md#icinga2-api-clients-icinga-studio)
* [Icinga Web 2 Director](https://dev.icinga.org/projects/icingaweb2-modules) * [Icinga Web 2 Director](https://www.icinga.com/products/icinga-web-2-modules/)
Demo cases: Demo cases:

View File

@ -27,7 +27,7 @@ Configure npcd to use the performance data created by Icinga 2:
Set `perfdata_spool_dir = /var/spool/icinga2/perfdata` and restart the `npcd` daemon. Set `perfdata_spool_dir = /var/spool/icinga2/perfdata` and restart the `npcd` daemon.
There's also an Icinga Web 2 module for direct PNP graph integration There's also an Icinga Web 2 module for direct PNP graph integration
available at [Icinga Exchange](https://exchange.icinga.org/icinga/PNP). available at [Icinga Exchange](https://exchange.icinga.com/icinga/PNP).
More information on [action_url as attribute](13-addons.md#addons-graphing-pnp-action-url) More information on [action_url as attribute](13-addons.md#addons-graphing-pnp-action-url)
and [graph template names](13-addons.md#addons-graphing-pnp-custom-templates). and [graph template names](13-addons.md#addons-graphing-pnp-custom-templates).
@ -71,7 +71,7 @@ A popular frontend for InfluxDB is for example [Grafana](http://grafana.org).
### <a id="addons-visualization-reporting"></a> Icinga Reporting ### <a id="addons-visualization-reporting"></a> Icinga Reporting
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://wiki.icinga.org/display/howtos/Setting+up+Icinga+with+Reporting). [Icinga Reporting package](https://docs.icinga.com/latest/en/reporting.html).
### <a id="addons-visualization-nagvis"></a> NagVis ### <a id="addons-visualization-nagvis"></a> NagVis
@ -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.org/2014/12/02/team-icinga-at-osmc-2014/). More details can be found in [this blog post](https://www.icinga.com/2014/12/02/team-icinga-at-osmc-2014/).
## <a id="notification-scripts-interfaces"></a> Notification Scripts and Interfaces ## <a id="notification-scripts-interfaces"></a> Notification Scripts and Interfaces
@ -116,23 +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.org/icinga/integration/): Additionally external services can be [integrated with Icinga 2](https://www.icinga.com/products/integrations/):
* [Pagerduty](https://www.icinga.org/partners/pagerduty/) * [Pagerduty](https://www.icinga.com/partners/pagerduty/)
* [VictorOps](https://www.icinga.org/partners/victorops/) * [VictorOps](https://www.icinga.com/partners/victorops/)
* [StackStorm](https://www.icinga.org/partners/stackstorm/) * [StackStorm](https://www.icinga.com/partners/stackstorm/)
More information can be found on the [Icinga Website](https://www.icinga.org/) More information can be found on the [Icinga Website](https://www.icinga.com/).
and the [Icinga Wiki](https://wiki.icinga.org/display/howtos/Home).
## <a id="configuration-tools"></a> Configuration Management Tools ## <a id="configuration-tools"></a> Configuration Management Tools
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.org/blog/) for updates on this topic. yet. Follow the [Icinga Blog](https://www.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.org/community/get-involved/). to integrate them upstream, so please get in touch with the [Icinga team](https://www.icinga.com/community/get-involved/).
These tools are currently in development and require feedback and tests: These tools are currently in development and require feedback and tests:

View File

@ -109,7 +109,7 @@ a forced service check:
A list of currently supported external commands can be found [here](23-appendix.md#external-commands-list-detail). A list of currently supported external commands can be found [here](23-appendix.md#external-commands-list-detail).
Detailed information on the commands and their required parameters can be found Detailed information on the commands and their required parameters can be found
on the [Icinga 1.x documentation](http://docs.icinga.org/latest/en/extcommands2.html). on the [Icinga 1.x documentation](http://docs.icinga.com/latest/en/extcommands2.html).
## <a id="performance-data"></a> Performance Data ## <a id="performance-data"></a> Performance Data

View File

@ -163,8 +163,8 @@ running Icinga 2.
(gdb) handle SIGPIPE nostop noprint pass (gdb) handle SIGPIPE nostop noprint pass
(gdb) r (gdb) r
If you're opening an issue at [https://dev.icinga.org], make sure If you create a [bug report](https://www.icinga.com/community/get-involved/),
to attach as much detail as possible. make sure to attach as much detail as possible.
### <a id="development-debug-gdb-backtrace-running"></a> GDB Backtrace from Running Process ### <a id="development-debug-gdb-backtrace-running"></a> GDB Backtrace from Running Process

View File

@ -57,7 +57,7 @@ As a prerequisite install the `git`, `selinux-policy-devel` and `audit` package.
After that clone the icinga2 git repository. After that clone the icinga2 git repository.
# git clone git://git.icinga.org/icinga2.git # git clone https://github.com/icinga/icinga2
To create and install the policy package run the installation script which also labels the resources. (The script assumes Icinga 2 was started once after system startup, the labeling of the port will only happen once and fail later on.) To create and install the policy package run the installation script which also labels the resources. (The script assumes Icinga 2 was started once after system startup, the labeling of the port will only happen once and fail later on.)
@ -219,7 +219,9 @@ If you experience any problems while running in enforcing mode try to reproduce
For now Icinga 2 is running in a permissive domain and 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. For now Icinga 2 is running in a permissive domain and 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.
When filing a bug report please add the following information additionally to the [normal ones](https://www.icinga.org/icinga/faq/): Please add the following information to [bug reports](https://www.icinga.com/community/get-involved/):
* 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`
* Output of `ps -eZ | grep icinga2` * Output of `ps -eZ | grep icinga2`
* Output of `semanage port -l | grep icinga2` * Output of `semanage port -l | grep icinga2`

View File

@ -1168,7 +1168,7 @@ Icinga 2 does not make a difference between `output` (first line) and
provided separately. provided separately.
There is no output length restriction as known from Icinga 1.x using an There is no output length restriction as known from Icinga 1.x using an
[8KB static buffer](http://docs.icinga.org/latest/en/pluginapi.html#outputlengthrestrictions). [8KB static buffer](http://docs.icinga.com/latest/en/pluginapi.html#outputlengthrestrictions).
The `StatusDataWriter`, `IdoMysqlConnection` and `LivestatusListener` types The `StatusDataWriter`, `IdoMysqlConnection` and `LivestatusListener` types
split the raw output into `output` (first line) and `long_output` (remaining split the raw output into `output` (first line) and `long_output` (remaining

View File

@ -2,7 +2,7 @@
## <a id="external-commands-list-detail"></a> External Commands List ## <a id="external-commands-list-detail"></a> External Commands List
Additional details can be found in the [Icinga 1.x Documentation](http://docs.icinga.org/latest/en/extcommands2.html) Additional details can be found in the [Icinga 1.x Documentation](http://docs.icinga.com/latest/en/extcommands2.html)
Command name | Parameters | Description Command name | Parameters | Description
------------------------------------------|-----------------------------------|-------------------------- ------------------------------------------|-----------------------------------|--------------------------
@ -152,7 +152,7 @@ is set as additional custom variable in `objects.cache`.
### <a id="schema-db-ido"></a> DB IDO Schema ### <a id="schema-db-ido"></a> DB IDO Schema
There is a detailed documentation for the Icinga IDOUtils 1.x There is a detailed documentation for the Icinga IDOUtils 1.x
database schema available on [http://docs.icinga.org/latest/en/db_model.html] database schema available on [http://docs.icinga.com/latest/en/db_model.html]
#### <a id="schema-db-ido-extensions"></a> DB IDO Schema Extensions #### <a id="schema-db-ido-extensions"></a> DB IDO Schema Extensions

View File

@ -790,7 +790,7 @@ The other way around you can override specific custom attributes inherited from
This example makes use of the [check_iftraffic](https://exchange.icinga.org/exchange/iftraffic) plugin. This example makes use of the [check_iftraffic](https://exchange.icinga.com/exchange/iftraffic) plugin.
The `CheckCommand` definition can be found in the The `CheckCommand` definition can be found in the
[contributed plugin check commands](10-icinga-template-library.md#plugin-contrib-command-iftraffic) [contributed plugin check commands](10-icinga-template-library.md#plugin-contrib-command-iftraffic)
-- make sure to include them in your [icinga2 configuration file](4-configuring-icinga-2.md#icinga2-conf). -- make sure to include them in your [icinga2 configuration file](4-configuring-icinga-2.md#icinga2-conf).

View File

@ -65,7 +65,7 @@ nodes? Or any specific local configuration (e.g. health checks)?
TODO TODO
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://support.icinga.org) [community support channels](https://www.icinga.com/community/get-involved/)
and ask community members for their experience and best practices. and ask community members for their experience and best practices.
## <a id="configuring-icinga2-overview"></a> Configuration Overview ## <a id="configuring-icinga2-overview"></a> Configuration Overview

View File

@ -8,11 +8,8 @@ the [Monitoring Plugins project](https://www.monitoring-plugins.org).
### <a id="service-monitoring-plugins"></a> Plugins ### <a id="service-monitoring-plugins"></a> Plugins
All existing Nagios or Icinga 1.x plugins work with Icinga 2. Here's a All existing Nagios or Icinga 1.x plugins work with Icinga 2. Community
list of popular community sites which host check plugins: plugins can be found for example on [Icinga Exchange](https://exchange.icinga.com).
* [Icinga Exchange](https://exchange.icinga.org)
* [Icinga Wiki](https://wiki.icinga.org)
The recommended way of setting up these plugins is to copy them to a common directory The recommended way of setting up these plugins is to copy them to a common directory
and create a new global constant, e.g. `CustomPluginDir` in your [constants.conf](4-configuring-icinga-2.md#constants-conf) and create a new global constant, e.g. `CustomPluginDir` in your [constants.conf](4-configuring-icinga-2.md#constants-conf)
@ -96,7 +93,7 @@ For further information on your monitoring configuration read the
[Monitoring Basics](3-monitoring-basics.md#monitoring-basics) chapter. [Monitoring Basics](3-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://wiki.icinga.org/display/community/Contribute+Icinga+2+ITL+Plugin+Check+Command+Definitions). [send it upstream](https://www.icinga.com/community/get-involved/).
### <a id="service-monitoring-plugin-api"></a> Plugin API ### <a id="service-monitoring-plugin-api"></a> Plugin API
@ -162,7 +159,7 @@ with plugin execution and output formatting too, for example
> Ensure to test your plugin properly with special cases before putting it > Ensure to test your plugin properly with special cases before putting it
> into production! > into production!
Once you've finished your plugin please upload/sync it to [Icinga Exchange](https://exchange.icinga.org/new). Once you've finished your plugin please upload/sync it to [Icinga Exchange](https://exchange.icinga.com/new).
Thanks in advance! Thanks in advance!
## <a id="service-monitoring-overview"></a> Service Monitoring Overview ## <a id="service-monitoring-overview"></a> Service Monitoring Overview

View File

@ -1264,8 +1264,8 @@ If you are eager to start fresh instead you might take a look into the
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.org/community/get-help/) environments and received feedback from our [community](https://www.icinga.com/community/get-involved/)
and [partner support](https://www.icinga.org/services/support/) channels: and [partner support](https://www.icinga.com/services/support/) channels:
* Single master with clients. * Single master with clients.
* HA master with clients as command endpoint. * HA master with clients as command endpoint.
@ -1881,7 +1881,7 @@ to make sure that your cluster notifies you in case of failure.
## <a id="distributed-monitoring-best-practice"></a> Best Practice ## <a id="distributed-monitoring-best-practice"></a> Best Practice
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.org/community/get-help/)! If you like to share your tips and tricks with us, please join the [community channels](https://www.icinga.com/community/get-involved/)!
### <a id="distributed-monitoring-global-zone-config-sync"></a> Global Zone for Config Sync ### <a id="distributed-monitoring-global-zone-config-sync"></a> Global Zone for Config Sync
@ -2413,7 +2413,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.org/community/get-help/). This will tremendously help when someone is trying to help in the [community channels](https://www.icinga.com/community/get-involved/).
### <a id="distributed-monitoring-automation-windows-silent"></a> Silent Windows Setup ### <a id="distributed-monitoring-automation-windows-silent"></a> Silent Windows Setup

View File

@ -1454,7 +1454,7 @@ Examples:
} }
Additional examples can be found [within the icinga documentation](http://docs.icinga.org/latest/en/objectdefinitions.html#objectdefinitions-timeperiod). Additional examples can be found [here](8-advanced-topics.md#timeperiods).
Configuration Attributes: Configuration Attributes: