NCV trouble
list Scot Kreienkamp
Hi everyone,
This is my first attempt at getting the NCV module working and I'm
having trouble getting the graph to work. The broken image shows up in
the test page and the trends page for my custom test and the RRD file
exists and is recording values, so I think it's my graph definition.
But I can't figure out what about it is wrong.
Here's the top part of the RRD from the dump:
rrdtool dump /home/hobbit/data/rrd/retv6000.na.lzb.hq/lowmem.rrd
<!-- Round Robin Database Dump --><rrd> <version> 0003 </version>
<step> 300 </step> <!-- Seconds -->
<lastupdate> 1238122513 </lastupdate> <!-- 2009-03-26 22:55:13
EDT -->
<ds>
<name> lowmem </name>
<type> GAUGE </type>
<minimal_heartbeat> 600 </minimal_heartbeat>
<min> NaN </min>
<max> NaN </max>
<!-- PDP Status -->
<last_ds> 686268 </last_ds>
<value> 8.9214840000e+06 </value>
<unknown_sec> 0 </unknown_sec>
</ds>
Here's the section from hobbitgraph.cfg:
[lowmem]
TITLE Low memory usage
YAXIS kb
DEF:memory=lowmem.rrd:lowmem:AVERAGE
LINE2:memory#00CCC:Memory Usage
I'd appreciate some help in getting this working.
Thanks,
Scot Kreienkamp
La-Z-Boy Inc.
list Vernon Everett
Not an expert, but I think it might be getting grumpy about your colour definition. I think hex colour definitions need be 6 characters. You have 5. Check here for more colour options. http://html-color-codes.com/ Cheers Vernon
▸
From: Scot Kreienkamp [mailto:user-462cf0b6d846@xymon.invalid]
Sent: Friday, 27 March 2009 12:12 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] NCV trouble
Hi everyone,
This is my first attempt at getting the NCV module working and I'm having trouble getting the graph to work. The broken image shows up in the test page and the trends page for my custom test and the RRD file exists and is recording values, so I think it's my graph definition. But I can't figure out what about it is wrong.
Here's the top part of the RRD from the dump:
rrdtool dump /home/hobbit/data/rrd/retv6000.na.lzb.hq/lowmem.rrd
<!-- Round Robin Database Dump --><rrd> <version> 0003 </version>
<step> 300 </step> <!-- Seconds -->
<lastupdate> 1238122513 </lastupdate> <!-- 2009-03-26 22:55:13 EDT -->
<ds>
<name> lowmem </name>
<type> GAUGE </type>
<minimal_heartbeat> 600 </minimal_heartbeat>
<min> NaN </min>
<max> NaN </max>
<!-- PDP Status -->
<last_ds> 686268 </last_ds>
<value> 8.9214840000e+06 </value>
<unknown_sec> 0 </unknown_sec>
</ds>
Here's the section from hobbitgraph.cfg:
[lowmem]
TITLE Low memory usage
YAXIS kb
DEF:memory=lowmem.rrd:lowmem:AVERAGE
LINE2:memory#00CCC:Memory Usage
I'd appreciate some help in getting this working.
Thanks,
Scot Kreienkamp
La-Z-Boy Inc.
NOTICE: This email and any attachments are confidential. They may contain legally privileged information or copyright material. You must not read, copy, use or disclose them without authorisation. If you are not an intended recipient, please contact us at once by return email and then delete both messages and all attachments.
list Scot Kreienkamp
That was it. Thanks Vernon! Thanks, Scot Kreienkamp La-Z-Boy Inc.
▸
From: Everett, Vernon [mailto:user-9da1a1882f49@xymon.invalid] Sent: Thursday, March 26, 2009 11:27 PM To: user-ae9b8668bcde@xymon.invalid Cc: Scot Kreienkamp Subject: [hobbit] RE: NCV trouble Not an expert, but I think it might be getting grumpy about your colour definition. I think hex colour definitions need be 6 characters. You have 5. Check here for more colour options. http://html-color-codes.com/ Cheers Vernon From: Scot Kreienkamp [mailto:user-462cf0b6d846@xymon.invalid] Sent: Friday, 27 March 2009 12:12 PM To: user-ae9b8668bcde@xymon.invalid Subject: [hobbit] NCV trouble Hi everyone, This is my first attempt at getting the NCV module working and I'm having trouble getting the graph to work. The broken image shows up in the test page and the trends page for my custom test and the RRD file exists and is recording values, so I think it's my graph definition. But I can't figure out what about it is wrong. Here's the top part of the RRD from the dump: rrdtool dump /home/hobbit/data/rrd/retv6000.na.lzb.hq/lowmem.rrd <!-- Round Robin Database Dump --><rrd> <version> 0003 </version> <step> 300 </step> <!-- Seconds --> <lastupdate> 1238122513 </lastupdate> <!-- 2009-03-26 22:55:13 EDT --> <ds> <name> lowmem </name> <type> GAUGE </type> <minimal_heartbeat> 600 </minimal_heartbeat> <min> NaN </min> <max> NaN </max> <!-- PDP Status --> <last_ds> 686268 </last_ds> <value> 8.9214840000e+06 </value> <unknown_sec> 0 </unknown_sec> </ds> Here's the section from hobbitgraph.cfg: [lowmem] TITLE Low memory usage YAXIS kb DEF:memory=lowmem.rrd:lowmem:AVERAGE LINE2:memory#00CCC:Memory Usage I'd appreciate some help in getting this working. Thanks, Scot Kreienkamp La-Z-Boy Inc. NOTICE: This email and any attachments are confidential. They may contain legally privileged information or copyright material. You must not read, copy, use or disclose them without authorisation. If you are not an intended recipient, please contact us at once by return email and then delete both messages and all attachments.