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