<div dir="ltr">When viewing the email alert, the &lt;##URL##&gt; keyword is including [from SLAVE]&nbsp; tacked directly onto the end of the url.&nbsp; This makes the link unclickable from within an email client.&nbsp; Is this something I have configured incorrectly?<br>
<br>I have made a workaround in Smokeping.pm by adding another variable to take the contents of $line before the [from $slave] text is added in, and then including that in the $urlline variable instead of $line.&nbsp; I could have simply inserted a space before the [from $slave] on the line <br>
<br>&nbsp;&nbsp;&nbsp;&nbsp; $line .= &quot;[from $slave]&quot; if $slave; <br><br>to make it clickable. However, these alerts are going to a pager and need to be as clean as possible.&nbsp; Possibly adding the keyword &lt;##SLAVE##&gt; in a future release would make the configuration of mail templates easier.&nbsp; This is of course assuming that I haven&#39;t configured something incorrectly to begin with.<br>
<br>Thanks, <br><br>Nate<br></div>