update: restart always & async icinga conf

This commit is contained in:
2023-01-05 20:22:30 +01:00
parent a8233fb83b
commit 934b9b64c7
7 changed files with 11 additions and 7 deletions

View File

@@ -1,10 +1,8 @@
[
{
{% for service in async_icinga_static_services %}
{
"{{ service['name'] }}" : {
"timeout" : "{{ service['timeout'] }}",
"token" : "{{ service['token'] }}"
}
"{{ service['name'] }}" : {
"timeout" : "{{ service['timeout'] }}",
"token" : "{{ service['token'] }}"
}{% if not loop.last %},{% endif %}
{% endfor %}
]
}