$('a[name]').remove(); $('#ic-homepage__footer').before('
'); $("#tabs").tabs({ selected: 1 }); $("#ic-homepage__ic-tips").append( quickTipHTML() ); unhideOneProductTip(); $("#ic-homepage__product-tips").wrapInner('
'); $("#ic-homepage__feed-tips").wrapInner('
'); });
IBM Tivoli Monitoring > Version 6.3 > User's Guides > Agent Builder User's Guide > Use the Java API to monitor data. IBM Tivoli Monitoring, Version 6.3
Java API configuration
When you define a Java API data source in your agent, some configuration properties are created for you.
If you define a Java API data source in your agent, the agent must use Java to connect to the Java API server. Java configuration properties are added to the agent automatically. The following Java configuration properties are specific to the agent runtime configuration:
Java configuration properties
Name Valid values Required Description Java home Fully qualified path to a directory No A fully qualified path that points to the Java installation directory. Java trace level Choice Yes Use this property to specify the trace level that is used by the Java providers. JVM arguments String No Use this property to specify an optional list of arguments to the Java virtual machine. Class path for external jars String No Path containing any JAR files that are not included with the agent, but are necessary for the runtime client operation. These configuration variables are available on the Runtime Configuration Information page of the Agent Editor under Configuration for Java Virtual Machine (JVM), and Configuration for Java API.
Parent topic:
Use the Java API to monitor data.