f3db579a66d4a3444d0855d6424a310b3438762e
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%