Graphing service checks

Rusty Hall rhall at HealthVision.com
Thu Feb 2 17:47:06 CET 2006


    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.
 
first one
 
ntdisk_C
data
    C:\ - total: 3.95 Gb - used: 3.33 Gb (84%) - free 0.62 Gb (16%) 
map file entry
 
/perfdata:.*Space=([.0-9]+)Gb;([.0-9]+);([.0-9]+);([.0-9]+);([.0-9]+)/
and push @s, [ ntdisk,
[ diskused, GAUGE, $1*1024**3 ],
[ diskwarn, GAUGE, $2*1024**3 ],
[ diskcrit, GAUGE, $3*1024**3 ],
[ diskmaxi, GAUGE, $5*1024**3 ] ];

 
 
second one
This one has never worked or created a rrd file, trying to map the count
with memory
 
data 
CRITICAL - no processes found resembling
'hciengine.exe'-count=27:memory=673676 
 
map file entry
/output;*count=(\d+);memory=([.0-9]+)Mb;/
and push @s, [ QDX,
[ threadcount, GAUGE, $1*       ],
[ memorycount, GAUGE, $5*1024**3 ] ]
 
    Any help or guidance would be greatly appreciated 
Rusty
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20060202/3397ab20/attachment.html>


More information about the Users mailing list