[rrd-users] Re: problems with "float" to rrd

2004-02-22 Thread mrugan
Thanks. i was aware of the tabs ... but prior to rrdtool 1.0.46 i was using 1.0.40 (every time i upgrade i replace the perl-shared things with the new ones ...) and my script line is like: listed the processes in the system; @check_out=("httpd","proftpd","named","sshd","mysqld"); foreach ch

[rrd-users] Re: problems with "float" to rrd

2004-02-22 Thread Alex van den Bogaerdt
On Sun, Feb 22, 2004 at 02:18:44AM +0200, mrugan wrote: > in my perl script it would complain about: > $procs=(`find /proc -maxdepth 1 -name '[1-9]*' -print | wc -l | sed 's/\t > +//' | sed 's/ *//'`); > which outputs with couple blank spaces.(if u try it u will see what i > am talking about) ..

[rrd-users] Re: problems with "float" to rrd

2004-02-22 Thread mrugan
Hy ML> Hi list, ML> first of all i'm new with rrd. Sometimes i got the following ML> problems when update the database: ML> [EMAIL PROTECTED]:/_scripts/rrd# ./rrd_sysstat.sh ML> 0.09:0.06:0.06:50284:84%:1%:35%:74%:4:20 ML> updating sysstat rrd database ML> ERROR: conversion of '84%' to float not