Go to file
Sophie Schiller 44293e9323 move config to toml file 2021-04-10 16:05:09 +02:00
.gitignore move config to toml file 2021-04-10 16:05:09 +02: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 move config to toml file 2021-04-10 16:05:09 +02:00
services_template.html add linkable anchors to host names 2021-01-02 14:36:46 +01:00
template.html set kunsi's favourite emoji 2021-01-03 09:46:05 +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