-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Par example: ``` {:local {:object-pattern "MyMbeanz:*" :jmx-remote-host "localhost" :jmx-remote-port 11080} :prod {:object-pattern "MyMbeanz:*" :jmx-remote-host "255.255.255.255" :jmx-remote-port 11080}} ``` The api can then be used like this: ``` $ cat /var/tmp/mbeanz.port 50123 $ curl localhost:50123/local/list [{"bean": "SomeMbean", "operation": "someLocalOperation"}, ...] $ curl localhost:50123/prod/list [{"bean": "SomeMbean", "operation": "someLocalOperation"}, ...] ```
- Loading branch information
Oskar Jung
committed
Oct 1, 2015
1 parent
e508419
commit 1a66070
Showing
5 changed files
with
117 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{:local {:object-pattern "Adscale:*" | ||
:jmx-remote-host "localhost" | ||
:jmx-remote-port 11080} | ||
:kafka {:object-pattern "kafka:*" | ||
:jmx-remote-host "localhost" | ||
:jmx-remote-port 11080}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters