simple-icinga-dashboard/README.md

19 lines
368 B
Markdown
Raw Normal View History

2020-11-21 19:08:49 +00:00
# simple-icinga-dashboard
## Config file
2021-01-02 12:48:41 +00:00
This script requires an ini-style config file named `config.conf` for icinga base url and credentials.
```
[icinga2_api]
baseurl = https://example.org:5665
username = root
password = foobar
2021-01-02 13:02:14 +00:00
[filters]
services = "checks_with_sms" in service.groups
hosts = "checks_with_sms" in host.groups
[output]
filename = index.html
```