rename snmp handler to prepared handler
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-02-10 13:58:01 +01:00
parent 3a56309b9f
commit 134e3706cc
2 changed files with 10 additions and 91 deletions

View File

@ -6,13 +6,22 @@
"topicMappings": [
{
"topics": [ "snmp" ],
"handler": "SNMP",
"handler": "PREP",
"id": "SNMP",
"config": {
"attributes": {
}
}
},
{
"topics": [ "tsm" ],
"handler": "PREP",
"id": "TSM",
"config": {
"attributes": {
}
}
},
{
"topics": [ "dt1/ai/periodic/1" ],
"handler": "DT1T",
@ -156,20 +165,6 @@
"unitSelector": "C:%"
}
}
},
{
"topics": [ "tsm" ],
"handler": "SVEJ",
"id": "SVEJ5",
"config": {
"databaseConnStr": "",
"attributes": {
"application": "Timeserver Monitoring",
"deviceSelector": "J:$.label",
"valueSelector": "J:$.variables.rootdisp.value",
"unitSelector": "J:$.variables.rootdisp.unit"
}
}
}
],
"archiver": {