From 45721dcfc76ea5008563aaebb0e0e0b5219958d7 Mon Sep 17 00:00:00 2001 From: Markus Opolka Date: Wed, 23 Jul 2025 09:41:16 +0200 Subject: [PATCH] docs: Fix some dead/old links --- doc/13-addons.md | 2 +- doc/14-features.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/13-addons.md b/doc/13-addons.md index d9c1c66cd..dfedc4ccc 100644 --- a/doc/13-addons.md +++ b/doc/13-addons.md @@ -122,7 +122,7 @@ icinga2 feature enable influxdb2 A popular frontend for InfluxDB is for example [Grafana](https://grafana.org). -Integration in Icinga Web 2 is possible by installing the community [Grafana module](https://github.com/Mikesch-mp/icingaweb2-module-grafana). +Integration in Icinga Web 2 is possible by installing the community [Grafana module](https://github.com/NETWAYS/icingaweb2-module-grafana). ![Icinga Web 2 Detail View with Grafana](images/addons/icingaweb2_grafana.png) diff --git a/doc/14-features.md b/doc/14-features.md index 31697b27e..5aa775c42 100644 --- a/doc/14-features.md +++ b/doc/14-features.md @@ -147,7 +147,7 @@ parsed from plugin output: Note that labels may contain dots (`.`) allowing to add more subsequent levels inside the Graphite tree. -`::` adds support for [multi performance labels](http://my-plugin.de/wiki/projects/check_multi/configuration/performance) +`::` adds support for [multi performance labels](https://github.com/flackem/check_multi/blob/next/doc/configuration/performance.md) and is therefore replaced by `.`. By enabling `enable_send_thresholds` Icinga 2 automatically adds the following threshold metrics: @@ -384,7 +384,7 @@ The following characters are escaped in perfdata labels: Note that perfdata labels may contain dots (`.`) allowing to add more subsequent levels inside the tree. -`::` adds support for [multi performance labels](http://my-plugin.de/wiki/projects/check_multi/configuration/performance) +`::` adds support for [multi performance labels](https://github.com/flackem/check_multi/blob/next/doc/configuration/performance.md) and is therefore replaced by `.`. Icinga 2 automatically adds the following threshold metrics @@ -443,11 +443,11 @@ or Logstash for additional filtering. #### GELF Writer -The `Graylog Extended Log Format` (short: [GELF](https://docs.graylog.org/en/latest/pages/gelf.html)) +The `Graylog Extended Log Format` (short: GELF) can be used to send application logs directly to a TCP socket. While it has been specified by the [Graylog](https://www.graylog.org) project as their -[input resource standard](https://docs.graylog.org/en/latest/pages/sending_data.html), other tools such as +[input resource standard](https://go2docs.graylog.org/current/getting_in_log_data/inputs.htm), other tools such as [Logstash](https://www.elastic.co/products/logstash) also support `GELF` as [input type](https://www.elastic.co/guide/en/logstash/current/plugins-inputs-gelf.html). @@ -1119,7 +1119,7 @@ As with any application database, there are ways to optimize and tune the databa General tips for performance tuning: -* [MariaDB KB](https://mariadb.com/kb/en/library/optimization-and-tuning/) +* [MariaDB KB](https://mariadb.com/docs/server/ha-and-performance/optimization-and-tuning) * [PostgreSQL Wiki](https://wiki.postgresql.org/wiki/Performance_Optimization) Re-creation of indexes, changed column values, etc. will increase the database size. Ensure to @@ -1236,7 +1236,7 @@ on the [Icinga 1.x documentation](https://docs.icinga.com/latest/en/extcommands2 > This feature is DEPRECATED and may be removed in future releases. > Check the [roadmap](https://github.com/Icinga/icinga2/milestones). -The [MK Livestatus](https://mathias-kettner.de/checkmk_livestatus.html) project +The [MK Livestatus](https://exchange.nagios.org/directory/Documentation/MK-Livestatus/details) project implements a query protocol that lets users query their Icinga instance for status information. It can also be used to send commands.