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

glen cvs at pld-linux.org
Fri Aug 4 01:33:03 CEST 2006


Author: glen
Date: Fri Aug  4 01:33:02 2006
New Revision: 7575

Added:
   nagios-notify/trunk/templates/
   nagios-notify/trunk/templates/host-notify-by-eggdrop.tmpl
   nagios-notify/trunk/templates/host-notify-by-email.tmpl
   nagios-notify/trunk/templates/host-notify-by-jabber.tmpl
   nagios-notify/trunk/templates/host-notify-by-sms.tmpl
   nagios-notify/trunk/templates/notify-by-eggdrop.tmpl
   nagios-notify/trunk/templates/notify-by-email.tmpl
   nagios-notify/trunk/templates/notify-by-jabber.tmpl
   nagios-notify/trunk/templates/notify-by-sms.tmpl
Log:
- Import templates

Added: nagios-notify/trunk/templates/host-notify-by-eggdrop.tmpl
==============================================================================
--- (empty file)
+++ nagios-notify/trunk/templates/host-notify-by-eggdrop.tmpl	Fri Aug  4 01:33:02 2006
@@ -0,0 +1 @@
+$NOTIFICATIONTYPE$ alert - Host $HOSTNAME$ is $HOSTSTATE$

Added: nagios-notify/trunk/templates/host-notify-by-email.tmpl
==============================================================================
--- (empty file)
+++ nagios-notify/trunk/templates/host-notify-by-email.tmpl	Fri Aug  4 01:33:02 2006
@@ -0,0 +1,15 @@
+X-Mailer: Nagios/$VERSION$
+Message-Id: $DATE$@$HOSTNAME$.nagios
+In-Reply-To: $DATE$@$HOSTNAME$.nagios
+To: "$CONTACTALIAS$" <$CONTACTEMAIL$>
+Subject: Host $HOSTSTATE$ alert for $HOSTNAME$!
+
+***** Nagios/$VERSION$ *****
+
+Notification Type: $NOTIFICATIONTYPE$
+Host: $HOSTNAME$
+State: $HOSTSTATE$
+Address: $HOSTADDRESS$
+Info: $HOSTOUTPUT$
+
+Date/Time: $LONGDATETIME$

Added: nagios-notify/trunk/templates/host-notify-by-jabber.tmpl
==============================================================================
--- (empty file)
+++ nagios-notify/trunk/templates/host-notify-by-jabber.tmpl	Fri Aug  4 01:33:02 2006
@@ -0,0 +1,2 @@
+$HOSTNAME$ $NOTIFICATIONTYPE$: $HOSTSTATE$
+$HOSTOUTPUT$

Added: nagios-notify/trunk/templates/host-notify-by-sms.tmpl
==============================================================================
--- (empty file)
+++ nagios-notify/trunk/templates/host-notify-by-sms.tmpl	Fri Aug  4 01:33:02 2006
@@ -0,0 +1,7 @@
+X-Mailer: Nagios/$VERSION$
+To: $CONTACTEMAIL$
+Date: $LONGDATETIME$
+From: $HOSTNAME$@nagios.0
+Subject: $HOSTSTATE$
+
+$HOSTOUTPUT$

Added: nagios-notify/trunk/templates/notify-by-eggdrop.tmpl
==============================================================================
--- (empty file)
+++ nagios-notify/trunk/templates/notify-by-eggdrop.tmpl	Fri Aug  4 01:33:02 2006
@@ -0,0 +1 @@
+$NOTIFICATIONTYPE$: $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$: $SERVICEOUTPUT$

Added: nagios-notify/trunk/templates/notify-by-email.tmpl
==============================================================================
--- (empty file)
+++ nagios-notify/trunk/templates/notify-by-email.tmpl	Fri Aug  4 01:33:02 2006
@@ -0,0 +1,20 @@
+X-Mailer: Nagios/$VERSION$
+Message-Id: $SERVICEDESC$.$DATE$@$HOSTALIAS$.nagios
+In-Reply-To: $SERVICEDESC$.$DATE$@$HOSTALIAS$.nagios
+To: "$CONTACTALIAS$" <$CONTACTEMAIL$>
+Subject: ** $NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **
+
+***** Nagios/$VERSION$ *****
+
+Notification Type: $NOTIFICATIONTYPE$
+
+Service: $SERVICEDESC$
+Host: $HOSTALIAS$
+Address: $HOSTADDRESS$
+State: $SERVICESTATE$
+
+Date/Time: $LONGDATETIME$
+
+Additional Info:
+
+$SERVICEOUTPUT$

Added: nagios-notify/trunk/templates/notify-by-jabber.tmpl
==============================================================================
--- (empty file)
+++ nagios-notify/trunk/templates/notify-by-jabber.tmpl	Fri Aug  4 01:33:02 2006
@@ -0,0 +1,2 @@
+$SERVICEDESC$/$HOSTNAME$ $NOTIFICATIONTYPE$: $SERVICESTATE$
+$SERVICEOUTPUT$

Added: nagios-notify/trunk/templates/notify-by-sms.tmpl
==============================================================================
--- (empty file)
+++ nagios-notify/trunk/templates/notify-by-sms.tmpl	Fri Aug  4 01:33:02 2006
@@ -0,0 +1,7 @@
+X-Mailer: Nagios/$VERSION$
+To: $CONTACTEMAIL$
+Date: $LONGDATETIME$
+From: $SERVICEDESC$@$HOSTNAME$.0
+Subject: $SERVICESTATE$
+
+$SERVICEOUTPUT$


More information about the pld-cvs-commit mailing list