Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Munin UNKNOWN messages #1538

Open
counterpoint opened this issue May 13, 2023 · 1 comment
Open

Multiple Munin UNKNOWN messages #1538

counterpoint opened this issue May 13, 2023 · 1 comment

Comments

@counterpoint
Copy link

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.

@BETLOG
Copy link

BETLOG commented Nov 23, 2023

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 .....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants