notify by mail does not work

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
taiskorgon
Posts: 1
Joined: Wed Oct 19, 2011 9:27 am

notify by mail does not work

Post by taiskorgon »

hello,

if the message or subject contains german umlauts (öäüß), nagios doesn't send the email. Hwo can I configure nagios to send mails with these special chars?

thanks in advance
ts
crfriend
Posts: 61
Joined: Thu Sep 01, 2011 7:53 am
Location: Central New England (USA)
Contact:

Re: notify by mail does not work

Post by crfriend »

You may have to acquire/write/configure a mail-sending plugin that'll take the output from Nagios and convert it into quoted-printable MIME to get the special characters to be accepted by the local MTA. Remember to sent your "Content-Type:" header properly. I am assuming that you've been able to send messages from Nagios that do *not* contain the umlauts.
Locked