Go to file
Franzi 93869e042b
remove unneeded call to api/objects/hosts
2021-01-02 14:40:05 +01:00
.gitignore foobar 2020-11-21 22:43:30 +01:00
README.md add some config options 2021-01-02 14:02:54 +01:00
bootstrap.min.css first draft 2020-11-21 22:35:43 +01:00
service.py remove unneeded call to api/objects/hosts 2021-01-02 14:40:05 +01:00
services_template.html update styling and templating, add filters for groups 2021-01-02 13:47:09 +01:00
template.html remove unneeded heading from template.html 2021-01-02 14:34:07 +01:00

README.md

simple-icinga-dashboard

Config file

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

[filters]
services = "checks_with_sms" in service.groups
hosts = "checks_with_sms" in host.groups

[output]
filename = index.html