Zookeeper Visual monitoring Node-zk-browser

Source: Internet
Author: User
Tags zookeeper
Node-zk-browser

It is based on Express.js and node-zookeeper.it will display zookeeper data as a lazy load tree and display statistics and data for each path; You can create, edit, or delete paths if you log in.

Operating Environment

You must have node. JS 0.8 installed. X from Https://github.com/joyent/node/tags and NPM.


Configure the installation

First, you must install the dependency "
NPM install-d

Then edit App.js to configure your
var zkclient = new Zkclient ("localhost:2181");


Or you can pass the environment variable:


Export zk_host= "localhost:2181"


In start.sh
Edit User.json To configure your administrator account:

{"Name": "Password"}

Then start the application type command
./start.sh



NPM install-d will error when the SSL and so on, from the StackOverflow to find solutions
NPM Config set Strict-ssl false

NPM config set registry= "http://registry.npmjs.org/"


Original: http://www.52itstyle.com/thread-26201-1-1.html

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.