Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
11e63155bc
|
@ -114,7 +114,7 @@ func Start() {
|
||||
convertedValue = fmt.Sprintf("%d", gosnmp.ToBigInt(variable.Value))
|
||||
}
|
||||
|
||||
diffValue := "0"
|
||||
diffValue := "-"
|
||||
if oidTopic.Diff == "true" {
|
||||
log.Println("Calculate difference to last value")
|
||||
key := endpoint.Endpoint + ":" + oidTopic.OID
|
||||
|
Reference in New Issue
Block a user