snmp-mqtt/deployment/config.json

28 lines
563 B
JSON
Raw Normal View History

2024-01-25 12:35:27 +01:00
{
"mqtt": {
"broker": "mqtt://emqx01-anonymous-cluster-internal.broker.svc.cluster.local:1883",
"tlsEnable": "false",
2024-01-25 14:35:41 +01:00
"topic": "snmp"
2024-01-25 12:35:27 +01:00
},
2024-01-25 14:35:41 +01:00
"interval": 10,
2024-01-25 12:35:27 +01:00
"snmpEndpoints": [
{
"endpoint": "172.16.3.1",
"label": "router",
"community": "public",
"oidTopics": [
{
2024-01-25 15:00:40 +01:00
"oid": ".1.3.6.1.2.1.2.2.1.10.5",
2024-01-25 14:35:41 +01:00
"label": "wan-in",
"diff": "true"
2024-01-25 12:35:27 +01:00
},
{
2024-01-25 15:00:40 +01:00
"oid": ".1.3.6.1.2.1.2.2.1.16.5",
2024-01-25 14:35:41 +01:00
"label": "wan-out",
"diff": "true"
2024-01-25 12:35:27 +01:00
}
]
}
]
}