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" }}