Nuno Pereira wrote:
> 
> Resending to the list...
> 
> Instead of 
> 
> snmpget -Oqv -v2c -c BAW_R 172.16.200.11 1.3.6.1.2.1.2.2.1.10.4 >  $input
> snmpget -Oqv -v2c -c BAW_R 172.16.200.11 1.3.6.1.2.1.2.2.1.16.4 >  $output
> 
> try
> 
> input  = `snmpget -Oqv -v2c -c BAW_R 172.16.200.11 1.3.6.1.2.1.2.2.1.10.4`
> output = `snmpget -Oqv -v2c -c BAW_R 172.16.200.11 1.3.6.1.2.1.2.2.1.16.4`
> 
> Nuno Pereira
> 
> 

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...


-- 
View this message in context: 
http://n2.nabble.com/I-need-help-with-my-rrd-file-tp1120359p1125572.html
Sent from the RRDtool Users Mailinglist mailing list archive at Nabble.com.

_______________________________________________
rrd-users mailing list
rrd-users@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to