<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><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></body></html>