I have recently taken the time to look into munin and fix some of the plugins that wore not working. Among them yum.
Now for the last few days there have been a few updates released for my centos and munin notified me but it kept sending the same email every 5 minutes.
I have been googling into the settings of munin but have not been able to find something that will prevent it from spamming me with emails.
At this point I am presuming that perhaps there is none.
Can anyone provide me with some hints as to how I could achieve this.
My config.
contact.me.command mail -s "Munin notification ${var:host}" root@example.com
contact.me.always_send warning critical
Email sample:
Date: Sat, 21 Jun 2014 15:35:23 +0100
To: root@example.com
Subject: Munin notification server.example.com
User-Agent: Heirloom mailx 12.4 7/29/08
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: <20140621143523.849D72A0EE1@server.example.com>
From: munin@server.example.com (Munin user)
example.com :: server.example.com :: Pending packages
WARNINGs: pending is 2.00 (outside range [0:0]): tzdata tzdata-java.
You are sure the Mail is send by Munin ?
It is possible that the Mail was send by Cron ?
Have a look at http://www.cyberciti.biz/faq/linux-unix-crontab-change-mailto-settings/ – CookieCrash Jun 21 '14 at 15:02