From 144fad770674a2db011cf1b3ea0c0a34da0e708e Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Thu, 28 Jan 2021 22:59:47 -0800 Subject: [PATCH] Fix system-stats-monitor config indention. --- config/system-stats-monitor.json | 38 ++++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/config/system-stats-monitor.json b/config/system-stats-monitor.json index 715279e2..162fd0a8 100644 --- a/config/system-stats-monitor.json +++ b/config/system-stats-monitor.json @@ -6,28 +6,28 @@ }, "cpu/usage_time": { "displayName": "cpu/usage_time" - }, - "cpu/load_1m": { + }, + "cpu/load_1m": { "displayName": "cpu/load_1m" - }, - "cpu/load_5m": { + }, + "cpu/load_5m": { "displayName": "cpu/load_5m" - }, - "cpu/load_15m": { + }, + "cpu/load_15m": { "displayName": "cpu/load_15m" - }, - "system/processes_total": { - "displayName": "system/processes_total" - }, - "system/procs_running": { - "displayName": "system/procs_running" - }, - "system/procs_blocked": { - "displayName": "system/procs_blocked" - }, - "system/interrupts_total": { - "displayName": "system/interrupts_total" - } + }, + "system/processes_total": { + "displayName": "system/processes_total" + }, + "system/procs_running": { + "displayName": "system/procs_running" + }, + "system/procs_blocked": { + "displayName": "system/procs_blocked" + }, + "system/interrupts_total": { + "displayName": "system/interrupts_total" + } } }, "disk": {