a36a82e28404a331ddb18413ca0377d2abe39a4c
simple-icinga-dashboard
Config file
This script requires an toml config file named config.tom. 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"
host_order = [ "host1", "host2", "host4" ]
Description
Languages
Python
82.5%
HTML
17.5%