<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2>
<DIV><SPAN class=483470615-02022006><FONT face=Arial size=2>    I 
have some data that im trying to graph from nagios , but can't seem to get it to 
work.  I have 2 that are giving me an issue, one is an old 
file for graphing disk on windows server.  The graph shows nothing as 
far as the data, but an rrd file has been cretaed.</FONT></SPAN></DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial size=2>first 
one</FONT></SPAN></DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=483470615-02022006>ntdisk_C</SPAN></DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial 
size=2>data</FONT></SPAN></DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial size=2>    
<FONT face="Times New Roman" size=3>C:\ - total: 3.95 Gb - used: 3.33 Gb (84%) - 
free 0.62 Gb (16%) </FONT></FONT></SPAN></DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial size=2>map file 
entry</FONT></SPAN></DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial 
size=2>/perfdata:.*Space=([.0-9]+)Gb;([.0-9]+);([.0-9]+);([.0-9]+);([.0-9]+)/<BR>and 
push @s, [ ntdisk,<BR>[ diskused, GAUGE, $1*1024**3 ],<BR>[ diskwarn, GAUGE, 
$2*1024**3 ],<BR>[ diskcrit, GAUGE, $3*1024**3 ],<BR>[ diskmaxi, GAUGE, 
$5*1024**3 ] ];<BR></FONT></SPAN></DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial size=2>second 
one</FONT></SPAN></DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial size=2>This one has never 
worked or created a rrd file, trying to map the count with 
memory</FONT></SPAN></DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial size=2>data 
</FONT></SPAN></DIV>
<DIV><SPAN class=483470615-02022006>CRITICAL - no processes found resembling 
'hciengine.exe'-count=27:memory=673676 </SPAN></DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial size=2>map file 
entry</FONT></SPAN></DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial 
size=2>/output;*count=(\d+);memory=([.0-9]+)Mb;/<BR>and push @s, [ QDX,<BR>[ 
threadcount, GAUGE, $1*       ],<BR>[ memorycount, 
GAUGE, $5*1024**3 ] ]</FONT></SPAN></DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial size=2>    
Any help or guidance would be greatly appreciated </FONT></SPAN></DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial 
size=2>Rusty</FONT></SPAN></DIV>
<DIV><SPAN class=483470615-02022006><FONT face=Arial 
size=2> </DIV></FONT></SPAN></FONT></DIV></BODY></HTML>