snmp-mqtt/deployment/config.json

134 lines
3.0 KiB
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
},
2025-02-13 10:52:46 +01:00
"interval": 60,
2024-01-25 12:35:27 +01:00
"snmpEndpoints": [
2025-02-10 15:18:22 +01:00
{
"endpoint": "172.16.13.10",
"label": "david",
"community": "public",
"oidTopics": [
{
"oid": ".1.3.6.1.4.1.2021.10.1.3.1",
"label": "load1",
"diff": "false"
},
{
"oid": ".1.3.6.1.2.1.31.1.1.1.6.2",
"label": "lan-in",
"diff": "true"
2025-02-12 18:01:10 +01:00
},
2025-02-12 18:36:31 +01:00
{
2025-02-12 18:01:10 +01:00
"oid": ".1.3.6.1.2.1.31.1.1.1.7.2",
"label": "lan-in-pkts",
"diff": "true"
2025-02-10 15:18:22 +01:00
},
{
"oid": ".1.3.6.1.2.1.31.1.1.1.10.2",
"label": "lan-out",
"diff": "true"
2025-02-12 18:01:10 +01:00
},
{
2025-03-10 21:36:33 +01:00
"oid": ".1.3.6.1.2.1.31.1.1.1.11.2",
"label": "lan-out-pkts",
"diff": "true"
},
{
"oid": ".1.3.6.1.4.1.9676.1",
"label": "time-req-pkts",
"diff": "true"
}
]
},
{
"endpoint": "172.16.13.11",
"label": "harrison",
"community": "public",
"oidTopics": [
{
"oid": ".1.3.6.1.4.1.2021.10.1.3.1",
"label": "load1",
"diff": "false"
},
{
"oid": ".1.3.6.1.4.1.9676.123.1.4",
"label": "stratum",
"diff": "false"
},
{
"oid": ".1.3.6.1.4.1.9676.123.1.7",
"label": "rootdisp",
"diff": "false"
},
{
"oid": ".1.3.6.1.4.1.9676.123.2.10",
"label": "processed-pkts",
"diff": "true"
},
{
"oid": ".1.3.6.1.2.1.31.1.1.1.6.2",
"label": "lan-in",
"diff": "true"
},
{
"oid": ".1.3.6.1.2.1.31.1.1.1.7.2",
"label": "lan-in-pkts",
"diff": "true"
},
{
"oid": ".1.3.6.1.2.1.31.1.1.1.10.2",
"label": "lan-out",
"diff": "true"
},
{
2025-02-12 18:01:10 +01:00
"oid": ".1.3.6.1.2.1.31.1.1.1.11.2",
"label": "lan-out-pkts",
"diff": "true"
2025-02-13 10:43:06 +01:00
},
{
"oid": ".1.3.6.1.4.1.9676.1",
"label": "time-req-pkts",
2025-02-13 10:47:46 +01:00
"diff": "true"
2025-02-10 15:18:22 +01:00
}
]
},
2024-01-25 12:35:27 +01:00
{
"endpoint": "172.16.3.1",
"label": "router",
"community": "public",
"oidTopics": [
{
2024-01-25 16:10:53 +01:00
"oid": ".1.3.6.1.2.1.31.1.1.1.6.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 16:10:53 +01:00
"oid": ".1.3.6.1.2.1.31.1.1.1.10.5",
2024-01-25 14:35:41 +01:00
"label": "wan-out",
"diff": "true"
2024-01-25 12:35:27 +01:00
}
]
2024-01-26 14:39:08 +01:00
},
{
2024-05-06 19:00:13 +02:00
"endpoint": "172.16.3.3",
2024-01-26 14:39:08 +01:00
"label": "switch-cluster",
"community": "public",
"oidTopics": [
{
"oid": ".1.3.6.1.2.1.31.1.1.1.6.1",
"label": "uplink-in",
"diff": "true"
},
{
"oid": ".1.3.6.1.2.1.31.1.1.1.10.1",
"label": "uplink-out",
"diff": "true"
}
]
2024-01-25 12:35:27 +01:00
}
]
}