ansible/roles/netdata/templates/health_alarm_notify.conf.j2
2021-01-23 18:45:20 -06:00

10 lines
232 B
Django/Jinja

{% for key in netdata_alarm_notify_configs %}
{{ key }}="{{ netdata_alarm_notify_configs[key] }}"
{% endfor %}
{% if netdata_custom_sender_function is defined %}
custom_sender() {
{{ netdata_custom_sender_function }}
}
{% endif %}