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: [EMAIL PROTECTED] +In-Reply-To: [EMAIL PROTECTED] +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: [EMAIL PROTECTED] +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: [EMAIL PROTECTED] +In-Reply-To: [EMAIL PROTECTED] +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: [EMAIL PROTECTED] +Subject: $SERVICESTATE$ + +$SERVICEOUTPUT$ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
