<!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">
Yes.  See the CLASS option in the bb-hosts man page.  Basically you can
define a CLASS (group) of hosts, and then in client-local.cfg you can
do:<br>
<br>
[classname]<br>
log:`find /var/log/httpd -type f -maxdepth 1` size<10000000<br>
<br>
-Charles<br>
<br>
Chuck Danger wrote:
<blockquote
 cite="mid20061120180053.54186.qmail@web38012.mail.mud.yahoo.com"
 type="cite">
  <style type="text/css"><!-- DIV {margin:0px;} --></style>
  <div
 style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
  <div
 style="font-family: times new roman,new york,times,serif; font-size: 12pt;">Thought
I would try this again, maybe I caught people on a weekend...<br>
  <br>
  <div
 style="font-family: times new roman,new york,times,serif; font-size: 12pt;">-----
Original Message ----<br>
From: Chuck Danger <a class="moz-txt-link-rfc2396E" href="mailto:cdanger2k@yahoo.com"><cdanger2k@yahoo.com></a><br>
To: <a class="moz-txt-link-abbreviated" href="mailto:hobbit@hswn.dk">hobbit@hswn.dk</a><br>
Sent: Friday, November 17, 2006 4:25:31 PM<br>
Subject: [hobbit] client-local.cfg question<br>
  <br>
  <div
 style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
  <div>Is there a way in client-local.cfg to group hosts by "like"
hostnames?  For example, if I have:<br>
  <br>
web01<br>
web02<br>
web03<br>
web04<br>
web05<br>
  <br>
And I want to setup file monitoring in /var/log/httpd, is there some
way to group them so that I don't have to define each one?  I'd like to
do something like:<br>
  <br>
[web*]<br>
log:`find /var/log/httpd -type f -maxdepth 1` size<10000000<br>
  <br>
instead of having to do:<br>
  <br>
[web01]<br>
...<br>
[web02]<br>
...<br>
[web03]<br>
...<br>
  <br>
Thanks-<br>
Jay<br>
  </div>
  </div>
  <br>
  </div>
  <br>
  </div>
  </div>
  <br>
</blockquote>
<br>
</body>
</html>