Gaute Amundsen <[EMAIL PROTECTED]> writes: > Now the question is, how do I best detect if varnsih should have a > problem? Would it be reasonably reliable to just chek if the pid from > /var/run/varnish.pid is running, do I need to fetch a page, or is > there some better way?
I would recommend retrieving a page (or a set of pages). Simply checking the pid won't help you if Varnish has gone off into la-la land, or been SIGSTOPped or something. DES -- Dag-Erling Smørgrav Senior Software Developer Linpro AS - www.linpro.no _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
