Hello all, I was trying to figure out how to use *X* in packet loss patterns (for alerts). According to the example config that ships with smokeping:
+someloss type = loss # in percent pattern = >0%,*12*,>0%,*12*,>0% comment = loss 3 times in a row whereas the same pattern (with a different name) in $SMOKEPING/doc/smokeping_config.5 : +miniloss type = loss # in percent pattern = >0%,*12*,>0%,*12*,>0% comment = detected loss 3 times over the last two hours The comment in "miniloss" makes more sense to me than the one in "someloss". Anyway, if I wanted to write a pattern that would detect loss 4 times in 40 minutes, would the following pattern be correct? pattern = >0%,*8*,>0%,*8*,>0%,*8*,>0% -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/smokeping-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
