bundles/simple-icinga-dashboard: add replacements
This commit is contained in:
parent
9587bae4fe
commit
b33ddaadb5
2 changed files with 11 additions and 1 deletions
|
@ -7,5 +7,10 @@ password = ${api_password}
|
|||
hosts = ${host_filter}
|
||||
services = ${service_filter}
|
||||
|
||||
[prettify]
|
||||
% for search, replace in sorted(replacements.items()):
|
||||
${search.lower()} = ${replace}
|
||||
% endfor
|
||||
|
||||
[output]
|
||||
filename = /opt/simple-icinga-dashboard/out/index.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue