update styling and templating, add filters for groups

This commit is contained in:
Sophie Schiller
2021-01-02 13:47:09 +01:00
parent 8ae8a218e9
commit e72c7ded65
3 changed files with 100 additions and 47 deletions

View File

@@ -1,2 +1,11 @@
# simple-icinga-dashboard
## Config file
This script requires an ini-style config file for icinga base url and credentials.
```
[icinga2_api]
baseurl = https://example.org:5665
username = root
password = foobar
```