aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/health_alarm_notify.conf.j2
blob: 6623d790b13390832fe4f4e66c9dc548b028dafb (plain) (blame)
1
2
3
4
5
6
7
8
9
{% 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 %}