Update README.md

fixes #7
closes #8
This commit is contained in:
Blerim Sheqa 2017-03-31 08:23:32 +02:00
parent 47f7a5176e
commit c9110990c6
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ Here is an example how an API user in your Icinga 2 configuration:
```c++
object ApiUser "icinga" {
password: "icinga"
password = "icinga"
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.
```
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
```