You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.editorconfig | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
bootstrap.min.css | 2 years ago | |
requirements.txt | 2 years ago | |
service.py | 2 years ago | |
template.html | 2 years ago |
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"