[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] Extra value in the memory graph
- To: <hobbit (at) hswn.dk>
- Subject: RE: [hobbit] Extra value in the memory graph
- From: "Jones, Jason \(Altrincham\)" <JasonAS_Jones (at) mentor.com>
- Date: Tue, 21 Nov 2006 16:31:21 -0000
- Thread-index: AccNhuXpBMZvAAbETPuF4oMEAg+FnwAAqxkQ
- Thread-topic: [hobbit] Extra value in the memory graph
Presumably you want this extra status? If so then you could just alter
the [memory] entry in hobbitgraph.cfg to use the values in that rrd file
(note: I haven't done that before but it should work)
Jason.
________________________________
From: Bart Gillis [mailto:Bart_Gillis (at) msp.be]
Sent: 21 November 2006 13:49
To: hobbit (at) hswn.dk
Subject: [hobbit] Extra value in the memory graph
Hello,
I wrote a script that monitors the committed memory usage of a windows
server.
This script uses BBWin 0.8 client to load these values to hobbit.
The script creates a file "memcommit" in the temp file of the BBWin
client. Each 30 min the values ("realmempct") are send to the Hobbit
where an extra column appears on the display server.
I modified the hobbitserver.cfg,
TEST2RRD="cpu=la,disk,... ,memcommit=ncv"
NCV_memcommit="realmempct:GAUGE"
And guess...
A file memcommit.rrd was created that designed a new graph under the
value of the new test.
So far, all went fine.
However, I'm not interested in 3 or 4 separate columns for my extra
memory tests though I'd like to add this extra value in the existing
memory graph.
I have one restriction; my BBWin client does not allow files that
contain a dot. (ex: memory.memcommit. These are not sent to the Hobbit
server).
In other words, is there a way that the Hobbit server can create a
memory.memcommit.rdd file instead of the memcommit.rdd and how can I
avoid that the extra column memcommit is created?
Thanks in advance,
Bart