8000 GitHub - megadotnet/hazzmon-io: hazzmon-io Monitor and manage keys for your hazelcast cluster.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

megadotnet/hazzmon-io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hazelcast Keys Monitor & Management

A keys monitoring and management library for Java projects, app only needs one-line-code to setup.

  • 1.1 Core Initial commit.
  • 1.1 UI Initial commit.

System Requirements

  1. Spring Framework Architecture
  2. Hazelcast +3.7.9

Getting started

You may choose how to assemble them as you like.

    <dependency>
	<groupId>byzas.libs</groupId>
	<artifactId>hazzmon-core</artifactId>
	<version>1.1</version>
    </dependency>
    
    <dependency>
	<groupId>byzas.libs</groupId>
	<artifactId>hazzmon-ui</artifactId>
	<version>1.1</version>
    </dependency>

Usage

From Source:

1.  git clone https://github.com/sercancelenk/hazzmon-io
2.  cd hazzmon-io
3.  cd hazzmon-core
4.  mvn clean install [-DskipTests]
5.  cd ../hazzmon-ui
6.  mvn -Pui-build clean process-resources [-DskipTests] && mvn install [-DskipTests]
7.  Add library to your classpath.
8.  Add @EnableHazzmonListener annotation to your configuration.
9.  Then go to /hazzmon-ui.html page.
10. And see monitoring ui.

How does it work?

  1. Hazzmon-core library setup hazzmon-api endpoints for your usage.
  2. Hazzmon-ui library setup ui.

Screenshots

image

image

image

image

image

Donation

If you find this repository helpful, you may make a donation to me via email. ![email]sercancelenk@gmail.com

Contributors

This library is initially created and maintained by sercancelenk

Special thanks to Caner Kurtul

Change Log

Not yet.

Contribute

If you would like to contribute code to Hazzmon-io you can do so through GitHub by forking the repository and sending a pull request.

License

Copyright (C) 2016 MarkZhai (http://zhaiyifan.cn).

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

hazzmon-io Monitor and manage keys for your hazelcast cluster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 44.4%
  • TypeScript 26.9%
  • HTML 25.6%
  • JavaScript 1.9%
  • CSS 1.2%
0