feat: connect new event dispatcher

This commit is contained in:
2023-07-24 16:40:06 +00:00
parent a91dbd394f
commit ab5dac0470
2 changed files with 7 additions and 4 deletions

View File

@@ -12,7 +12,10 @@ icinga_api_pass: "HISTORY_PURGED_SECRET"
icinga_api_url: "https://192.168.122.107:5665"
icinga_web_url: "https://icinga.atlantishq.de/"
event_dispatcher_address: https://dispatcher.atlantishq.de
event_dispatcher_host: dispatcher.atlantishq.de
event_dispatcher_proto: https
event_dispatcher_port: 443
event_dispatcher_address: "{{ event_dispatcher_proto }}://{{ event_dispatcher_host }}"
event_dispatcher_user: dispatch
event_dispatcher_pass: HISTORY_PURGED_SECRET