From 150867b6b572658d2065ed60ff5a0fd1bc6d9e14 Mon Sep 17 00:00:00 2001 From: Noah Hilverling Date: Fri, 15 Dec 2017 07:41:05 +0100 Subject: [PATCH 1/2] Documentation: Remove redundant FreeBSD restart instructions --- doc/02-getting-started.md | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/doc/02-getting-started.md b/doc/02-getting-started.md index f8664cbc5..145627ab8 100644 --- a/doc/02-getting-started.md +++ b/doc/02-getting-started.md @@ -595,11 +595,7 @@ RHEL/CentOS 7/Fedora, SLES 12, Debian Jessie/Stretch, Ubuntu Xenial: # systemctl restart icinga2 -Debian/Ubuntu, RHEL/CentOS 6 and SUSE 11: - - # service icinga2 restart - -FreeBSD: +Debian/Ubuntu, RHEL/CentOS 6, SUSE 11 and FreeBSD: # service icinga2 restart @@ -748,11 +744,7 @@ RHEL/CentOS 7/Fedora, SLES 12, Debian Jessie/Stretch, Ubuntu Xenial: # systemctl restart icinga2 -Debian/Ubuntu, RHEL/CentOS 6, SUSE and FreeBSD: - - # service icinga2 restart - -FreeBSD: +Debian/Ubuntu, RHEL/CentOS 6, SUSE 11 and FreeBSD: # service icinga2 restart @@ -849,11 +841,7 @@ RHEL/CentOS 7/Fedora, SLES 12, Debian Jessie/Stretch, Ubuntu Xenial: # systemctl restart icinga2 -Debian/Ubuntu, RHEL/CentOS 6 and SUSE: - - # service icinga2 restart - -FreeBSD: +Debian/Ubuntu, RHEL/CentOS 6, SUSE 11 and FreeBSD: # service icinga2 restart From 506928744f0bb732a42896bc6ad2526dd4c21c61 Mon Sep 17 00:00:00 2001 From: Noah Hilverling Date: Fri, 15 Dec 2017 08:19:00 +0100 Subject: [PATCH 2/2] Documentation: Add openSUSE to restart instructions --- doc/02-getting-started.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/02-getting-started.md b/doc/02-getting-started.md index 145627ab8..aeb7730a6 100644 --- a/doc/02-getting-started.md +++ b/doc/02-getting-started.md @@ -591,11 +591,11 @@ You can enable the `ido-mysql` feature configuration file using After enabling the ido-mysql feature you have to restart Icinga 2: -RHEL/CentOS 7/Fedora, SLES 12, Debian Jessie/Stretch, Ubuntu Xenial: +RHEL/CentOS 7/Fedora, SLES 12/openSUSE > 12.2, Debian Jessie/Stretch, Ubuntu Xenial: # systemctl restart icinga2 -Debian/Ubuntu, RHEL/CentOS 6, SUSE 11 and FreeBSD: +Debian/Ubuntu, RHEL/CentOS 6, SLES 11/openSUSE < 12.3 and FreeBSD: # service icinga2 restart @@ -740,11 +740,11 @@ You can enable the `ido-pgsql` feature configuration file using After enabling the ido-pgsql feature you have to restart Icinga 2: -RHEL/CentOS 7/Fedora, SLES 12, Debian Jessie/Stretch, Ubuntu Xenial: +RHEL/CentOS 7/Fedora, SLES 12/openSUSE > 12.2, Debian Jessie/Stretch, Ubuntu Xenial: # systemctl restart icinga2 -Debian/Ubuntu, RHEL/CentOS 6, SUSE 11 and FreeBSD: +Debian/Ubuntu, RHEL/CentOS 6, SLES 11/openSUSE < 12.3 and FreeBSD: # service icinga2 restart @@ -837,11 +837,11 @@ attribute with minimal permissions required by Icinga Web 2. Make sure to restart Icinga 2 to activate the configuration. -RHEL/CentOS 7/Fedora, SLES 12, Debian Jessie/Stretch, Ubuntu Xenial: +RHEL/CentOS 7/Fedora, SLES 12/openSUSE > 12.2, Debian Jessie/Stretch, Ubuntu Xenial: # systemctl restart icinga2 -Debian/Ubuntu, RHEL/CentOS 6, SUSE 11 and FreeBSD: +Debian/Ubuntu, RHEL/CentOS 6, SLES 11/openSUSE < 12.3 and FreeBSD: # service icinga2 restart