Hi Alan, Today Alan Scott wrote:
> pattern = <25,>40 > [...] > All I am after is to be sent an email if the latency changes from below > 24ms to above 40ms. Does this look correct or do I have the syntax > wrong? yes, but you pattern requires the latency to jump from <25 to >40 in a single step ... so it would not match 24,31,41 it would only match 24,41 cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch [email protected] ++41 62 775 9902 / sb: -9900 _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
