Xymon Mailing List Archive search

Graph Limits

list Henrik Størner
Sat, 5 Feb 2005 12:52:37 +0100
Message-Id: <user-299e291365d3@xymon.invalid>

On Sat, Feb 05, 2005 at 04:32:19AM -0700, Charles Jones wrote:
I'm using the bb client on remote machines, including the cpu test...Hobbit just graphs the load average but doesn't include the ps output like yours does. I'm going to guess it's because the bb clients I am using are 1.9e  :-)
You can get that too, if you have "top" installed on the systems.
In your client's etc/bbsys.local, add this:

  TOP="/usr/bin/top"
  TOPARGS="-b -n 1"
  export TOP TOPARGS

This is for "top" on Linux, I think the Solaris parameters need a bit
of tweaking.


Henrik