feat: new smart-send event gate

This commit is contained in:
2023-07-21 15:41:40 +00:00
parent 0a57ee6517
commit 2d72c74c7a
5 changed files with 26 additions and 3 deletions

View File

@@ -179,3 +179,11 @@
- config.ini
- authentication.ini
- groups.ini
- name: Template dispatcher gateway passfile
template:
src: dispatcher-pass-file.txt
dest: /etc/icinga2/dispatcher-pass-file.txt
mode: 0660
owner: root
group: nagios

View File

@@ -0,0 +1,2 @@
{{ event_dispatcher_user }}
{{ event_dispatcher_pass }}