From a680a13ddd876f80d23fd58484fc02b1c6c648b1 Mon Sep 17 00:00:00 2001 From: Levi Harrison Date: Mon, 28 Jun 2021 08:44:36 -0400 Subject: [PATCH] Rearranged components Signed-off-by: Levi Harrison --- consoles/node-overview.html | 112 ++++++++++++++++++------------------ 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/consoles/node-overview.html b/consoles/node-overview.html index 092028d33..50aa46fa3 100644 --- a/consoles/node-overview.html +++ b/consoles/node-overview.html @@ -1,60 +1,5 @@ {{ template "head" . }} -{{ template "prom_content_head" . }} -

Node Overview - {{ reReplaceAll "(.*?://)([^:/]+?)(:\\d+)?/.*" "$2" .Params.instance }}

- -

CPU Usage

-
- - -

Disk I/O Utilization

-
- - -

Memory

-
- - {{ template "prom_right_table_head" }} Overview @@ -114,9 +59,64 @@ {{ template "prom_query_drilldown" (args (printf "100 - node_filesystem_avail_bytes{job='node',instance='%s',mountpoint='%s'} / node_filesystem_size_bytes{job='node'} * 100" .Labels.instance .Labels.mountpoint) "%" "roughlyNearZero") }} {{ end }} - + {{ template "prom_right_table_tail" }} +{{ template "prom_content_head" . }} +

Node Overview - {{ reReplaceAll "(.*?://)([^:/]+?)(:\\d+)?/.*" "$2" .Params.instance }}

+ +

CPU Usage

+
+ + +

Disk I/O Utilization

+
+ + +

Memory

+
+ + {{ template "prom_content_tail" . }} {{ template "tail" }}