From ca081139dbc9f119633d55b497a178dedff8bdef Mon Sep 17 00:00:00 2001 From: Holger Obermaier <40787752+ho-ob@users.noreply.github.com> Date: Mon, 7 Feb 2022 14:17:59 +0100 Subject: [PATCH] Fixed JSON syntax --- collectors.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collectors.json b/collectors.json index 563ff05..8a06608 100644 --- a/collectors.json +++ b/collectors.json @@ -6,7 +6,7 @@ }, "loadavg": { "exclude_metrics": [ "proc_total" ] - } + }, "tempstat": { "tag_override": { "hwmon0" : { @@ -18,4 +18,5 @@ "type-id" : "1" } } + } }