Show
Ignore:
Timestamp:
03/02/10 17:53:22 (2 years ago)
Author:
feiner.tom
Message:

multips_memory plugin: correct printing out raw fieldname, instead of clean_fieldname

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plugins/node.d/multips_memory.in

    r3217 r3334  
    140140/grep/             { next; } 
    141141$2 ~ /^'"$name"'$/ { total = total + ($1*1024); } 
    142 END                { print "'"$name"'.value", total; }' 
     142END                { print "'"$fieldname"'.value", total; }' 
    143143done