Doc: Fix permission list for the Icinga 2 API command transport
This commit is contained in:
parent
9578c9f489
commit
0e63434d90
|
@ -32,11 +32,11 @@ to the host where you want to send the commands to. We recommend to create/edit
|
||||||
```
|
```
|
||||||
object ApiUser "web2" {
|
object ApiUser "web2" {
|
||||||
password = "bea11beb7b810ea9ce6ea" // Change this!
|
password = "bea11beb7b810ea9ce6ea" // Change this!
|
||||||
permissions = [ "actions/*", "objects/modify/hosts", "objects/modify/services", "objects/modify/icingaapplications" ]
|
permissions = [ "actions/*", "objects/modify/hosts", "objects/modify/services", "objects/modify/icingaapplication" ]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
The permissions `actions/*`, `objects/modify/hosts`, `objects/modify/services`, `objects/modify/icingaapplications` are
|
The permissions `actions/*`, `objects/modify/hosts`, `objects/modify/services`, `objects/modify/icingaapplication` are
|
||||||
mandatory in order to submit all external commands from within Icinga Web 2.
|
mandatory in order to submit all external commands from within Icinga Web 2.
|
||||||
|
|
||||||
**Restart Icinga 2** for the changes to take effect.
|
**Restart Icinga 2** for the changes to take effect.
|
||||||
|
|
Loading…
Reference in New Issue