[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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