Clarify that our Debian installation docs also apply to the Raspberry Pi OS

This commit is contained in:
Alexander A. Klimov 2024-06-20 17:12:21 +02:00
parent 914a26ce79
commit 14e269060a
4 changed files with 9 additions and 6 deletions

View File

@ -23,8 +23,8 @@ jobs:
distro: distro:
- amazonlinux:2 - amazonlinux:2
- amazonlinux:2023 - amazonlinux:2023
- debian:11 # and Raspbian 11 - debian:11 # and Raspberry Pi OS 11
- debian:12 # and Raspbian 12 - debian:12 # and Raspberry Pi OS 12
- fedora:37 - fedora:37
- fedora:38 - fedora:38
- fedora:39 - fedora:39

View File

@ -246,7 +246,7 @@ with `root` permissions unless noted otherwise.
<!-- {% if debian or ubuntu or raspbian %} --> <!-- {% if debian or ubuntu or raspbian %} -->
<!-- {% if not icingaDocs %} --> <!-- {% if not icingaDocs %} -->
#### Debian / Ubuntu / Raspbian #### Debian / Ubuntu / Raspbian / Raspberry Pi OS
<!-- {% endif %} --> <!-- {% endif %} -->
```bash ```bash
apt install icinga2 apt install icinga2
@ -358,7 +358,7 @@ to determine where to find the plugin binaries.
<!-- {% if debian or ubuntu or raspbian %} --> <!-- {% if debian or ubuntu or raspbian %} -->
<!-- {% if not icingaDocs %} --> <!-- {% if not icingaDocs %} -->
#### Debian / Ubuntu / Raspbian #### Debian / Ubuntu / Raspbian / Raspberry Pi OS
<!-- {% endif %} --> <!-- {% endif %} -->
```bash ```bash
apt install monitoring-plugins apt install monitoring-plugins
@ -531,7 +531,7 @@ yum install icingadb-redis
<!-- {% if debian or ubuntu %} --> <!-- {% if debian or ubuntu %} -->
<!-- {% if not icingaDocs %} --> <!-- {% if not icingaDocs %} -->
##### Debian / Ubuntu ##### Debian / Ubuntu / Raspberry Pi OS
<!-- {% endif %} --> <!-- {% endif %} -->
```bash ```bash
apt install icingadb-redis apt install icingadb-redis

View File

@ -0,0 +1,3 @@
# Install Icinga 2 on Raspberry Pi OS
<!-- {% set debian = True %} -->
<!-- {% include "02-installation.md" %} -->

View File

@ -32,7 +32,7 @@ vim /etc/icinga2/conf.d/templates.conf
Install the package `nano-icinga2` with your distribution's package manager. Install the package `nano-icinga2` with your distribution's package manager.
**Note:** On Debian, Ubuntu and Raspbian, the syntax files are installed with the `icinga2-common` package already. **Note:** On Debian, Ubuntu, Raspbian and Raspberry Pi OS, the syntax files are installed with the `icinga2-common` package already.
Copy the `/etc/nanorc` sample file to your home directory. Copy the `/etc/nanorc` sample file to your home directory.