https://github.com/sensu-plugins/sensu-plugins-jolokia
This plugin provides instrumentation for monitoring Java [Jboss/Wildfly], including: memory percentage and application deployment status via jolokia.
https://github.com/sensu-plugins/sensu-plugins-jolokia
java jolokia sensu-plugins
Last synced: 3 months ago
JSON representation
This plugin provides instrumentation for monitoring Java [Jboss/Wildfly], including: memory percentage and application deployment status via jolokia.
- Host: GitHub
- URL: https://github.com/sensu-plugins/sensu-plugins-jolokia
- Owner: sensu-plugins
- License: mit
- Created: 2016-08-24T16:12:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T20:19:33.000Z (over 4 years ago)
- Last Synced: 2024-08-10T21:28:39.977Z (about 1 year ago)
- Topics: java, jolokia, sensu-plugins
- Language: Ruby
- Homepage: http://sensu-plugins.io
- Size: 29.3 KB
- Stars: 0
- Watchers: 11
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## sensu-plugins-jolokia
[](https://travis-ci.org/sensu-plugins/sensu-plugins-jolokia)
[](http://badge.fury.io/rb/sensu-plugins-jolokia)
[](https://gemnasium.com/sensu-plugins/sensu-plugins-jolokia)## Functionality
**check-java-app-deployment**
Check current runtime status/deploymnet status of a application:
A deployment represents anything that can be deployed:
Such as EJB-JAR, WAR, EAR, any kind of standard archive such as RAR or JBoss-specific deployment)**check-jvm-memory-pcnt**
Check the percentage of JVM HEAP or NonHEAP Memory against a warning/critical threshold
**check-joloki-key**
Check against a sepcified jolokia key and alert on a warning/critical threshold
## Files
* check-java-app-deployment.rb
* check-jvm-memory-pcnt.rb
* check-jolokia-key.rb## Usage
## Installation
[Installation and Setup](http://sensu-plugins.io/docs/installation_instructions.html)