Asus Router no data on DB influx

Hello all , im trying to setup this

Iv manage to put the snmp synology working with telegram influx and grafana , works fine … but having problems with puting the asus router , no data is getting to the db , have tried diferente things , cant seam to get the problem , posting a few confs here , please if you can think what is problem pls tell me , or if you have asus router working please let me know

Telegraf conf

Configuration for telegraf agent

[agent]
interval = “30s”
round_interval = true
metric_batch_size = 1000
metric_buffer_limit = 10000
collection_jitter = “0s”
flush_interval = “10s”
flush_jitter = “0s”
precision = “”
debug = false
quiet = false
logfile = “”
hostname = “”
omit_hostname = false
###############################################################################

OUTPUT PLUGINS

###############################################################################

Configuration for influxdb server to send metrics to

[[outputs.influxdb]]
urls = [“http://192.168.1.20:8086”] # required
database = “Synology” # required
retention_policy = “”
write_consistency = “any”
timeout = “5s”
###############################################################################

INPUT PLUGINS

###############################################################################

Router

[[inputs.snmp]]
agents = [ “192.168.1.1” ]
interval = “60s”
timeout = “30s”
retries = 3
version = 2
community = “public”
max_repetitions = 30
name = “snmp.ac88u”
fielddrop = [ “laErrorFlag”, “laErrMessage” ]
[inputs.snmp.tagdrop]
diskIODevice = [ “loop*”, “ram*” ]

System details

System name (hostname)

[[inputs.snmp.field]]
name = “sysName”
oid = “SNMPv2-MIB::sysName.0”
is_tag = true

System vendor OID

[[inputs.snmp.field]]
name = “sysObjectID”
oid = “SNMPv2-MIB::sysObjectID.0”

System description

[[inputs.snmp.field]]
name = “sysDescr”
oid = “SNMPv2-MIB::sysDescr.0”

System contact

[[inputs.snmp.field]]
name = “sysContact”
oid = “SNMPv2-MIB::sysContact.0”

System location

[[inputs.snmp.field]]
name = “sysLocation”
oid = “SNMPv2-MIB::sysLocation.0”

Host/System Resources

System uptime

Installed mibs on docker running telegram and influx and grafana