Thanks...
Works, Great now. Can I add different alert levels
like this:
HOST=System011
LOG /opt/IBM/WebSphere/logs/SystemOut.log %Error|Warning COLOR=YELLOW
LOG /opt/IBM/WebSphere/logs/SystemOut.log %Assertion COLOR=RED
Thanks...James
-----Original Message-----
From: Henrik Stoerner [mailto:user-ce4a2c883f75@xymon.invalid]
Sent: Friday, November 17, 2006 2:10 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] WebSphere Monitoring
On Thu, Nov 16, 2006 at 04:38:32PM -0600, James Wade wrote:
I tried adding another logfile monitor today,
and I didn't have much success. I put it on
both the client side and server side, but it
never seemed to send any data.
HOST=myhost
LOG /opt/WebSphere/AppServer3/log/Weblog.out
Put it in the localclient.cfg on the client, and
in the hobbit-clients.cfg on the server.
Wrong. In client-local.cfg, put
[myhost]
log:/opt/WebSphere/AppServer3/log/Weblog.out
In hobbit-clients.cfg, put
HOST=myhost
LOG /opt/WebSphere/AppServer3/log/Weblog.out %Error|Warning
if you want to react to the words "Error" or "Warning" showing up in the
logfile.
Both of these configuration files are on the Hobbit server only.
Regards,
Henrik