Hi all,<br><br>I would like to use the snmp plugin and store the data to rrd. I should monitoring some mikrotik devices. I need the &quot;-82&quot; and &quot;-81&quot; values. First is belong to the 00 0C 42 61 75 23 device, second belong to the other.<br>
This is the walk:<br>enterprises.14988.1.1.1.2.1.1.0.12.66.97.117.35.4 = 
Hex-STRING: 00 0C 42 61 75 23
<br>enterprises.14988.1.1.1.2.1.1.0.12.66.97.118.125.4 = 
Hex-STRING: 00 0C 42 61 76 7D
<br>enterprises.14988.1.1.1.2.1.3.0.12.66.97.117.35.4 = INTEGER: 
-82
<br>enterprises.14988.1.1.1.2.1.3.0.12.66.97.118.125.4 = 
INTEGER: -81<br><br>How could the collectd create the following files automatically?<br><br>signal-00_0C_42_61_75_23.rrd<br>signal-00_0C_42_61_76_7D.rrd<br><br>I tried this, but it isn&#39;t good:<br><br>&lt;Data &quot;mikrotik_signal&quot;&gt;<br>
   Type &quot;signal&quot;<br>   Table true<br>   Instance &quot;enterprises.14988.1.1.1.2.1.1&quot;<br>   Values &quot;enterprises.14988.1.1.1.2.1.3&quot;<br>&lt;/Data&gt;<br><br>&lt;Host &quot;w01.debrecen&quot;&gt;<br>
Address &quot;10.20.30.40&quot;<br>Version 2<br>Community &quot;public&quot;<br>Collect &quot;mikrotik_signal&quot;<br>Interval 300<br>&lt;/Host&gt;<br><br>It is important that I don&#39;t want to give the exact oid in the Values, becuse there will be a lot of devices and I won&#39;t be able to manage it. (with the exact oid it works of course) <br>
<br>Is there any solution for this problam?<br><br>Thank you in advance<br><br>Janos Prepuk<br><br><br>