mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-07-28 00:04:02 +02:00
parent
47f7a5176e
commit
c9110990c6
@ -62,7 +62,7 @@ Here is an example how an API user in your Icinga 2 configuration:
|
|||||||
|
|
||||||
```c++
|
```c++
|
||||||
object ApiUser "icinga" {
|
object ApiUser "icinga" {
|
||||||
password: "icinga"
|
password = "icinga"
|
||||||
permissions = ["events/*", "status/query"]
|
permissions = ["events/*", "status/query"]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@ -154,7 +154,7 @@ exploring the data by yourself. Download the dashboards from the
|
|||||||
The tool to import dashboards is already included in the Icingabeat package.
|
The tool to import dashboards is already included in the Icingabeat package.
|
||||||
|
|
||||||
```
|
```
|
||||||
unzip icingabeat-dashboards-1.0.0.zip
|
unzip icingabeat-dashboards-1.0.0.zip -d /tmp
|
||||||
/usr/share/icingabeat/scripts/import_dashboards -dir /tmp/icingabeat-dashboards-1.0.0 -es http://127.0.0.1:9200
|
/usr/share/icingabeat/scripts/import_dashboards -dir /tmp/icingabeat-dashboards-1.0.0 -es http://127.0.0.1:9200
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user