Go to file
2021-01-02 13:41:42 +00:00
.gitignore foobar 2020-11-21 22:43:30 +01:00
bootstrap.min.css first draft 2020-11-21 22:35:43 +01:00
README.md add some config options 2021-01-02 14:02:54 +01:00
service.py Merge pull request 'kunsi-remove-hosts' (#1) from kunsi-remove-hosts into main 2021-01-02 13:41:42 +00:00
services_template.html add linkable anchors to host names 2021-01-02 14:36:46 +01:00
template.html remove unneeded heading from template.html 2021-01-02 14:34:07 +01:00

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