[rrd-users] I need help with my rrd file

Erik de Mare erik at oezie.org
Mon Sep 29 13:46:01 CEST 2008


<1222430854481-1120696.post at n2.nabble.com>
<1222431291021-1120704.post at n2.nabble.com>
<200809260829.05378.andy.riebs at hp.com>
<1222434398215-1120825.post at n2.nabble.com>
<68DBBC4E7ACFED43838BE966097D2C2E1D6568 at FHDP1LUMXCV15.us.one.verizon.com>
<1222438455968-1120979.post at n2.nabble.com>
<1222439298180-1121025.post at n2.nabble.com>
<008501c91feb$83d9bb70$8b8d3250$@pt> <1222686891720-1125572.post at n2.nabble.com>
Message-ID: <df496de5f3fb922a5ed8c08d88eb0a83 at 10.0.11.20>
X-Sender: erik at oezie.org
User-Agent: RoundCube Webmail/0.1b
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit


eth0_in=`/usr/bin/snmpwalk -c public -v 1 localhost -r 3 -t 9 -Oqv
IF-MIB::ifInOctets.2`
eth0_out=`/usr/bin/snmpwalk -c public -v 1 localhost -r 3 -t 9 -Oqv
IF-MIB::ifOutOctets.2`
echo $eth0_in:$eth0_out
/usr/local/rrdtool-1.0.48/bin/rrdtool update test.rrd N:$eth0_in:$eth0_out


On Mon, 29 Sep 2008 04:14:51 -0700 (PDT), alucard95 <jo_crj at hotmail.com>
wrote:
> Hi all!!
> 
> I try with your synthax, this time the result is :
> 
> test_script.sh: 2: input: not found
> test_script.sh: 4: output: not found
> 
> The problem must be with my variables, i'll try to find how resolv it.
> Maybe i have to declare them, i don't know...
> 




More information about the rrd-users mailing list