Go to file
Sophie Schiller 9e3394ab9d remove google font 2021-01-03 05:54:02 +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 remove google font 2021-01-03 05:54:02 +01:00
service.py set ids for intra-page-links 2021-01-02 14:55:04 +01: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

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