From de99e4e7b8f9d276728e7f9629dab07393c4ec08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Mon, 28 Feb 2022 10:54:13 +0100 Subject: [PATCH 1/2] Doc: SUSE: install monitoring-plugins-all not just monitoring-plugins, as in the other distros. --- doc/02-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/02-installation.md b/doc/02-installation.md index 004eaf163..2612e672c 100644 --- a/doc/02-installation.md +++ b/doc/02-installation.md @@ -433,7 +433,7 @@ as part of the [server:monitoring repository](https://build.opensuse.org/project Please make sure to enable this repository beforehand. ```bash -zypper install monitoring-plugins +zypper install monitoring-plugins-all ``` From 0ebec699ee6975b2a46e854e7e1a77aed26aeb84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Fri, 27 Jan 2023 11:25:18 +0100 Subject: [PATCH 2/2] Doc: SUSE: install monitoring-plugins-all w/ --recommends so it does something useful. --- doc/02-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/02-installation.md b/doc/02-installation.md index 2612e672c..0ab6e22b7 100644 --- a/doc/02-installation.md +++ b/doc/02-installation.md @@ -433,7 +433,7 @@ as part of the [server:monitoring repository](https://build.opensuse.org/project Please make sure to enable this repository beforehand. ```bash -zypper install monitoring-plugins-all +zypper install --recommends monitoring-plugins-all ```