Fixed JSON syntax

This commit is contained in:
Holger Obermaier 2022-02-07 14:17:59 +01:00
parent 8a69f76093
commit ca081139db

View File

@ -6,7 +6,7 @@
}, },
"loadavg": { "loadavg": {
"exclude_metrics": [ "proc_total" ] "exclude_metrics": [ "proc_total" ]
} },
"tempstat": { "tempstat": {
"tag_override": { "tag_override": {
"hwmon0" : { "hwmon0" : {
@ -19,3 +19,4 @@
} }
} }
} }
}