{ "mqtt": { "broker": "mqtt://emqx01-anonymous-cluster-internal.broker.svc.cluster.local:1883", "tlsEnable": "false", "topic": "snmp" }, "interval": 10, "snmpEndpoints": [ { "endpoint": "172.16.13.10", "label": "david", "community": "public", "oidTopics": [ { "oid": ".1.3.6.1.4.1.2021.10.1.3.1", "label": "load1", "diff": "false" }, { "oid": ".1.3.6.1.2.1.31.1.1.1.6.2", "label": "lan-in", "diff": "true" }, "oid": ".1.3.6.1.2.1.31.1.1.1.7.2", "label": "lan-in-pkts", "diff": "true" }, { "oid": ".1.3.6.1.2.1.31.1.1.1.10.2", "label": "lan-out", "diff": "true" }, { "oid": ".1.3.6.1.2.1.31.1.1.1.11.2", "label": "lan-out-pkts", "diff": "true" } ] }, { "endpoint": "172.16.3.1", "label": "router", "community": "public", "oidTopics": [ { "oid": ".1.3.6.1.2.1.31.1.1.1.6.5", "label": "wan-in", "diff": "true" }, { "oid": ".1.3.6.1.2.1.31.1.1.1.10.5", "label": "wan-out", "diff": "true" } ] }, { "endpoint": "172.16.3.3", "label": "switch-cluster", "community": "public", "oidTopics": [ { "oid": ".1.3.6.1.2.1.31.1.1.1.6.1", "label": "uplink-in", "diff": "true" }, { "oid": ".1.3.6.1.2.1.31.1.1.1.10.1", "label": "uplink-out", "diff": "true" } ] } ] }