diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-04-17 17:57:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-04-17 17:57:35 +0000 |
commit | 3b95e5be69c199a2a195c57aba12d88c242225ac (patch) | |
tree | 137b72ffaefe7f34bf21e975ccc9cc9ec0474564 /web/gui/dashboard_info.js | |
parent | Adding upstream version 1.13.0. (diff) | |
download | netdata-3b95e5be69c199a2a195c57aba12d88c242225ac.tar.xz netdata-3b95e5be69c199a2a195c57aba12d88c242225ac.zip |
Adding upstream version 1.14.0~rc0.upstream/1.14.0_rc0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'web/gui/dashboard_info.js')
-rw-r--r-- | web/gui/dashboard_info.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js index 4de6081e..99078ff4 100644 --- a/web/gui/dashboard_info.js +++ b/web/gui/dashboard_info.js @@ -443,6 +443,18 @@ netdataDashboard.menu = { title: 'Power Supply', icon: '<i class="fas fa-battery-half"></i>', info: 'Statistics for the various system power supplies. Data collected from <a href="https://www.kernel.org/doc/Documentation/power/power_supply_class.txt">Linux power supply class</a>.' + }, + + 'xenstat': { + title: 'Xen Node', + icon: '<i class="fas fa-server"></i>', + info: 'General statistics for the Xen node. Data collected using <b>xenstat</b> library</a>.' + }, + + 'xendomain': { + title: '', + icon: '<i class="fas fa-th-large"></i>', + info: 'Xen domain resource utilization metrics. Netdata reads this information using <b>xenstat</b> library which gives access to the resource usage information (CPU, memory, disk I/O, network) for a virtual machine.' } }; |