jmxtrans icon indicating copy to clipboard operation
jmxtrans copied to clipboard

jmxtrans

Results 105 jmxtrans issues
Sort by recently updated
recently updated
newest added

[JMX notifications](https://docs.oracle.com/javase/tutorial/jmx/notifs/index.html): > The JMX API defines a mechanism to enable MBeans to generate notifications, for example, to signal a state change, a detected event, or a problem. jmxtrans could...

I noticed that `Query.queryNames(mbeanServer)` calls `mbeanServer.queryNames(objectName, null)` to fetch all the objectNames that matches the objectName in the query config. In my current use case, a Cassandra server, the number...

Please expose a basic HTTP writer. It should be configurable for host, port, method and optionally for security. A templating option should also be provided. As a start a basic...

improvement
waiting-for-pull-request

So I have been messing with this for quite some time, and I cannot for the life of me get the GraphiteWriterFactory to send data with, effectively, the same namespace...

I just wanted to give jmxtrans a try and encountered the following stumbling blocks: * The download link (zip and tgz) at http://www.jmxtrans.org/ points to an archived version of the...

when i used jmxtrans-266.rpm to install. there are something error. the error is:/var/tmp/rpm-tmp.3oz8Rv: 1: /var/tmp/rpm-tmp.3oz8Rv: /sbin/chkconfig: not found how to do that? thanks.

I installed "jmxtrans_20121016-175251-ab6cfd36e3-1_all.deb" followed it with the installation of version 253: "jmxtrans-253.deb" to include InfluxDbWriterFactory. But itseems like jmxtrans is not running as there are no log progression and no...

bug
waiting-for-pull-request

Hi, I'm using this tool to report [Kafka metrics](http://kafka.apache.org/documentation.html#monitoring) to Influxdb, seems some error occured: ``` bash [17 May 2016 14:11:16] [jmxtrans-result-1] 600631 WARN (com.googlecode.jmxtrans.jmx.ResultProcessor$1:60) - Could not write results...

bug

(data over the wire intercepted with `netcat -ul 8953`) **Expected** ``` Memory.HeapMemoryUsage 1502401004 134217728 type=init Memory.HeapMemoryUsage 1502401004 129761280 type=committed Memory.HeapMemoryUsage 1502401004 129761280 type=max Memory.HeapMemoryUsage 1502401004 21319040 type=used Memory.NonHeapMemoryUsage 1502401004 2555904...

bug

If jmxtrans crashes or is not stopped properly (hard system reset), the pidfile remains and contains an outdated PID. "jmxtrans.sh start" fails and gives the error 'jmxtrans appears to already...