mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
parent
c4e236cce9
commit
2b3853d01c
@ -32,12 +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/icingaapplication" ]
|
permissions = [ "status/query", "actions/*", "objects/modify/*", "objects/query/*" ]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
The permissions `actions/*`, `objects/modify/hosts`, `objects/modify/services`, `objects/modify/icingaapplication` are
|
The permissions 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…
x
Reference in New Issue
Block a user