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 creationof 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:
In client-local.cfg: [server1] File:`ls -1d/usr/sap/PRD/D0*/work/core`
In hobbit-clients.cfg: FILE %/usr/sap/PRD/D0.*/work/core NOEXISTyellow
And in hobbit-alerts.cfg: MAIL Me at domain.com COLOR=yellowRECOVERED
This is not working. When click on the files for this server Ido 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)