Skip to content

Sample to show how to use a property collector to gather info about a cluster

Notifications You must be signed in to change notification settings

yavijava/yavijava_cluster_prop_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cluster_prop_example

Usage

To run this sample you will need at least JAVA 1.6 and Gradle.

Build:

./gradlew fatJar

The above command will build a jar file that contains all of the dependencies needed to run the sample.

Next:

java -jar build/libs/cluster_prop_example-1.0.jar [email protected] password 172.16.214.143 DC0_C0

This will execute the sample. It will use [email protected] as the username, password as the password, it will connect to the host 172.16.214.143 and gather info about the cluster named DC0_C0

About

Sample to show how to use a property collector to gather info about a cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages