Sure, you just need to modify the command, which sends the e-mail.<br>For example:<br><br># 'notify-service-by-email' command definition<br>define command{<br>        command_name    notify-service-by-email<br>        command_line    /usr/bin/printf "%b" "***** Nagios *****\n\nNotification Type: $NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost: $HOSTALIAS$\nAddress: $HOSTADDRESS$\nState: $SERVICESTATE$\n\nDate/Time: $LONGDATETIME$\n\nAdditional Info:\n\n$SERVICEOUTPUT$<span style="color:rgb(255,0,0)">\nYOURURL</span>" | /usr/bin/mailx -s "** $NOTIFICATIONTYPE$ Serv<br>
ice Alert: $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **" $CONTACTEMAIL$<br>        }<br><br><br><div class="gmail_quote">On Sun, Feb 5, 2012 at 2:11 PM, Nelson Serafica <span dir="ltr"><<a href="mailto:ntserafica@gmail.com">ntserafica@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><font face="tahoma, sans-serif">I just want to confirm. Would it be possible to modify the email content for each services? I have an email alert and I want to put an info (e.g. url) on the content of the email. Below is sample of the email content.<br>


</font><div><font face="tahoma, sans-serif"><br></font></div><div><font face="'courier new', monospace"><span>***** Nagios *****</span><br><br><span>Notification Type: PROBLEM</span><br>

<br><span>Service: SMTP_25</span><br><span>Host: mta</span><br><span>Address: 10.0.1.20</span><br><span>State: CRITICAL</span><br><br><span>Date/Time: Sun Feb 5 21:02:47 EST 2012</span><br>

<br><span>Additional Info:</span><br><br><span>CRITICAL - Socket timeout after 10 seconds    </span></font></div><div><span><font color="#ff0000" face="'courier new', monospace"><b><------ I want to put a URL here -----></b></font></span></div>


<div><font face="tahoma, sans-serif"><span><br></span></font></div><div><font face="tahoma, sans-serif"><span><br></span></font></div><div><font face="tahoma, sans-serif"><span><br></span></font></div>
<br>------------------------------------------------------------------------------<br>
Try before you buy = See our experts in action!<br>
The most comprehensive online learning library for Microsoft developers<br>
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,<br>
Metro Style Apps, more. Free future releases when you subscribe now!<br>
<a href="http://p.sf.net/sfu/learndevnow-dev2" target="_blank">http://p.sf.net/sfu/learndevnow-dev2</a><br>_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br></blockquote></div><br>