agent-bond
agent-bond copied to clipboard
A Super Java Agent
Allow Jolokia port to be specified as env variable like `-javaagent:./agent-bond-agent.jar=jolokia{{port=${env:MY_JOLOKIA_PORT}}`. currently specifying this way throws NumberFormatException
Hi Roland, the links above are broken. Are the samples still available somewhere? Cheer Christian
to disable this variable, which is useful if this is set e.g. hardcoded in the image. See also https://github.com/fabric8io/fabric8-devops/issues/799 where this became an issue.
A simple agent which opens a port and answer requests for readiness with an "OK" or "NOK" on a plain http requests. How this check can be performed internally and...