fix config
This commit is contained in:
parent
cf4c3d9ed0
commit
f407198c5b
@ -2,9 +2,9 @@
|
|||||||
"mqtt": {
|
"mqtt": {
|
||||||
"broker": "mqtt://emqx01-anonymous-cluster-internal.broker.svc.cluster.local:1883",
|
"broker": "mqtt://emqx01-anonymous-cluster-internal.broker.svc.cluster.local:1883",
|
||||||
"tlsEnable": "false",
|
"tlsEnable": "false",
|
||||||
"topicPre": "snmp"
|
"topic": "snmp"
|
||||||
},
|
},
|
||||||
"interval": 60,
|
"interval": 10,
|
||||||
"snmpEndpoints": [
|
"snmpEndpoints": [
|
||||||
{
|
{
|
||||||
"endpoint": "172.16.3.1",
|
"endpoint": "172.16.3.1",
|
||||||
@ -13,19 +13,23 @@
|
|||||||
"oidTopics": [
|
"oidTopics": [
|
||||||
{
|
{
|
||||||
"oid": ".1.3.6.1.2.1.31.1.1.1.6.4",
|
"oid": ".1.3.6.1.2.1.31.1.1.1.6.4",
|
||||||
"label": "wan-in"
|
"label": "wan-in",
|
||||||
|
"diff": "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"oid": ".1.3.6.1.2.1.31.1.1.1.10.4",
|
"oid": ".1.3.6.1.2.1.31.1.1.1.10.4",
|
||||||
"label": "wan-out"
|
"label": "wan-out",
|
||||||
|
"diff": "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"oid": ".1.3.6.1.2.1.31.1.1.1.6.2",
|
"oid": ".1.3.6.1.2.1.31.1.1.1.6.2",
|
||||||
"label": "lan-in"
|
"label": "lan-in",
|
||||||
|
"diff": "true"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"oid": ".1.3.6.1.2.1.31.1.1.1.10.2",
|
"oid": ".1.3.6.1.2.1.31.1.1.1.10.2",
|
||||||
"label": "lan-out"
|
"label": "lan-out",
|
||||||
|
"diff": "true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user