Skip to content

robertBrem/wildwatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wildwatcher

Monitoring for Wildfly

You can test it with the following possibilites: http://localhost:8080/WildWatcher/resources/servers/10.10.10.10 results in -->

{
	"server-state":"running",
	"launch-type":"STANDALONE",
	"management-major-version":2,
	"management-micro-version":0,
	"management-minor-version":2,
	"name":"4c96f212980a",
	"namespaces":[],
	"process-type":"Server",
	"product-name":null,
	"product-version":null,
	"profile-name":null,
	"release-codename":"Tweek",
	"release-version":"8.2.0.Final",
	"running-mode":"NORMAL",
	"schema-locations":[]
}

http://localhost:8080/WildWatcher/resources/servers/10.10.10.10:9990/deployments/service.war results in -->

{
	"content": [{
		"path":"deployments/service.war",
		"relative-to":"jboss.server.base.dir",
		"archive":true
	}],
	"enabled":true,
	"name":"service.war",
	"persistent":false,
	"runtime-name":"service.war",
	"status":"OK"
}

The port is optional.

You also can set the following QueryParameters:

Documentation for the attributes

About

Monitoring for Wildfly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages