> Varnish has a dedicated (but not always) reliable logger service.  I'd
> like to monitor the logs - specifically I want to check that a known
> entry appears in there every minute (it should be there about 10 times
> a minute).

> What's going to be the best way to carry out this kind of check?  I
> had a look at SEC, but it looks horrifically complicated.

Ever used the seek() and tell() and readline() methods of a file
object? You could probably hack something together pretty quickly with
those.

Alan

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to