Greetings,<br><br>I've been able to do some basic regular expression matching using the examples in hobbit-clients.cfg.<br><br>For example, this works fine:<br>HOST=%(server1|server2|server3).domain.com<br><br>But this doesn't:
<br>HOST=%(server*).domain.com<br><br>I'm sure I'm just missing the syntax for wildcard matching?<br><br>Also is there a way to define a test for every server except some hosts?  I have a lot of tests I would love to put in the DEFAULT section, but I have a couple hosts that the tests would fail for.
<br><br>I'm wondering if something like this would be possible?<br>HOST=%(!badhost1|badhost2).domain.com <br><br>Thanks for the help, BM<br><br>