mirror of
https://github.com/Icinga/icinga2.git
synced 2026-07-15 11:51:07 -04:00
doc/: don't mention Amazon Linux 2
(cherry picked from commit 2408c60b47)
This commit is contained in:
parent
2b56b3f8ab
commit
4873408b44
3 changed files with 3 additions and 20 deletions
|
|
@ -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.
|
||||
<!-- {% endif %} -->
|
||||
|
||||
<!-- {% if windows %} -->
|
||||
|
|
@ -327,14 +318,6 @@ zypper install --recommends monitoring-plugins-all
|
|||
<!-- {% if not icingaDocs %} -->
|
||||
#### Amazon Linux
|
||||
<!-- {% endif %} -->
|
||||
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.
|
||||
<!-- {% endif %} -->
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue