[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Regular Expression problem
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Regular Expression problem
- From: "Steve Holmes" <sholmes42 (at) mac.com>
- Date: Fri, 14 Mar 2008 14:35:06 -0400
- 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:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=HingSAXnphQCq+VoSKUOE/3/Kobv4Q2ok63sPG2uVPA=; b=YuxFjj0XUfAwdfAywdaHEl+81TYK5Cks3j164nH2pzjBrOHcDVSnCqXyw3+30uMjSLjXkh2Bz9XfcNNXEI/ojEMv+A3Jff9G0FA7uosXOo/bk1V6PdMXHicArz2W0DpZERqyMI+DHffYTDww7NHTZfZ/ZPWZJIIYZxrhGepEp8k=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=MNgyfqfGcwxGWnCpG8ExL7blT6chpCNmizRKXyTB2CgLGzyCmzfDhAtiUILuQ7liaD5Od6haaXgHq/W3va04tQ7/DEeJovSI1fnZyPVWp+UBGNc1hBwlsveS7uITdixOHSykdM0+8O3+hk/SdE4HG1hlbPx0fDbSgsPIiuLigwc=
- References: <43be87180803130729s1aeb7490i11dda57143e9a53a (at) mail.gmail.com> <A118035B8FE00C4081E2EA8016E8608EA18976 (at) Verona.namerica.idexxi.com>
I think the problem is that the file list produced by the ls in the back
ticks is showing up as a list all on one line rather than a list of files
one per line. Not absolutely sure about that, but if you do an echo `ls -1d
./someregexp` it produces one line of output. It might work to actually
write a script to make sure the output has newlines between the file names
and then run that in the hobbit config instead of the ls.
Beyond that I have no idea.
Steve.
On Thu, Mar 13, 2008 at 12:48 PM, Manocchia, Robert <
Robert-Manocchia (at) idexx.com> wrote:
> The files do not show up in the client data listing on the server
>
>
>
> I tried the following in local-clients.cfg: file:`ls -1d
> /usr/sap/PRD/D01/work/core` and it worked. It just doesn't like the D0*
> expression.
>
>
>
> Here is the cut and paste for each
>
>
>
> local-clients.cfg: file:`ls -1d /usr/sap/PRD/D01/work/core`
>
> hobbit-clients.cfg: FILE "%/usr/sap/PRD/D0.*/work/core"
> NOEXIST yellow
>
>
>
>
>
>
>
> -----Original Message-----
> *From:* sholmes42 (at) gmail.com [mailto:sholmes42 (at) gmail.com] *On Behalf Of *Steve
> Holmes
> *Sent:* Thursday, March 13, 2008 10:29 AM
> *To:* hobbit (at) hswn.dk
> *Subject:* Re: [hobbit] Regular Expression problem
>
>
>
> Robert,
>
>
>
> Do the files show up in the client data listing on the server?
>
> You might need to put the match string in the FILE statement in
> hobbit-clients.cfg in double quotes.
>
>
>
> Steve.
>
> On Thu, Mar 13, 2008 at 9:47 AM, Manocchia, Robert <
> Robert-Manocchia (at) idexx.com> wrote:
>
> I have the following scenario. I want to monitor the creation
> of core files in the following directories /usr/sap/PRD/D01/work,
> /usr/sap/PRD/D02/work, usr/sap/PRD/D03/work, /usr/sap/PRD/D04/work,
> /usr/sap/PRD/D05/work, and /usr/sap/PRD/D06/work.
>
>
>
> I have the following:
>
>
>
> 1. In client-local.cfg: [server1]
>
> File:`ls -1d
> /usr/sap/PRD/D0*/work/core`
>
>
>
> 2. In hobbit-clients.cfg: FILE %/usr/sap/PRD/D0.*/work/core NOEXIST
> yellow
>
>
>
> 3. And in hobbit-alerts.cfg: MAIL Me (at) domain.com COLOR=yellow
> RECOVERED
>
>
>
> This is not working. When click on the files for this server I
> do not see these files being selected.
>
>
>
> Any help would be appreciated.
>
>
>
>
> --
> There is no greater gift to an insecure leader that quite matches a vague
> enemy who can be used to whip up fear and hatred among the population.
> -Paul Rusesabagina, humanitarian (b. 1954)
>
> Human beings are perhaps never more frightening than when they are
> convinced beyond doubt that they are right. -Laurens van der Post,
> explorer
> and writer (1906-1996)
>
--
There is no greater gift to an insecure leader that quite matches a vague
enemy who can be used to whip up fear and hatred among the population.
-Paul Rusesabagina, humanitarian (b. 1954)
Human beings are perhaps never more frightening than when they are
convinced beyond doubt that they are right. -Laurens van der Post, explorer
and writer (1906-1996)