<div dir="ltr"><div><div><div>hi, i collect data from inoctets and outoctets via snmp and then want to update the rrd file but i get the following error,<br><br>I get the foloowing error:<br><br>cannot concatenate &#39;str&#39; and &#39;tuple&#39; objects<br>
<br></div><div>CODE:<br><br></div>resUp = sess.getbulk(0,totalint, upBytes) <br>resDown = sess.getbulk(0,totalint, downBytes)<br>rrd_val = resUp+resDown<br><br>ret = rrdtool.update(&#39;/tmp/speed.rrd&#39;,&#39;N:&#39; + rrd_val)<br>
        if ret:<br>          print rrdtool.error()<br><br></div>kiindly help,<br></div>thankyou,<br></div>