mirror of https://github.com/Icinga/icinga2.git
parent
b4ab7d34dc
commit
771c94c5be
|
@ -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.
|
||||
|
|
|
@ -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`.
|
||||
|
||||
### <a id="external-command-list"></a> External Command List
|
||||
|
||||
A list of currently supported external commands can be found on the
|
||||
|
|
Loading…
Reference in New Issue