JVM version Node Monitor
The goal is to help making sure JVM versions in use on Master and Agents are reasonably aligned to avoid ClassFormatError and other cool errors.
| default? | Description | Examples |
|---|---|---|
|
Disconnect if Master bytecode level is higher than agent’s runtime JVM |
|
|
Disconnect if Master JVM is not the same major.minor version as the agent’s |
|
|
Disconnect if Master JVM is not exactly the same than agent’s runtime JVM (paranoid option) |
|