<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.1">
</HEAD>
<BODY>
OK,<BR>
<BR>
So I upgraded to 2.2.6 and got everything working, except now I notice that I'm not generating any alerts.&nbsp; I generate test email's just fine using tSmoke, and there is nothing stuck in the mailq. . .&nbsp; For example I've got a IPSec connection that drops &gt;40% several times a day.&nbsp; Used to trigger bigloss every time, but not anymore.&nbsp; Anyone got any good suggestions?<BR>
<BR>
&nbsp; I've got the following in my config:<BR>
################################################<BR>
# DON'T TOUCH UNLESS YOU KNOW WHAT YOU'RE DOING<BR>
# BETWEEN THESE MARKS!<BR>
################################################<BR>
sendmail = /usr/sbin/sendmail<BR>
imgcache = /var/www/smokeping<BR>
imgurl&nbsp;&nbsp; = ../smokeping<BR>
datadir&nbsp; = /var/lib/smokeping<BR>
piddir&nbsp;&nbsp; = /var/run/smokeping<BR>
smokemail = /etc/smokeping-2.2.6/smokemail<BR>
tmail&nbsp;&nbsp;&nbsp; = /etc/smokeping-2.2.6/tmail<BR>
################################################<BR>
# END OF DON'T TOUCH SECTION<BR>
################################################<BR>
<BR>
<BR>
# Please edit this to suit your installation<BR>
owner&nbsp;&nbsp;&nbsp; = Ian Griswold<BR>
contact&nbsp; = ian.griswold@glo###########.com <BR>
cgiurl&nbsp;&nbsp; = <A HREF="http://172.30.219.135/cgi-bin/smokeping.cgi">http://172.30.219.135/cgi-bin/smokeping.cgi</A><BR>
mailhost = mailrelay.corp.globalpay.com<BR>
# specify this to get syslog logging<BR>
syslogfacility = local0<BR>
# each probe is now run in its own process<BR>
# disable this to revert to the old behaviour<BR>
concurrentprobes = yes<BR>
<BR>
*** Alerts ***<BR>
to = smoke.alert@gl#########.com <BR>
from = <A HREF="mailto:smoke.alert@globalpay.com">smoke.alert@glo##########.com</A><BR>
#edgetrigger = yes<BR>
<BR>
+bigloss<BR>
type = loss<BR>
# in percent<BR>
pattern = ==0%,==0%,==0%,==0%,&gt;0%,&gt;20%,&gt;30%<BR>
comment = suddenly there is packet loss<BR>
<BR>
+someloss<BR>
type = loss<BR>
# in percent<BR>
pattern = &gt;0%,*12*,&gt;0%,*12*,&gt;0%<BR>
comment = loss 3 times&nbsp; in a row<BR>
<BR>
+startloss<BR>
type = loss<BR>
# in percent<BR>
pattern = ==S,&gt;0%,&gt;0%,&gt;0%<BR>
comment = loss at startup<BR>
<BR>
+rttdetect<BR>
type = rtt<BR>
# in milli seconds<BR>
pattern = &lt;10,&lt;10,&lt;10,&lt;10,&lt;10,&lt;100,&gt;100,&gt;100,&gt;100<BR>
comment = routing mesed up again ?<BR>
<BR>
 +lossdetect<BR>
 type = loss<BR>
 # in percent<BR>
 pattern = ==0%,==0%,==0%,==0%,&gt;20%,&gt;20%,&gt;20%<BR>
 comment = suddenly there is packet loss<BR>
<BR>
 +miniloss<BR>
 type = loss<BR>
 # in percent<BR>
 pattern = &gt;0%,*12*,&gt;0%,*12*,&gt;0%<BR>
 comment = detected loss 3 times over the last two hours<BR>
<BR>
 +rttbadstart<BR>
 type = rtt<BR>
 # in milliseconds<BR>
 pattern = ==S,==U<BR>
 comment = offline at startup<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>