From 1d63948d79ca6f32889656692d6736c9127f2ee1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2019 19:57:47 +0200 Subject: Merging upstream version 1.14.0~rc0. Signed-off-by: Daniel Baumann --- web/gui/dashboard_info.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'web/gui/dashboard_info.js') diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js index 4de6081ec..99078ff4c 100644 --- a/web/gui/dashboard_info.js +++ b/web/gui/dashboard_info.js @@ -443,6 +443,18 @@ netdataDashboard.menu = { title: 'Power Supply', icon: '', info: 'Statistics for the various system power supplies. Data collected from Linux power supply class.' + }, + + 'xenstat': { + title: 'Xen Node', + icon: '', + info: 'General statistics for the Xen node. Data collected using xenstat library.' + }, + + 'xendomain': { + title: '', + icon: '', + info: 'Xen domain resource utilization metrics. Netdata reads this information using xenstat library which gives access to the resource usage information (CPU, memory, disk I/O, network) for a virtual machine.' } }; -- cgit v1.2.3