diff --git a/unms.go b/unms.go index ae57373..201a7ff 100644 --- a/unms.go +++ b/unms.go @@ -163,7 +163,7 @@ func processUNMSAPIRouter() []node { } fields := map[string]interface{}{ "cpu": statistics.CPU[t].Y, - "load": float64(statistics.CPU[t].Y), + "load": float64(statistics.CPU[t].Y / 100), "ram": statistics.RAM[t].Y, //hier fehlen noch die interfaces }