snmp-mqtt/deployment/config.json
Wolfgang Hottgenroth 353a3780c6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
anno
2024-01-25 15:00:40 +01:00

28 lines
563 B
JSON

{
"mqtt": {
"broker": "mqtt://emqx01-anonymous-cluster-internal.broker.svc.cluster.local:1883",
"tlsEnable": "false",
"topic": "snmp"
},
"interval": 10,
"snmpEndpoints": [
{
"endpoint": "172.16.3.1",
"label": "router",
"community": "public",
"oidTopics": [
{
"oid": ".1.3.6.1.2.1.2.2.1.10.5",
"label": "wan-in",
"diff": "true"
},
{
"oid": ".1.3.6.1.2.1.2.2.1.16.5",
"label": "wan-out",
"diff": "true"
}
]
}
]
}