Author: glen Date: Tue Jan 22 16:01:40 2008 New Revision: 9194 Modified: nagios-notify/trunk/templates/notify-by-jabber-embedimage.tmpl Log: - template with embed image links
Modified: nagios-notify/trunk/templates/notify-by-jabber-embedimage.tmpl ============================================================================== --- nagios-notify/trunk/templates/notify-by-jabber-embedimage.tmpl (original) +++ nagios-notify/trunk/templates/notify-by-jabber-embedimage.tmpl Tue Jan 22 16:01:40 2008 @@ -1 +1,11 @@ -<a href="https://nagios/nagios/cgi-bin/extinfo.cgi?type=2&host=$HOSTNAME$&service=$SERVICEDESC$">$SERVICEDESC$/$HOSTNAME$</a> <strong>$NOTIFICATIONTYPE$</strong>: $SERVICESTATE$ <kbd>$SERVICEOUTPUT$</kbd> +<a href="$CGIURL$/cmd.cgi?cmd_typ=7&host=$HOSTNAME$&service=$SERVICEDESC$"> +<img width="20" height="20" border="0" title="Re-schedule Next Service Check" + src="data:image/gif;base64,$(base64:$DATADIR$/images/delay.gif)" /> +</a> +<a href="$CGIURL$/cmd.cgi?cmd_typ=56&host=$HOSTNAME$&service=$SERVICEDESC$"> +<img width="20" height="20" border="0" title="Schedule downtime for this service" + src="data:image/gif;base64,$(base64:$DATADIR$/images/downtime.gif)" /> +</a> + + <a href="$CGIURL$/extinfo.cgi?type=2&host=$HOSTNAME$&service=$SERVICEDESC$">$SERVICEDESC$/$HOSTNAME$</a> + <strong>$NOTIFICATIONTYPE$</strong>: $SERVICESTATE$ <kbd>$SERVICEOUTPUT$</kbd> _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
