12 lines
213 B
Text
12 lines
213 B
Text
|
[icinga2_api]
|
||
|
baseurl = ${api_url}
|
||
|
username = ${api_user}
|
||
|
password = ${api_password}
|
||
|
|
||
|
[filters]
|
||
|
hosts = ${host_filter}
|
||
|
services = ${service_filter}
|
||
|
|
||
|
[output]
|
||
|
filename = /opt/simple-icinga-dashboard/out/index.html
|