Hello,

Currently using CollectD to pull in some router stats from gear with the 
SNMP plugin which looks like this:-

    <Data "std_traffic">
      Type "if_octets"
      Table true
      Instance "IF-MIB::ifDescr"
      Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"
    </Data>
    <Host "Name1">
      Address "<ipaddress1>"
      Version 2
      Community "public"
      Collect "std_traffic"
      Interval 60
    </Host>
    <Host "Name2">
      Address "<ipaddress2>"
      Version 2
      Community "public"
      Collect "std_traffic"
      Interval 60
    </Host>

Is there a quick way to translate that into the telegraf SNMP plugin at all 
without resorting to OIDs etc ?

Thanks
Paul

-- 
Remember to include the InfluxDB version number with all issue reports
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to influxdb+unsubscr...@googlegroups.com.
To post to this group, send email to influxdb@googlegroups.com.
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/f83b730b-d00b-4397-ab4b-ebcb6b995f70%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to