diff --git a/doc/02-installation.md b/doc/02-installation.md index dbfc38a2b..e0d3e0a1f 100644 --- a/doc/02-installation.md +++ b/doc/02-installation.md @@ -158,15 +158,6 @@ zypper ref ```bash wget https://packages.icinga.com/subscription/amazon/ICINGA-release.repo -O /etc/yum.repos.d/ICINGA-release.repo ``` - -The packages for **Amazon Linux 2** depend on other packages which are distributed -as part of the [EPEL repository](https://fedoraproject.org/wiki/EPEL). - -```bash -yum install epel-release -``` - -The packages for newer versions of Amazon Linux don't require additional repositories. @@ -327,14 +318,6 @@ zypper install --recommends monitoring-plugins-all #### Amazon Linux -The packages for **Amazon Linux 2** depend on other packages which are distributed as part of the EPEL repository. - -```bash -amazon-linux-extras install epel - -yum install nagios-plugins-all -``` - Unfortunately newer versions of Amazon Linux don't provide those plugins, yet. diff --git a/doc/09-object-types.md b/doc/09-object-types.md index f558ef0a7..7b0a90358 100644 --- a/doc/09-object-types.md +++ b/doc/09-object-types.md @@ -1875,7 +1875,7 @@ on the [OpenTelemetry website](https://opentelemetry.io/). !!! info - The official package builds for Debian 11, Ubuntu 22.04 and Amazon Linux 2 do not include this object type. + The official package builds for Debian 11 and Ubuntu 22.04 do not include this object type. These builds disable OpenTelemetry support (`ICINGA2_WITH_OPENTELEMETRY=OFF`) because the default Protobuf compiler version is too old for the required code generation. diff --git a/doc/14-features.md b/doc/14-features.md index 69e18420d..1d9b9e931 100644 --- a/doc/14-features.md +++ b/doc/14-features.md @@ -665,8 +665,8 @@ icinga2 feature enable otlpmetrics !!! info - **Package availability note (Debian 11 / Ubuntu 22.04 / Amazon Linux 2):** - The official Icinga 2 packages for Debian 11, Ubuntu 22.04 and Amazon Linux 2 are built with + **Package availability note (Debian 11 / Ubuntu 22.04):** + The official Icinga 2 packages for Debian 11 and Ubuntu 22.04 are built with `-DICINGA2_WITH_OPENTELEMETRY=OFF`, because the default Protobuf compiler in these distributions is too old for the OpenTelemetry code generation used by Icinga 2. As a result, the `otlpmetrics` feature (and `OTLPMetricsWriter` type) is not available