From 771c94c5bea237ce211af27da34f7b6d8063d123 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 7 Mar 2014 14:14:17 +0100 Subject: [PATCH] Documentation: Fix usermod on Debian. Fixes #5653 --- doc/2.4-setting-up-livestatus.md | 5 +++++ doc/3.08-external-commands.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/doc/2.4-setting-up-livestatus.md b/doc/2.4-setting-up-livestatus.md index ca82f55f0..302fc204e 100644 --- a/doc/2.4-setting-up-livestatus.md +++ b/doc/2.4-setting-up-livestatus.md @@ -30,6 +30,11 @@ In order for queries and commands to work you will need to add your query user # usermod -a -G icingacmd www-data +> **Note** +> +> Debian packages use `nagios` as default user/group. Therefore change `icingacmd` to +> `nagios`. + > **Note** > > Change "www-data" to the user you're using to run queries. diff --git a/doc/3.08-external-commands.md b/doc/3.08-external-commands.md index d25fb4a06..18ff0bc52 100644 --- a/doc/3.08-external-commands.md +++ b/doc/3.08-external-commands.md @@ -31,6 +31,11 @@ a forced service check: # usermod -G -a icingacmd www-data +> **Note** +> +> Debian packages use `nagios` as default user/group. Therefore change `icingacmd` to +> `nagios`. + ### External Command List A list of currently supported external commands can be found on the -- 2.40.0