Go to file
Franzi 6e349ad35c
auto-reload status page after 30 seconds
2023-05-21 11:24:58 +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
error.html auto-reload status page after 30 seconds 2023-05-21 11:24:58 +02:00
requirements.txt add requests to requirements.txt 2021-04-11 11:13:42 +02:00
service.py can haz some formatting? 2023-05-20 20:09:16 +02:00
template.html auto-reload status page after 30 seconds 2023-05-21 11:24:58 +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"