From bada54bd1dd50841962104b46f64a39c7e1c2976 Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 20 Mar 2023 16:33:08 +0100 Subject: [PATCH] Bugfix --- unms.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }