From: Michael Friedrich Date: Fri, 7 Mar 2014 13:14:17 +0000 (+0100) Subject: Documentation: Fix usermod on Debian. X-Git-Tag: v0.0.8~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=771c94c5bea237ce211af27da34f7b6d8063d123;p=icinga2 Documentation: Fix usermod on Debian. Fixes #5653 --- 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