Munin email notification


rbzoneadmin

New Member
Hey hello!!

I'm monitoring my servers by using munin. Munin node is running on an unbuntu server. Postfix seems to be configured correctely because I'm able to send emails with the mail command:
mail -s "Some subject" my@email.de < text.file

I decided to enable email notifications for munin.
My problem is the contacts directive:
contacts.me.command mail -s "Munin Info ${var:host}" my@email.de

If I had a look inside the message log created by postfix the email header allways contains
root@my.domain.org. It seems to me that the email recipient I set up in the munin.conf file was ignored. :( :(

Can some help??

Greetz RBZAdmin
 
that shoud be written in the munin.conf


##########
contact.someuser.command mail -s "Munin notification" rossixx@xxxyyyzzz.de
contact.someuser.always_send critical
#############
 
Last edited by a moderator:
Back
Top