-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jmx exporter on an old AIX, v6.1. #898
Comments
metrics : on http://x.xx.x.x:19999
|
Your exporter YAML configuration looks incorrect...
The standalone JMX Exporter HTTP endpoint listening on port 19999...
While the standalone JMX Exporter works, it's discouraged. The standalone JMX Exporter can't get JVM metrics of the remote application. |
Thanks, it's working after the change 👍 hostPort: localhost:19998 Another question: the smaller agent is the http agent? any suggestion if I just want operating system metrics? |
I would look at |
Not compatible with old aix, lower than 7.1. On a old aix you can just make script and scrapt it with ssh |
Hello,
I try use the jmx exporter on an old AIX, v6.1, and java 8
It start but nothing to scrape with HTTP version jmx_exporter
Important : I just want Cpu and memory metrics.
config:
JAVA_HOME=/usr/java8_64/jre;export JAVA_HOME
export PATH=/usr/java8_64/jre/bin:$PATH.
export CLASSPATH=/opt/jmx_exporter/jmx_prometheus_httpserver.jar
-----file /opt/jmx_exporter/config.yaml ----
hostPort: localhost:19999
rules:
command line:
/usr/java8_64/jre/bin/java
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.port=19998
-jar /opt/jmx_exporter/jmx_prometheus_httpserver.jar 19999 /opt/jmx_exporter/config.yaml
error msg:
The text was updated successfully, but these errors were encountered: