Skip to content

jmxtrans-agent-1.2.2

Compare
Choose a tag to compare
@cyrille-leclerc cyrille-leclerc released this 01 Feb 00:46
· 155 commits to master since this release
  • add configuration reloading with configuration parameter <reloadConfigurationCheckIntervalInSeconds>X</reloadConfigurationCheckIntervalInSeconds> thanks to @kerlandsson

    <jmxtrans-agent>
    <!-- SAMPLE -->
    <queries>
      ...
    </queries>
    <outputWriter class="org.jmxtrans.agent.ConsoleOutputWriter"/>
    <reloadConfigurationCheckIntervalInSeconds>5</reloadConfigurationCheckIntervalInSeconds>
    </jmxtrans-agent>
  • add startup delay to premain with the environment variable -Djmxtrans.agent.premain.delay in seconds for jboss 6+... thanks to @countryHick

    -Djmxtrans.agent.premain.delay=30