fix config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2024-01-25 14:35:41 +01:00
parent cf4c3d9ed0
commit f407198c5b
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -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
} }
] ]
} }