BB Unix Network Monitor - Message
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: {bb} Wildcards in bb-proctab entires
On Wed, 2006-09-06 at 21:15, Larry Sabados (IT) wrote:
> Hello-
>
> I am having a problem and I think it's related to the size of one of
> the bb-proctab lines. The line is
>
> localhost :: "WsServer /BSH/usr/local/WebSphere/AppServer/profiles/
> BSHPRAS01/config BSHPRCell01 BSHPRNode01 BSHNode01AS;=2"
>
> This does not work and returns a red alert. Although this line
> "/BSH/usr/local/WebSphere/AppServer/profiles/BSHPRAS01/config
> BSHPRCell01 BSHPRNode01 BSHNode01AS;=2"
>
> ...does work. Is there anyway I can specify wildcards within a search
> string?
It is essentially a regular expression, so normal regexp special
characters should work. You may have to escape some things with
backslashes, to prevent shell expansion, and it's usually better
to simply replace colons with periods (because they are used as
field delimiters). Overall, it's normally best to try and use
the minimum specification to match only the process(es) that
you are interested in.
Cheers, Phil.
--
Let me assure you that to us here at First National, you're not
just a number. You're two numbers, a dash, three more numbers,
another dash and another number. (James Estes)
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.
Home |
Main Index |
Thread Index