Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
ad9b3625e1
|
|||
56aec29c76
|
|||
85124d028d
|
|||
4ed32f8314
|
@ -12,16 +12,33 @@
|
||||
"community": "public",
|
||||
"oidTopics": [
|
||||
{
|
||||
"oid": ".1.3.6.1.2.1.2.2.1.10.5",
|
||||
"oid": ".1.3.6.1.2.1.31.1.1.1.6.5",
|
||||
"label": "wan-in",
|
||||
"diff": "true"
|
||||
},
|
||||
{
|
||||
"oid": ".1.3.6.1.2.1.2.2.1.16.5",
|
||||
"oid": ".1.3.6.1.2.1.31.1.1.1.10.5",
|
||||
"label": "wan-out",
|
||||
"diff": "true"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"endpoint": "172.23.1.2",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -6,7 +6,7 @@ metadata:
|
||||
labels:
|
||||
app: snmp-nmqtt
|
||||
annotations:
|
||||
secret.reloader.stakater.com/reload: "snmp-mqtt-conf"
|
||||
secret.reloader.stakater.com/reload: snmp-mqtt-conf
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
|
@ -18,7 +18,6 @@ type variable_t struct {
|
||||
Label string `json:"label"`
|
||||
Variable string `json:"variable"`
|
||||
Value string `json:"value"`
|
||||
DiffValue string `json:"diffValue"`
|
||||
}
|
||||
|
||||
type message_t struct {
|
||||
|
Reference in New Issue
Block a user