munin icon indicating copy to clipboard operation
munin copied to clipboard

Multiple Munin UNKNOWN messages

Open counterpoint opened this issue 1 year ago • 1 comments

When a server or communications are down, it causes a cascade of “Munin UNKNOWN” emails. Followed later by a cascade of OK emails. One email for every active plugin. It would be better to get only a single email when a server cannot be contacted. Or when it comes online again.

counterpoint avatar May 13 '23 06:05 counterpoint

Filtering in munin.conf is a good way to deal with that: contact.warn.command if [ "${var:worst}" != "OK" && "${var:worst}" != "UNKNOWN" ]; then mail -s .....

BETLOG avatar Nov 23 '23 07:11 BETLOG