add some config options

This commit is contained in:
Sophie Schiller
2021-01-02 14:02:14 +01:00
parent b901cfa034
commit b74c8b04be
2 changed files with 13 additions and 6 deletions

View File

@@ -8,4 +8,11 @@ This script requires an ini-style config file named `config.conf` for icinga bas
baseurl = https://example.org:5665
username = root
password = foobar
[filters]
services = "checks_with_sms" in service.groups
hosts = "checks_with_sms" in host.groups
[output]
filename = index.html
```