Skip to content

Commit d98caf2

Browse files
authored
Merge pull request #10514 from martialblog/docs/fix-links
docs: Fix some dead/old links
2 parents 0a08fcc + 45721dc commit d98caf2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/13-addons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ icinga2 feature enable influxdb2
122122

123123
A popular frontend for InfluxDB is for example [Grafana](https://grafana.org).
124124

125-
Integration in Icinga Web 2 is possible by installing the community [Grafana module](https://github.com/Mikesch-mp/icingaweb2-module-grafana).
125+
Integration in Icinga Web 2 is possible by installing the community [Grafana module](https://github.com/NETWAYS/icingaweb2-module-grafana).
126126

127127
![Icinga Web 2 Detail View with Grafana](images/addons/icingaweb2_grafana.png)
128128

doc/14-features.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ parsed from plugin output:
147147

148148
Note that labels may contain dots (`.`) allowing to
149149
add more subsequent levels inside the Graphite tree.
150-
`::` adds support for [multi performance labels](http://my-plugin.de/wiki/projects/check_multi/configuration/performance)
150+
`::` adds support for [multi performance labels](https://github.com/flackem/check_multi/blob/next/doc/configuration/performance.md)
151151
and is therefore replaced by `.`.
152152

153153
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:
384384

385385
Note that perfdata labels may contain dots (`.`) allowing to
386386
add more subsequent levels inside the tree.
387-
`::` adds support for [multi performance labels](http://my-plugin.de/wiki/projects/check_multi/configuration/performance)
387+
`::` adds support for [multi performance labels](https://github.com/flackem/check_multi/blob/next/doc/configuration/performance.md)
388388
and is therefore replaced by `.`.
389389

390390
Icinga 2 automatically adds the following threshold metrics
@@ -443,11 +443,11 @@ or Logstash for additional filtering.
443443

444444
#### GELF Writer <a id="gelfwriter"></a>
445445

446-
The `Graylog Extended Log Format` (short: [GELF](https://docs.graylog.org/en/latest/pages/gelf.html))
446+
The `Graylog Extended Log Format` (short: GELF)
447447
can be used to send application logs directly to a TCP socket.
448448

449449
While it has been specified by the [Graylog](https://www.graylog.org) project as their
450-
[input resource standard](https://docs.graylog.org/en/latest/pages/sending_data.html), other tools such as
450+
[input resource standard](https://go2docs.graylog.org/current/getting_in_log_data/inputs.htm), other tools such as
451451
[Logstash](https://www.elastic.co/products/logstash) also support `GELF` as
452452
[input type](https://www.elastic.co/guide/en/logstash/current/plugins-inputs-gelf.html).
453453

@@ -1119,7 +1119,7 @@ As with any application database, there are ways to optimize and tune the databa
11191119

11201120
General tips for performance tuning:
11211121

1122-
* [MariaDB KB](https://mariadb.com/kb/en/library/optimization-and-tuning/)
1122+
* [MariaDB KB](https://mariadb.com/docs/server/ha-and-performance/optimization-and-tuning)
11231123
* [PostgreSQL Wiki](https://wiki.postgresql.org/wiki/Performance_Optimization)
11241124

11251125
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
12361236
> This feature is DEPRECATED and may be removed in future releases.
12371237
> Check the [roadmap](https://github.com/Icinga/icinga2/milestones).
12381238
1239-
The [MK Livestatus](https://mathias-kettner.de/checkmk_livestatus.html) project
1239+
The [MK Livestatus](https://exchange.nagios.org/directory/Documentation/MK-Livestatus/details) project
12401240
implements a query protocol that lets users query their Icinga instance for
12411241
status information. It can also be used to send commands.
12421242

0 commit comments

Comments
 (0)