Files
athq-vm-management/templates/nsca_server.conf.j2
2023-01-10 14:44:17 +01:00

14 lines
250 B
Django/Jinja

command_file = "/run/icinga2/cmd/icinga2.cmd"
user = "nagios"
log_level = 2
{% for vmo in vmList %}
authorize "{{ vmo.hostname }}" {
password = "{{ password }}"
hosts = "{{ vmo.hostname }}"
services = {
"*",
}
}
{% endfor %}