<!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. I generate test email's just fine using tSmoke, and there is nothing stuck in the mailq. . . For example I've got a IPSec connection that drops >40% several times a day. Used to trigger bigloss every time, but not anymore. Anyone got any good suggestions?<BR>
<BR>
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 = ../smokeping<BR>
datadir = /var/lib/smokeping<BR>
piddir = /var/run/smokeping<BR>
smokemail = /etc/smokeping-2.2.6/smokemail<BR>
tmail = /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 = Ian Griswold<BR>
contact = ian.griswold@glo###########.com <BR>
cgiurl = <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%,>0%,>20%,>30%<BR>
comment = suddenly there is packet loss<BR>
<BR>
+someloss<BR>
type = loss<BR>
# in percent<BR>
pattern = >0%,*12*,>0%,*12*,>0%<BR>
comment = loss 3 times in a row<BR>
<BR>
+startloss<BR>
type = loss<BR>
# in percent<BR>
pattern = ==S,>0%,>0%,>0%<BR>
comment = loss at startup<BR>
<BR>
+rttdetect<BR>
type = rtt<BR>
# in milli seconds<BR>
pattern = <10,<10,<10,<10,<10,<100,>100,>100,>100<BR>
comment = routing mesed up again ?<BR>
<BR>
+lossdetect<BR>
type = loss<BR>
# in percent<BR>
pattern = ==0%,==0%,==0%,==0%,>20%,>20%,>20%<BR>
comment = suddenly there is packet loss<BR>
<BR>
+miniloss<BR>
type = loss<BR>
# in percent<BR>
pattern = >0%,*12*,>0%,*12*,>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>