Can't write SNMP table to influxdb using telegraf

Hi all!

I have set up Device SNMP -> Telegraf -> InfluxDB and this system works OK with [[inputs.snmp.field]]. But when I try to get a [[inputs.snmp.table]], there is no data written to database.

As I can see, telegraf gets and parses SNMP message correctly, but doesn’t write it to InfluxDB.

Logs attached:

telegraf.conf
# Global tags can be specified here in key="value" format.
[global_tags]

# Configuration for telegraf agent
[agent]
  interval = "10s"
  round_interval = true
  metric_batch_size = 1000
  metric_buffer_limit = 10000
  collection_jitter = "0s"
  flush_interval = "10s"
  flush_jitter = "0s"
  precision = "0s"
  debug = true
  hostname = ""
  omit_hostname = false


###############################################################################
#                            OUTPUT PLUGINS                                   #
###############################################################################


 # Configuration for sending metrics to InfluxDB 2.0
 [[outputs.influxdb_v2]]
   namepass = ["snmp"]
   urls = ["-------"]
   token = "-------"
   organization = "-------"
   bucket = "-------"

###############################################################################
#                            INPUT PLUGINS                                    #
###############################################################################

[[inputs.snmp]]
    agents = ["-------", "-------"]
    version = 2
    community = "-------"
    # General
#    [[inputs.snmp.field]]
#        oid = "RFC1213-MIB::system.sysName.0"
#        name = "sysName"
#    [[inputs.snmp.field]]
#        oid = "RFC1213-MIB::system.sysDescr.0"
#        name = "sysDescr"
#    [[inputs.snmp.field]]
#        oid = "RFC1213-MIB::system.sysUpTime.0"
#        name = "sysUpTime"

    # Interfaces
    [[inputs.snmp.table]]
        oid = "IF-MIB::ifTable"
        name = "ifTable"
        [[inputs.snmp.table.field]]
            oid = "IF-MIB::ifDescr"
            name = "ifDescr"
# telegraf --test
# telegraf --test
2024-06-21T14:48:01Z I! Loading config: /etc/telegraf/telegraf.conf
2024-06-21T14:48:01Z I! Starting Telegraf 1.31.0 brought to you by InfluxData the makers of InfluxDB
2024-06-21T14:48:01Z I! Available plugins: 234 inputs, 9 aggregators, 32 processors, 26 parsers, 60 outputs, 6 secret-stores
2024-06-21T14:48:01Z I! Loaded inputs: snmp
2024-06-21T14:48:01Z I! Loaded aggregators:
2024-06-21T14:48:01Z I! Loaded processors:
2024-06-21T14:48:01Z I! Loaded secretstores:
2024-06-21T14:48:01Z W! Outputs are not used in testing mode!
2024-06-21T14:48:01Z I! Tags enabled: host=master
2024-06-21T14:48:01Z D! [agent] Initializing plugins
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifTable"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "IF-MIB::ifTable.1"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptable" "-Ch" "-Cl" "-c" "public" "127.0.0.1" "IF-MIB::ifTable"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifDescr"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifIndex"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifType"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifMtu"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifSpeed"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifPhysAddress"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifAdminStatus"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifOperStatus"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifLastChange"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifInOctets"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifInUcastPkts"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifInNUcastPkts"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifInDiscards"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifInErrors"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifInUnknownProtos"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifOutOctets"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifOutUcastPkts"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifOutNUcastPkts"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifOutDiscards"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifOutErrors"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifOutQLen"
2024-06-21T14:48:01Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifSpecific"
2024-06-21T14:48:01Z W! DeprecationWarning: Value "agent_host" for option "agent_host_tag" of plugin "inputs.snmp" deprecated since version 1.29.0 and will be removed in : set to "source" for consistent usage across plugins or safely ignore this message and continue to use the current value
2024-06-21T14:48:01Z D! [agent] Starting service inputs
> ifTable,agent_host=---.---.---.--1,host=master,ifIndex=10 ifAdminStatus=2i,ifDescr="eth11",ifInDiscards=0u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=0u,ifInUcastPkts=0u,ifInUnknownProtos=0u,ifLastChange=0u,ifMtu=1500i,ifOperStatus=2i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=0u,ifOutQLen=0u,ifOutUcastPkts=0u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=0u,ifType=6i ---------000000000
> ifTable,agent_host=---.---.---.--1,host=master,ifIndex=3 ifAdminStatus=2i,ifDescr="eth1",ifInDiscards=0u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=0u,ifInUcastPkts=0u,ifInUnknownProtos=0u,ifLastChange=0u,ifMtu=1500i,ifOperStatus=2i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=0u,ifOutQLen=0u,ifOutUcastPkts=0u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=0u,ifType=6i ---------000000000
> ifTable,agent_host=---.---.---.--1,host=master,ifIndex=8 ifAdminStatus=2i,ifDescr="eth6",ifInDiscards=0u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=0u,ifInUcastPkts=0u,ifInUnknownProtos=0u,ifLastChange=0u,ifMtu=1500i,ifOperStatus=2i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=0u,ifOutQLen=0u,ifOutUcastPkts=0u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=0u,ifType=6i ---------000000000
> ifTable,agent_host=---.---.---.--1,host=master,ifIndex=21 ifAdminStatus=2i,ifDescr="eth5",ifInDiscards=0u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=0u,ifInUcastPkts=0u,ifInUnknownProtos=0u,ifLastChange=0u,ifMtu=1500i,ifOperStatus=2i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=0u,ifOutQLen=0u,ifOutUcastPkts=0u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=0u,ifType=6i ---------000000000
> ifTable,agent_host=---.---.---.--1,host=master,ifIndex=9 ifAdminStatus=2i,ifDescr="eth7",ifInDiscards=0u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=0u,ifInUcastPkts=0u,ifInUnknownProtos=0u,ifLastChange=0u,ifMtu=1500i,ifOperStatus=2i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=0u,ifOutQLen=0u,ifOutUcastPkts=0u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=0u,ifType=6i ---------000000000
> ifTable,agent_host=---.---.---.--1,host=master,ifIndex=4 ifAdminStatus=2i,ifDescr="eth2",ifInDiscards=0u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=0u,ifInUcastPkts=0u,ifInUnknownProtos=0u,ifLastChange=0u,ifMtu=1500i,ifOperStatus=2i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=0u,ifOutQLen=0u,ifOutUcastPkts=0u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=0u,ifType=6i ---------000000000
> ifTable,agent_host=---.---.---.--1,host=master,ifIndex=6 ifAdminStatus=2i,ifDescr="eth3",ifInDiscards=0u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=0u,ifInUcastPkts=0u,ifInUnknownProtos=0u,ifLastChange=0u,ifMtu=1500i,ifOperStatus=2i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=0u,ifOutQLen=0u,ifOutUcastPkts=0u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=0u,ifType=6i ---------000000000
> ifTable,agent_host=---.---.---.--1,host=master,ifIndex=20 ifAdminStatus=2i,ifDescr="eth4",ifInDiscards=0u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=0u,ifInUcastPkts=0u,ifInUnknownProtos=0u,ifLastChange=0u,ifMtu=1500i,ifOperStatus=2i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=0u,ifOutQLen=0u,ifOutUcastPkts=0u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=0u,ifType=6i ---------000000000
> ifTable,agent_host=---.---.---.--1,host=master,ifIndex=1 ifAdminStatus=1i,ifDescr="lo",ifInDiscards=0u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=2911382230u,ifInUcastPkts=23810578u,ifInUnknownProtos=0u,ifLastChange=0u,ifMtu=65536i,ifOperStatus=1i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=2911382230u,ifOutQLen=0u,ifOutUcastPkts=23810578u,ifSpecific=".0.0",ifSpeed=10000000u,ifType=24i ---------000000000
> ifTable,agent_host=---.---.---.--1,host=master,ifIndex=11 ifAdminStatus=2i,ifDescr="eth10",ifInDiscards=0u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=0u,ifInUcastPkts=0u,ifInUnknownProtos=0u,ifLastChange=0u,ifMtu=1500i,ifOperStatus=2i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=0u,ifOutQLen=0u,ifOutUcastPkts=0u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=0u,ifType=6i ---------000000000
> ifTable,agent_host=---.---.---.--1,host=master,ifIndex=24 ifAdminStatus=1i,ifDescr="eth9",ifInDiscards=806u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=39917065u,ifInUcastPkts=90358u,ifInUnknownProtos=0u,ifLastChange=0u,ifMtu=1500i,ifOperStatus=1i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=633726779u,ifOutQLen=0u,ifOutUcastPkts=2848013u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=0u,ifType=6i ---------000000000
> ifTable,agent_host=---.---.---.--1,host=master,ifIndex=25 ifAdminStatus=1i,ifDescr="eth8",ifInDiscards=840u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=764645904u,ifInUcastPkts=3446818u,ifInUnknownProtos=0u,ifLastChange=0u,ifMtu=1500i,ifOperStatus=1i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=39066207u,ifOutQLen=0u,ifOutUcastPkts=92370u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=0u,ifType=6i ---------000000000
> ifTable,agent_host=---.---.---.--1,host=master,ifIndex=2 ifAdminStatus=1i,ifDescr="eth0",ifInDiscards=1015502u,ifInErrors=0u,ifInNUcastPkts=633017u,ifInOctets=1837787279u,ifInUcastPkts=142261796u,ifInUnknownProtos=0u,ifLastChange=0u,ifMtu=1500i,ifOperStatus=1i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=1282067802u,ifOutQLen=0u,ifOutUcastPkts=1901750u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=1000000000u,ifType=6i ---------000000000
2024-06-21T14:48:01Z D! [agent] Stopping service inputs
> ifTable,agent_host=---.---.---.--2,host=master,ifIndex=19 ifAdminStatus=2i,ifDescr="eth6",ifInDiscards=0u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=0u,ifInUcastPkts=0u,ifInUnknownProtos=0u,ifLastChange=308484u,ifMtu=1500i,ifOperStatus=2i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=0u,ifOutQLen=0u,ifOutUcastPkts=0u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=0u,ifType=6i ---------000000000
2024-06-21T14:48:01Z D! [agent] Input channel closed
2024-06-21T14:48:01Z D! [agent] Stopped Successfully
> ifTable,agent_host=---.---.---.--2,host=master,ifIndex=21 ifAdminStatus=1i,ifDescr="eth1",ifInDiscards=1077u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=13197714u,ifInUcastPkts=198203u,ifInUnknownProtos=0u,ifLastChange=310788u,ifMtu=1500i,ifOperStatus=1i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=699359362u,ifOutQLen=0u,ifOutUcastPkts=463698u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=0u,ifType=6i ---------000000000
> ifTable,agent_host=---.---.---.--2,host=master,ifIndex=22 ifAdminStatus=1i,ifDescr="eth2",ifInDiscards=1090u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=3008692606u,ifInUcastPkts=2521226u,ifInUnknownProtos=0u,ifLastChange=310788u,ifMtu=1500i,ifOperStatus=1i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=2321617336u,ifOutQLen=0u,ifOutUcastPkts=2241833u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=0u,ifType=6i ---------000000000
> ifTable,agent_host=---.---.---.--2,host=master,ifIndex=1 ifAdminStatus=1i,ifDescr="lo",ifInDiscards=0u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=739872609u,ifInUcastPkts=2652588u,ifInUnknownProtos=0u,ifLastChange=0u,ifMtu=65536i,ifOperStatus=1i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=739872609u,ifOutQLen=0u,ifOutUcastPkts=2652588u,ifSpecific=".0.0",ifSpeed=10000000u,ifType=24i ---------000000000
> ifTable,agent_host=---.---.---.--2,host=master,ifIndex=6 ifAdminStatus=1i,ifDescr="eth0",ifInDiscards=106544u,ifInErrors=0u,ifInNUcastPkts=31380u,ifInOctets=1124088251u,ifInUcastPkts=13848887u,ifInUnknownProtos=0u,ifLastChange=491432u,ifMtu=1500i,ifOperStatus=1i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=520350239u,ifOutQLen=0u,ifOutUcastPkts=5891851u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=1000000000u,ifType=6i ---------000000000
> ifTable,agent_host=---.---.---.--2,host=master,ifIndex=17 ifAdminStatus=2i,ifDescr="eth4",ifInDiscards=0u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=0u,ifInUcastPkts=0u,ifInUnknownProtos=0u,ifLastChange=308484u,ifMtu=1500i,ifOperStatus=2i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=0u,ifOutQLen=0u,ifOutUcastPkts=0u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=0u,ifType=6i ---------000000000
> ifTable,agent_host=---.---.---.--2,host=master,ifIndex=23 ifAdminStatus=2i,ifDescr="eth3",ifInDiscards=1077u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=515962u,ifInUcastPkts=6953u,ifInUnknownProtos=0u,ifLastChange=308484u,ifMtu=1500i,ifOperStatus=2i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=0u,ifOutQLen=0u,ifOutUcastPkts=0u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=0u,ifType=6i ---------000000000
> ifTable,agent_host=---.---.---.--2,host=master,ifIndex=18 ifAdminStatus=2i,ifDescr="eth5",ifInDiscards=0u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=0u,ifInUcastPkts=0u,ifInUnknownProtos=0u,ifLastChange=308484u,ifMtu=1500i,ifOperStatus=2i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=0u,ifOutQLen=0u,ifOutUcastPkts=0u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=0u,ifType=6i ---------000000000
> ifTable,agent_host=---.---.---.--2,host=master,ifIndex=20 ifAdminStatus=2i,ifDescr="eth7",ifInDiscards=0u,ifInErrors=0u,ifInNUcastPkts=0u,ifInOctets=0u,ifInUcastPkts=0u,ifInUnknownProtos=0u,ifLastChange=308484u,ifMtu=1500i,ifOperStatus=2i,ifOutDiscards=0u,ifOutErrors=0u,ifOutNUcastPkts=0u,ifOutOctets=0u,ifOutQLen=0u,ifOutUcastPkts=0u,ifPhysAddress="--:--:--:--:--:--",ifSpecific=".0.0",ifSpeed=0u,ifType=6i ---------000000000
# telegraf
# telegraf
2024-06-21T14:42:39Z I! Loading config: /etc/telegraf/telegraf.conf
2024-06-21T14:42:39Z I! Starting Telegraf 1.31.0 brought to you by InfluxData the makers of InfluxDB
2024-06-21T14:42:39Z I! Available plugins: 234 inputs, 9 aggregators, 32 processors, 26 parsers, 60 outputs, 6 secret-stores
2024-06-21T14:42:39Z I! Loaded inputs: snmp
2024-06-21T14:42:39Z I! Loaded aggregators:
2024-06-21T14:42:39Z I! Loaded processors:
2024-06-21T14:42:39Z I! Loaded secretstores:
2024-06-21T14:42:39Z I! Loaded outputs: influxdb_v2 (2x)
2024-06-21T14:42:39Z I! Tags enabled: host=master
2024-06-21T14:42:39Z I! [agent] Config: Interval:10s, Quiet:false, Hostname:"master", Flush Interval:10s
2024-06-21T14:42:39Z D! [agent] Initializing plugins
2024-06-21T14:42:39Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifTable"
2024-06-21T14:42:39Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "IF-MIB::ifTable.1"
2024-06-21T14:42:39Z D! [inputs.snmp]  executing "snmptable" "-Ch" "-Cl" "-c" "public" "127.0.0.1" "IF-MIB::ifTable"
2024-06-21T14:42:39Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifDescr"
2024-06-21T14:42:39Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifIndex"
2024-06-21T14:42:39Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifType"
2024-06-21T14:42:39Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifMtu"
2024-06-21T14:42:39Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifSpeed"
2024-06-21T14:42:39Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifPhysAddress"
2024-06-21T14:42:39Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifAdminStatus"
2024-06-21T14:42:39Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifOperStatus"
2024-06-21T14:42:39Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifLastChange"
2024-06-21T14:42:40Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifInOctets"
2024-06-21T14:42:40Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifInUcastPkts"
2024-06-21T14:42:40Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifInNUcastPkts"
2024-06-21T14:42:40Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifInDiscards"
2024-06-21T14:42:40Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifInErrors"
2024-06-21T14:42:40Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifInUnknownProtos"
2024-06-21T14:42:40Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifOutOctets"
2024-06-21T14:42:40Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifOutUcastPkts"
2024-06-21T14:42:40Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifOutNUcastPkts"
2024-06-21T14:42:40Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifOutDiscards"
2024-06-21T14:42:40Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifOutErrors"
2024-06-21T14:42:40Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifOutQLen"
2024-06-21T14:42:40Z D! [inputs.snmp]  executing "snmptranslate" "-Td" "-Ob" "IF-MIB::ifSpecific"
2024-06-21T14:42:40Z W! DeprecationWarning: Value "agent_host" for option "agent_host_tag" of plugin "inputs.snmp" deprecated since version 1.29.0 and will be removed in : set to "source" for consistent usage across plugins or safely ignore this message and continue to use the current value
2024-06-21T14:42:40Z D! [agent] Connecting outputs
2024-06-21T14:42:40Z D! [agent] Attempting connection to [outputs.influxdb_v2]
2024-06-21T14:42:40Z D! [agent] Successfully connected to outputs.influxdb_v2
2024-06-21T14:42:40Z D! [agent] Attempting connection to [outputs.influxdb_v2]
2024-06-21T14:42:40Z D! [agent] Successfully connected to outputs.influxdb_v2
2024-06-21T14:42:40Z D! [agent] Starting service inputs



2024-06-21T14:42:50Z D! [outputs.influxdb_v2]  Buffer fullness: 0 / 10000 metrics
2024-06-21T14:42:50Z D! [outputs.influxdb_v2]  Buffer fullness: 0 / 10000 metrics
2024-06-21T14:43:00Z D! [outputs.influxdb_v2]  Buffer fullness: 0 / 10000 metrics
2024-06-21T14:43:00Z D! [outputs.influxdb_v2]  Buffer fullness: 0 / 10000 metrics
2024-06-21T14:43:10Z D! [outputs.influxdb_v2]  Buffer fullness: 0 / 10000 metrics
2024-06-21T14:43:10Z D! [outputs.influxdb_v2]  Buffer fullness: 0 / 10000 metrics
2024-06-21T14:43:20Z D! [outputs.influxdb_v2]  Buffer fullness: 0 / 10000 metrics
2024-06-21T14:43:20Z D! [outputs.influxdb_v2]  Buffer fullness: 0 / 10000 metrics
2024-06-21T14:43:30Z D! [outputs.influxdb_v2]  Buffer fullness: 0 / 10000 metrics
2024-06-21T14:43:30Z D! [outputs.influxdb_v2]  Buffer fullness: 0 / 10000 metrics
2024-06-21T14:43:40Z D! [outputs.influxdb_v2]  Buffer fullness: 0 / 10000 metrics
2024-06-21T14:43:40Z D! [outputs.influxdb_v2]  Buffer fullness: 0 / 10000 metrics
2024-06-21T14:43:50Z D! [outputs.influxdb_v2]  Buffer fullness: 0 / 10000 metrics
2024-06-21T14:43:50Z D! [outputs.influxdb_v2]  Buffer fullness: 0 / 10000 metrics
2024-06-21T14:44:00Z D! [outputs.influxdb_v2]  Buffer fullness: 0 / 10000 metrics
2024-06-21T14:44:00Z D! [outputs.influxdb_v2]  Buffer fullness: 0 / 10000 metrics
2024-06-21T14:44:10Z D! [outputs.influxdb_v2]  Buffer fullness: 0 / 10000 metrics
2024-06-21T14:44:10Z D! [outputs.influxdb_v2]  Buffer fullness: 0 / 10000 metrics

Found out what was the case: I use

 [[outputs.influxdb_v2]]
   namepass = ["snmp"]

so I added

 [[outputs.influxdb_v2]]
   namepass = ["snmp","ifTable"]

and it worked.

1 Like