This repository has been archived on 2024-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
munin-server/munin_mail.conf

8 lines
403 B
Text
Raw Normal View History

contact.hosting.command mail -s "[MUNIN] Alert ${var:graph_title} for ${var:host}" mailcontact
contact.hosting.max_messages 1
# if activated mail will be send at each check (every 5mn)
# contact.hosting.always_send critical
# to prevent flooding log file because missing documented contact parameters "no"
contact.no.command awk '{ print "[MUNIN] Alert ${var:graph_title} for ${var:host}" }' /dev/null