<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19412"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>I'm a graphing newbie and can't get the graph to work. Could anyone please help? This is to measure internet latency, the test is called "internet". This is running over four hosts, so we should be getting four sets of graphs. The rrd file is created, but I just see NaN values, no data is being recorded. </DIV>
<DIV> </DIV>
<DIV>many thanks, Phil</DIV>
<DIV> </DIV>
<DIV>I've got the following data coming in from an ext script every 10 mintues:</DIV>
<DIV> </DIV>
<DIV>google : 0.15<BR>businessspectator : 1.28<BR>bloomberg : 0.05<BR>-------------------------------------</DIV>
<DIV> </DIV>
<DIV>I set this up as a gauge graph. Here is one of the entries:</DIV>
<DIV> </DIV>
<DIV>        <ds><BR>                <name> google </name><BR>                <type> GAUGE </type><BR>                <minimal_heartbeat> 600 </minimal_heartbeat><BR>                <min> NaN </min><BR>                <max> NaN </max></DIV>
<DIV> </DIV>
<DIV>                <!-- PDP Status --><BR>                <last_ds> U </last_ds><BR>                <value> 0.0000000000e+00 </value><BR>                <unknown_sec> 172 </unknown_sec><BR>        </ds><BR></DIV>
<DIV> </DIV>
<DIV>----------------------------------------------------</DIV>
<DIV>Here are the config files.</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>in xymonserver.cfg:</DIV>
<DIV> </DIV>
<DIV>I added this to the GRAPHS string: internet=ncv</DIV>
<DIV> </DIV>
<DIV>and put in this line after that </DIV>
<DIV> </DIV>
<DIV>NCV_internet="google:GAUGE,businessspectator:GAUGE,bloomberg:GAUGE"</DIV>
<DIV> </DIV>
<DIV>-------------------------------------</DIV>
<DIV> </DIV>
<DIV>graphs.cfg:</DIV>
<DIV> </DIV>
<DIV>[internet]<BR>        TITLE Internet Latency<BR>        YAXIS Seconds<BR>        DEF:google=internet.rrd:google:GAUGE<BR>        DEF:businessspectator=internet.rrd:businessspectator:GAUGE<BR>        DEF:bloomberg=internet.rrd:bloomberg:GAUGE<BR>        LINE2:google#00CCCC:Inode cache<BR>        LINE2:businessspectator#FF0000:Dentry cache<BR>        LINE2:bloomberg#00FF00:In <BR>        COMMENT:Time to load home page in seconds.\n<BR></DIV></BODY></HTML>