[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] bb-memory.sh w/ hobbits larrd
On Sat, Jan 15, 2005 at 05:09:18PM -0700, Charles Jones wrote:
> Henrik Stoerner wrote:
>
> >On Sat, Jan 15, 2005 at 12:06:20PM -0700, Charles Jones wrote:
> >>I am running bb-memory on the client side, which produces "mem"
> >>column.
> >>How can I get hobbit to include larrd graphs for this?
> >
> >Add "mem=memory" to the LARRDS setting in hobbitserver.cfg,
> >this makes Hobbit pick up the data from the "mem" reports and
> >store them in RRD files.
> >
> Thats great! Is it possible to specify more than one, ie.
> "mem,memory=memory"? Because I'm thinking adding "mem=memory" will make
> my mem reports start trending, but I will probably lose the Win32 one
> that is reporting as "memory".
No, both will work. There is already a simple "memory" in the
default LARRDS setting - this is short-hand for "memory=memory",
and you should just keep that one, adding a "mem=memory" somewhere
in the list. E.g.
LARRDS="cpu,disk,memory,mem=memory,....."
Henrik