SVN: nagios-notify/trunk/templates: host-notify-by-email.tmpl notify-by-email.tmpl

glen glen at pld-linux.org
Sat Oct 11 16:54:51 CEST 2008


Author: glen
Date: Sat Oct 11 16:54:51 2008
New Revision: 9897

Modified:
   nagios-notify/trunk/templates/host-notify-by-email.tmpl
   nagios-notify/trunk/templates/notify-by-email.tmpl
Log:
- unify email headers

Modified: nagios-notify/trunk/templates/host-notify-by-email.tmpl
==============================================================================
--- nagios-notify/trunk/templates/host-notify-by-email.tmpl	(original)
+++ nagios-notify/trunk/templates/host-notify-by-email.tmpl	Sat Oct 11 16:54:51 2008
@@ -1,8 +1,8 @@
 X-Mailer: Nagios/$VERSION$
+Content-Type: text/plain; charset="iso8859-1"
 Message-Id: $DATE$@$HOSTNAME$.nagios
 In-Reply-To: $DATE$@$HOSTNAME$.nagios
 To: "$CONTACTALIAS$" <$CONTACTEMAIL$>
-Content-Type: text/plain; charset=iso8859-1
 Subject: Host $HOSTSTATE$ alert for $HOSTNAME$!
 
 ***** Nagios/$VERSION$ *****

Modified: nagios-notify/trunk/templates/notify-by-email.tmpl
==============================================================================
--- nagios-notify/trunk/templates/notify-by-email.tmpl	(original)
+++ nagios-notify/trunk/templates/notify-by-email.tmpl	Sat Oct 11 16:54:51 2008
@@ -1,8 +1,8 @@
 X-Mailer: Nagios/$VERSION$
+Content-Type: text/plain; charset="iso8859-1"
 Message-Id: $SERVICEDESC$.$DATE$@$HOSTALIAS$.nagios
 In-Reply-To: $SERVICEDESC$.$DATE$@$HOSTALIAS$.nagios
 To: "$CONTACTALIAS$" <$CONTACTEMAIL$>
-Content-Type: text/plain; charset=iso8859-1
 Subject: ** $NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **
 
 ***** Nagios/$VERSION$ *****


More information about the pld-cvs-commit mailing list