From 0aae17767ff03da1d89767420b40501c7ced1b01 Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Wed, 25 Sep 2019 12:50:25 +0300 Subject: zookeeper and hdfs: alarms and dashboard_info (#6927) * add zookeeper alarms * add zookeeper to dashboard_info * zookeeper alarm fix * add hdfs alarms * add hfds to dashboard_info * minor * fix hdfs zk links: use latest version * hdfs dashboard_info: change semicolon to comma --- web/gui/dashboard_info.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'web') diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js index 3f65718164..c277bbdd3a 100644 --- a/web/gui/dashboard_info.js +++ b/web/gui/dashboard_info.js @@ -504,6 +504,18 @@ netdataDashboard.menu = { title: 'VCSA', icon: '', info: 'vCenter Server Appliance health statistics. Data collected from Health API.' + }, + + 'zookeeper': { + title: 'Zookeeper', + icon: '', + info: 'Provides health statistics for Zookeeper server. Data collected through the command port using mntr command.' + }, + + 'hdfs': { + title: 'HDFS', + icon: '', + info: 'Provides Hadoop Distributed File System performance statistics. Module collects metrics over Java Management Extensions through the web interface of an HDFS daemon.' } }; @@ -2625,5 +2637,17 @@ netdataDashboard.context = { '2: non-security updates are available; ' + '3: security updates are available; ' + '4: an error retrieving information on software updates.' + }, + + // ------------------------------------------------------------------------ + // Zookeeper + + 'zookeeper.server_state': { + info: + '0: unknown, ' + + '1: leader, ' + + '2: follower, ' + + '3: observer, ' + + '4: standalone.' } }; -- cgit v1.2.3