diff --git a/consoles/node-disk.html b/consoles/node-disk.html index b02e7ed46..2ef781053 100644 --- a/consoles/node-disk.html +++ b/consoles/node-disk.html @@ -1,5 +1,40 @@ {{ template "head" . }} +{{ template "prom_content_head" . }} +

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

+ +

Disk I/O Utilization

+
+ +

Filesystem Usage

+
+ + {{ template "prom_right_table_head" }} Disks @@ -37,40 +72,6 @@ {{ template "prom_right_table_tail" }} -{{ template "prom_content_head" . }} -

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

- -

Disk I/O Utilization

-
- -

Filesystem Usage

-
- {{ template "prom_content_tail" . }} {{ template "tail" }} diff --git a/consoles/node-overview.html b/consoles/node-overview.html index 77b0a50df..ba2c6768f 100644 --- a/consoles/node-overview.html +++ b/consoles/node-overview.html @@ -1,5 +1,60 @@ {{ 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 @@ -62,60 +117,6 @@ {{ 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" }}