<div dir="ltr"><div><div><div><div><div>Hi all,<br><br></div>I have recently obtained a new (for me) adsl terminal adapter - and would rather like to keep an eye on it. The plan is to use snmp via collectd. Unfortunately, it isn&#39;t quite working... Can anyone give me a hand?<br>
<br></div>Doing snmpwalk, I get (amongst other things) this:<br><br>IF-MIB::ifInOctets.1 = Counter32: 4192850<br>IF-MIB::ifInOctets.2 = Counter32: 0<br>IF-MIB::ifInOctets.3 = Counter32: 0<br>IF-MIB::ifInOctets.4 = Counter32: 63017231<br>
IF-MIB::ifInOctets.5 = Counter32: 1000<br>IF-MIB::ifOutOctets.1 = Counter32: 58867993<br>IF-MIB::ifOutOctets.2 = Counter32: 0<br>IF-MIB::ifOutOctets.3 = Counter32: 0<br>IF-MIB::ifOutOctets.4 = Counter32: 2500412<br>IF-MIB::ifOutOctets.5 = Counter32: 1000<br>
<br></div>looking at the recipe at <a href="https://collectd.org/wiki/index.php/Plugins:SNMP/Config">https://collectd.org/wiki/index.php/Plugins:SNMP/Config</a> I attempted to use this:<br><br>&lt;Plugin snmp&gt;<br>    &lt;Data &quot;if&quot;&gt;<br>
       Type &quot;if_octets&quot;<br>       Table true<br>       Instance &quot;IF-MIB::ifDescr&quot;<br>       Values &quot;IF-MIB::ifInOctets&quot; &quot;IF-MIB::ifOutOctets&quot;<br>   &lt;/Data&gt;<br><br>   &lt;Host &quot;gateway.local&quot;&gt;<br>
       Address &quot;192.168.1.1&quot;<br>       Version 1<br>       Community &quot;public&quot;<br>       Collect &quot;if&quot;<br>  &lt;/Host&gt;<br>&lt;/Plugin&gt;<br><br></div>Problem: This isn&#39;t collecting complete, reliable data, but instead gives the following error:<br>
<br>[2013-05-17 20:05:56] [notice] uc_update: Value too old: name = gateway.local/snmp/if_octets; value time = 1368817556.568; last cache update = 1368817556.568;<br>[2013-05-17 20:05:56] [info] Filter subsystem: Built-in target `write&#39;: Dispatching value to all write plugins failed with status -1.<br>
<br></div>Why? and, more importantly, how do I fix this?<br><br>Thanks,<br><br>Phil<br><br></div>