]> git.immae.eu Git - github/fretlink/ansible-netdata_straight.git/blob - templates/health_alarm_notify.conf.j2
initial import from private repo
[github/fretlink/ansible-netdata_straight.git] / templates / health_alarm_notify.conf.j2
1 {% for key in netdata_alarm_notify_configs %}
2 {{ key }}="{{ netdata_alarm_notify_configs[key] }}"
3 {% endfor %}
4
5 {% if netdata_custom_sender_function is defined %}
6 custom_sender() {
7 {{ netdata_custom_sender_function }}
8 }
9 {% endif %}