From 12ef5c053f19c88751c4478c7b8120a8665d32ee Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 18 Oct 2018 09:59:33 +0200 Subject: [PATCH] Docs: Use the correct URLs in various places --- doc/05-service-monitoring.md | 2 +- doc/06-distributed-monitoring.md | 2 +- doc/10-icinga-template-library.md | 2 +- doc/13-addons.md | 8 ++++---- doc/21-development.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/05-service-monitoring.md b/doc/05-service-monitoring.md index 2ee74e0e9..cdaa8ed1a 100644 --- a/doc/05-service-monitoring.md +++ b/doc/05-service-monitoring.md @@ -93,7 +93,7 @@ For further information on your monitoring configuration read the [Monitoring Basics](03-monitoring-basics.md#monitoring-basics) chapter. If you have created your own `CheckCommand` definition, please kindly -[send it upstream](https://icinga.com/community/). +[send it upstream](https://github.com/Icinga/icinga2/blob/master/CONTRIBUTING.md). ### Plugin API diff --git a/doc/06-distributed-monitoring.md b/doc/06-distributed-monitoring.md index 44e1ae2e3..48cfd1b26 100644 --- a/doc/06-distributed-monitoring.md +++ b/doc/06-distributed-monitoring.md @@ -1216,7 +1216,7 @@ 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 distributed monitoring environment. We've seen them all in production environments and received feedback from our [community](https://icinga.com/community/) -and [partner support](https://icinga.com/services/support/) channels: +and [partner support](https://icinga.com/support/) channels: * Single master with clients. * HA master with clients as command endpoint. diff --git a/doc/10-icinga-template-library.md b/doc/10-icinga-template-library.md index aa38ee46f..a9a861651 100644 --- a/doc/10-icinga-template-library.md +++ b/doc/10-icinga-template-library.md @@ -849,7 +849,7 @@ negate_arguments | **Optional.** Arguments for the negated command. ### nrpe -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 is considered insecure/deprecated. diff --git a/doc/13-addons.md b/doc/13-addons.md index eaf1af858..7c9623c4b 100644 --- a/doc/13-addons.md +++ b/doc/13-addons.md @@ -71,7 +71,7 @@ A popular frontend for InfluxDB is for example [Grafana](https://grafana.org). ### Icinga Reporting 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 @@ -118,9 +118,9 @@ There's a variety of resources available, for example different notification scr Additionally external services can be [integrated with Icinga 2](https://icinga.com/products/integrations/): -* [Pagerduty](https://icinga.com/partners/pagerduty/) -* [VictorOps](https://icinga.com/partners/victorops/) -* [StackStorm](https://icinga.com/partners/stackstorm/) +* [Pagerduty](https://icinga.com/products/integrations/pagerduty/) +* [VictorOps](https://icinga.com/products/integrations/victorops/) +* [StackStorm](https://icinga.com/products/integrations/stackstorm/) More information can be found on the [Icinga Website](https://icinga.com/). diff --git a/doc/21-development.md b/doc/21-development.md index c7e54878d..d90d50def 100644 --- a/doc/21-development.md +++ b/doc/21-development.md @@ -167,7 +167,7 @@ running Icinga 2. (gdb) handle SIGPIPE nostop noprint pass (gdb) r -If you create a [bug report](https://icinga.com/community/), +If you create a [new issue](https://github.com/Icinga/icinga2/issues), make sure to attach as much detail as possible. ### GDB Backtrace from Running Process -- 2.40.0