Go to file
Franzi fee4b8dac0
remove debug print
2021-04-11 11:17:48 +02:00
.editorconfig add editorconfig file 2021-04-11 07:56:55 +02:00
.gitignore move config to toml file 2021-04-10 16:05:09 +02:00
README.md fixed typo 2021-04-10 17:45:20 +02:00
bootstrap.min.css remove google font 2021-01-03 05:54:02 +01:00
requirements.txt add requests to requirements.txt 2021-04-11 11:13:42 +02:00
service.py remove debug print 2021-04-11 11:17:48 +02:00
template.html rework templating using mako templates 2021-04-11 10:57:02 +02:00

README.md

simple-icinga-dashboard

Config file

This script requires an toml config file named config.toml for icinga base url and credentials.

[icinga2_api]
baseurl = "https://127.0.0.1:5665"
username = "root"
password = "foobar"

[filters]
services = '"checks_with_sms" in service.groups'

[prettify]
NGINX = "Webserver"
CONTENT = ""
PROCESS = ""

[output]
filename = "index.html"