Alexey Serbin has uploaded this change for review. (
http://gerrit.cloudera.org:8080/15292
Change subject: [webserver] add information on time source
......................................................................
[webserver] add information on time source
This patch adds the following information into the '/config' endpoint
of the embedded web server:
* configured time source
* effective time source
* the effective list of servers for the built-in NTP client (only in
case if the effective time source is 'builtin')
I also did a minor re-factoring of the code that renders the 'Security'
pane at the same '/config' page.
Change-Id: I7ff07808a1a534f3546e88ff13bc876b98afdb7e
---
M src/kudu/clock/hybrid_clock.cc
M src/kudu/server/default_path_handlers.cc
M src/kudu/server/generic_service.cc
M www/config.mustache
4 files changed, 151 insertions(+), 45 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/92/15292/1
--
To view, visit http://gerrit.cloudera.org:8080/15292
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7ff07808a1a534f3546e88ff13bc876b98afdb7e
Gerrit-Change-Number: 15292
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>