feat: new async icinga

This commit is contained in:
2023-07-07 12:06:43 +00:00
parent aefcda4293
commit 691cdc4dd0
6 changed files with 39 additions and 2 deletions

View File

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