Skip to content

Commit

Permalink
doc/02-installation.md: remove Raspbian which is not supported anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Al2Klimov committed Aug 21, 2024
1 parent 14e2690 commit d6bb971
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 27 deletions.
27 changes: 4 additions & 23 deletions doc/02-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,25 +79,6 @@ apt update
```
<!-- {% endif %} -->

<!-- {% if raspbian %} -->
### Raspbian Repository <a id="raspbian-repository"></a>

```bash
apt update
apt -y install apt-transport-https wget gnupg

wget -O - https://packages.icinga.com/icinga.key | gpg --dearmor -o /usr/share/keyrings/icinga-archive-keyring.gpg

DIST=$(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release); \
echo "deb [signed-by=/usr/share/keyrings/icinga-archive-keyring.gpg] https://packages.icinga.com/raspbian icinga-${DIST} main" > \
/etc/apt/sources.list.d/icinga.list
echo "deb-src [signed-by=/usr/share/keyrings/icinga-archive-keyring.gpg] https://packages.icinga.com/raspbian icinga-${DIST} main" >> \
/etc/apt/sources.list.d/icinga.list

apt update
```
<!-- {% endif %} -->

<!-- {% if centos %} -->
### CentOS Repository <a id="centos-repository"></a>

Expand Down Expand Up @@ -244,9 +225,9 @@ with `root` permissions unless noted otherwise.
If you have [SELinux](22-selinux.md) enabled, the package `icinga2-selinux` is also required.
<!-- {% endif %} -->

<!-- {% if debian or ubuntu or raspbian %} -->
<!-- {% if debian or ubuntu %} -->
<!-- {% if not icingaDocs %} -->
#### Debian / Ubuntu / Raspbian / Raspberry Pi OS
#### Debian / Ubuntu / Raspberry Pi OS
<!-- {% endif %} -->
```bash
apt install icinga2
Expand Down Expand Up @@ -356,9 +337,9 @@ to determine where to find the plugin binaries.
additional check plugins into your Icinga 2 setup.


<!-- {% if debian or ubuntu or raspbian %} -->
<!-- {% if debian or ubuntu %} -->
<!-- {% if not icingaDocs %} -->
#### Debian / Ubuntu / Raspbian / Raspberry Pi OS
#### Debian / Ubuntu / Raspberry Pi OS
<!-- {% endif %} -->
```bash
apt install monitoring-plugins
Expand Down
3 changes: 0 additions & 3 deletions doc/02-installation.md.d/03-Raspbian.md

This file was deleted.

2 changes: 1 addition & 1 deletion doc/13-addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ vim /etc/icinga2/conf.d/templates.conf

Install the package `nano-icinga2` with your distribution's package manager.

**Note:** On Debian, Ubuntu, Raspbian and Raspberry Pi OS, the syntax files are installed with the `icinga2-common` package already.
**Note:** On Debian, Ubuntu 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.

Expand Down

0 comments on commit d6bb971

Please sign in to comment.