daniloarcidiacono / hazelcast-monitor

Hazelcast Monitoring Tool
MIT License
14 stars 5 forks source link
dashboard hazelcast monitoring-tool

Hazelcast Monitor

This is an unofficial monitoring tool for Hazelcast.

Dashboard

Topic

Modules

How to compile the webapp

The webapp is written in Angular 6, therefore NodeJS must be installed to compile it.

cd hazelcast-monitor-webapp
npm install
npm run start

or

npm run start-ssl

to serve in SSL.