Tobias Oetiker wrote: > > Today Warrick FitzGerald wrote: > > > > Hi Warrick, > > > Hi All, > > > > I am using the echoping probe and am trying to get the alerts to work. > > However it seems that I am getting the pattern incorrect for some reason > > > > When my rrd patter goes from > > <v> 5.0609933333e-02 </v> > > to > > <v> 1.3740550000e-01 </v> > > > > I would like to send an alert, however I tried both of the following > > syntax and neither will compile ... > > > > +rttdetect > > type = rtt > > pattern = <0.10,>0.10,>0.10 > > comment = routing mesed up again ? > > > > +rttdetect > > type = rtt > > pattern = <1.0e-01,<1.0e-01 > > comment = routing mesed up again ? > > the rtt has to be specified in milli seconds ... at the moment I am > not allowing commas there ... > > I am just putting up a new version of the program which allows sub > milli second numbers in patterns > > cheers > tobi > >
I'm a little bit puzzled ... shouldn't Warrick have to define alerts with *different* names, like +rtthighdetect type = rtt pattern = <0.1,>0.1,>0.1 comment = routing messed up +rttnormaldetect type = rtt pattern = <0.1, <0.1 comment = routing normal again -- Arnold -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/smokeping-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
