Skip to content

tan9/was_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JMX Exporter for WebSphere AS

A customized JMX Exporter for exporting metrics from WebSphere Application Server by using ViualWAS connector.

Usage

You have to install VisualWAS WebSphere plugin as described here.

Write your own jmx_exporter configuration file:

# Using protocol provided by the VisualWAS project
jmxUrl: service:jmx:soap://localhost:8880
ssl: false
lowercaseOutputName: false
lowercaseOutputLabelNames: false

And then run this application as a normal standalone jmx_exporter:

# Listen on 8080 port and using the specified jmx_exporter configuration
java -jar was_exporter-0.0.1-SNAPSHOT.jar 8080 config.yaml

About

A customized Prometheus jmx_exporter for WebSphere powered by VisualWAS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages