snmp-mqtt/deployment/config.json

38 lines
811 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": [
{
"oid": ".1.3.6.1.2.1.31.1.1.1.6.4",
2024-01-25 14:35:41 +01:00
"label": "wan-in",
"diff": "true"
2024-01-25 12:35:27 +01:00
},
{
"oid": ".1.3.6.1.2.1.31.1.1.1.10.4",
2024-01-25 14:35:41 +01:00
"label": "wan-out",
"diff": "true"
2024-01-25 12:35:27 +01:00
},
{
"oid": ".1.3.6.1.2.1.31.1.1.1.6.2",
2024-01-25 14:35:41 +01:00
"label": "lan-in",
"diff": "true"
2024-01-25 12:35:27 +01:00
},
{
"oid": ".1.3.6.1.2.1.31.1.1.1.10.2",
2024-01-25 14:35:41 +01:00
"label": "lan-out",
"diff": "true
2024-01-25 12:35:27 +01:00
}
]
}
]
}