This repository was archived by the owner on Nov 28, 2024. It is now read-only.
Commit b6b1276
committed
1) Added support to configure the JMX protocol and endpoint for a host via the macros {$JMX_PROTOCOL} and {$JMX_ENDPOINT} - this is a temporary solution as this should probably be defined in the JMX interface but that would require schema changes.
2) Added support for Jolokia to fulfill JMX requests. This can be enabled by setting the {$JMX_PROTOCOL} macro to “http” or “https”
3) Added operations support for the Jolokia checker (planning to add this to the standard JMXItemChecker later) - operations JMX keys are defined as “jmx.operation[<object name>, <method with arguments>, <argument types>]
4) Added metrics tracking to deteremine the rate of requests and performance using Yammer’s Metrics library
5) Added a fix to change results that come back in scientific notation to a standard number so that Zabbix can handle it as Zabbix currently cannot handle numbers in scientific notation.
6) Added Eclipse project settings1 parent 17b4ede commit b6b1276
File tree
24 files changed
+989
-4
lines changed- lib
- src/com/zabbix/gateway
24 files changed
+989
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments