The data to be graphed can come also in the status message and not only in data messages. The way you send data I think is wrong, you cannot send more messages in one like it could be done with combo messages of bb you've to send one message at a time and to graph cpu the better think you can do is to see exactly what is sended to hobbit by the client cpu module and send exactly the same thing. For example: If you send a status message that contains: Thu Sep 28 12:04:17 2006 up: 9 days, 19:07 CPU Usage= 78%
The cpu rrd module will get the CPU Usage and put the number into the rrd.
If you know a bit of C you can check the source in hobbitd/rrd to check what the various rrd modules want to get as data. To get data out of data message and into rrd you also need to define what to get from there via ncv for example.
Francesco
-----Original Message----- From: news [mailto:news at sea.gmane.org] On Behalf Of Mike Sent: Wednesday, September 27, 2006 10:06 PM To: hobbit at hswn.dk Subject: [hobbit] Re: graphing help please
On 2006-09-26, Mike <mikee at mikee.ath.cx> wrote:
On 2006-09-26, Buchan Milne <bgmilne at staff.telkomsa.net> wrote:
--nextPart1939210.s1LOtCzRWx Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
On Monday 25 September 2006 19:45, Mike wrote:
On 2006-09-25, Mike <mikee at mikee.ath.cx> wrote:
I have hobbit setup and am working on a script to monitor all my platforms (redhat, solaris, irix, tru64, windows, etc). I have the script
which script?
I am in a small development site that has one of many different platforms. I have written a script in tcl that should/will run on all platforms to gather the monitoring data. The tcl script is what I mention above. I'm happy to release my tcl script once it is complete.
running as a test on my local, windows=20 workstation.
Which client are you using ?
I am using the tcl script I mention above. I know the script is working as I do get status messages from the tcl client into hobbitd on one of my linux boxes.
The status seems to be reporting properly from=20 the script through the bb2.html page on to notifications. What I want to see next is a graph of these values. The current value is the simulated one minute load percentage from windows. I know this value is being sent to hobbitd since I'm getting notifications based on the colors (clear/green/yellow/red) I'm sending to hobbitd.
Do I need to cycle hobbitd?
Mike
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
I have found the hobbit-graph.cfg file.
You shouldn't need to touch anything here.
I agree, though I do not understand why the graphs are not showing up.
Seems the data is not making it to rrd. Is there a log file somewhere that might show why the data is not parsed or not making it to rrd?
Mike
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk