[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] hosts wildcards in clients-local.cfg
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] hosts wildcards in clients-local.cfg
- From: "Szymon Bakowski" <szymon (at) bakowski.net>
- Date: Sat, 12 Jan 2008 17:29:11 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=Ih7w168CLQMnXtF6Kfqy2nA7uhYYAmfzBjLaU2CPCBE=; b=usiyzN2NTyWm07Z+SCqSlFjtwhEqjao3gdbF7YOsybRvVSCfnHpikO3Pvd5TdaXFnhHS+JKur/8hyhlvJJjXUeUlXttoYrILdjBOP4zDaHDldA5bLi5Eb0jLfWEVe9UsMG7MymAbltcaDilVQkISgUhStVVNKvy2CswTR5Xu0fs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=pz+C6jqFdbG/0s7cnBtstjPsV3dWE5MisPkDSOUTes7tu/9fARsvlFfK6kcSl96mzykMsKIspSxGeclagX/8XYfouB+CoDmvqDkN+Auaq3Qb3Sb995lQbGdevVK6xtsrKHpj4tfzd/RjwMUZ5/0n5NVU7H0sPXs6tI50WI0Lvwg=
>On Thu, Jan 10, 2008 at 12:34:12PM +0000, Szymon.Bakowski (at)
ladbrokes.co.uk wrote:
>> Just wanted to ask a quick question (went through the archive, but haven't
>> found an answer for my question):
>>
>> Is it possible to use host wildcards in clients-local.cfg file ? They do
>> work for me for example in hobbit-clients.cfg but it seems that I can not
>> make it work in clients-local.cfg. In hobbit-clients.cfg I am using for
>> example as follows:
>>
>> HOST=%www..\.foo\.com
>>
>> but it doesn't work in clients-local.cfg.
>
>No, you cannot.
>
>The way around this is to use host "classes". The default class for a
>host is the name of the operating system - that's why the "[linux]" and
>"[hpux]" etc. sections work. You can change the class of a host either
>by configuring it with the CLASS:classname setting in bb-hosts, or by
>specifying the class on the client when you start the Hobbit client.
>
>It is a bit annoying that you cannot use regexp's in client-local.cfg.
>Might be something I change.
>
>
>Regards,
>Henrik
Thank you Henrik for your reply. Classes did help indeed. Can I use
them in other config files like for example in hobbit-clients.cfg ?
Regards
Szymon