<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
After searching the Hobbit mailing list, I believe the answer to this
question is "no". All I found is mention of how Henrik first created
the linecount functionality
(<a class="moz-txt-link-freetext" href="http://www.hswn.dk/hobbiton/2006/06/msg00084.html">http://www.hswn.dk/hobbiton/2006/06/msg00084.html</a>). <br>
<br>
So it looks like I will have to implement this myself.  I'm thinking
this would be easiest to do as a <b>server</b> side ext script, rather
than client, since I am using the linecount option, the hobbit client
is already sending the number of times the keyword appears in the <i>client
data</i>.  Here's a snippet of my client data message for a particular
host:<br>
<br>
<pre>[linecount:/apps/apache/logs/access_main_log]
SessionTimeouts: 1683</pre>
<b>So I guess my question is now, how can I access client data for a
host from a server side ext script?</b><br>
I tried doing a recursive grep for "Session" in the data and tmp
directories, and found nothing?<br>
<br>
-Charles<br>
<br>
Charles Jones wrote:
<blockquote cite="mid457DA62A.1020801@cisco.com" type="cite">Is this
possible without an ext script?
  <br>
  <br>
-Charles
  <br>
</blockquote>
<br>
</body>
</html>