simple-icinga-dashboard/README.md
Sophie Schiller 6cde8347a7 fixed typo
2021-04-10 17:45:20 +02:00

23 lines
388 B
Markdown

# simple-icinga-dashboard
## Config file
This script requires an toml config file named `config.toml` for icinga base url and credentials.
```
[icinga2_api]
baseurl = "https://127.0.0.1:5665"
username = "root"
password = "foobar"
[filters]
services = '"checks_with_sms" in service.groups'
[prettify]
NGINX = "Webserver"
CONTENT = ""
PROCESS = ""
[output]
filename = "index.html"
```