[rrd-users] Re: Help on RRDTOO monitoring cpu loadavg needed!

"CHEW YEW CHOONG" 055919 at mis.nagaokaut.ac.jp
Mon Sep 5 03:16:22 MEST 2005


Firstly, thanks for help from others. I finally got it working by fixing the numbers input to rrdtool. 

Apparently, just need to remove the eol character from the source. This is how i do it,

  $line = qx/uptime/;
  # to chop the trailing newline
  chomp $line;



--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi



More information about the rrd-users mailing list