OK,

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?

  I've got the following in my config:
################################################
# DON'T TOUCH UNLESS YOU KNOW WHAT YOU'RE DOING
# BETWEEN THESE MARKS!
################################################
sendmail = /usr/sbin/sendmail
imgcache = /var/www/smokeping
imgurl   = ../smokeping
datadir  = /var/lib/smokeping
piddir   = /var/run/smokeping
smokemail = /etc/smokeping-2.2.6/smokemail
tmail    = /etc/smokeping-2.2.6/tmail
################################################
# END OF DON'T TOUCH SECTION
################################################


# Please edit this to suit your installation
owner    = Ian Griswold
contact  = [EMAIL PROTECTED] 
cgiurl   = http://172.30.219.135/cgi-bin/smokeping.cgi
mailhost = mailrelay.corp.globalpay.com
# specify this to get syslog logging
syslogfacility = local0
# each probe is now run in its own process
# disable this to revert to the old behaviour
concurrentprobes = yes

*** Alerts ***
to = [EMAIL PROTECTED] 
from = [EMAIL PROTECTED]
#edgetrigger = yes

+bigloss
type = loss
# in percent
pattern = ==0%,==0%,==0%,==0%,>0%,>20%,>30%
comment = suddenly there is packet loss

+someloss
type = loss
# in percent
pattern = >0%,*12*,>0%,*12*,>0%
comment = loss 3 times  in a row

+startloss
type = loss
# in percent
pattern = ==S,>0%,>0%,>0%
comment = loss at startup

+rttdetect
type = rtt
# in milli seconds
pattern = <10,<10,<10,<10,<10,<100,>100,>100,>100
comment = routing mesed up again ?

 +lossdetect
 type = loss
 # in percent
 pattern = ==0%,==0%,==0%,==0%,>20%,>20%,>20%
 comment = suddenly there is packet loss

 +miniloss
 type = loss
 # in percent
 pattern = >0%,*12*,>0%,*12*,>0%
 comment = detected loss 3 times over the last two hours

 +rttbadstart
 type = rtt
 # in milliseconds
 pattern = ==S,==U
 comment = offline at startup



_______________________________________________
smokeping-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users

Reply via email to