Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

Visible only to contributors.

Up to version 1.6.7 inspectIT uses configuration file to define the configuration options of the Agent. This section provides more information on how to configure the agent using configuration files.

...

The following table describes the possible configuration settings of the agent configuration at a glance. For more details, please navigate to the detail pages. The ordering of the configuration elements is completely free. Best practice is to define the global settings and sensor type definitions at the top of the configuration file. It is also possible to use multiple configuration files to make the configuration better readable.

Section

Description

Configuration

Repository

The repository setting defines the location of the CMR the data should be sent to.

repository IP port agentname

Sending strategy

Definition of the strategy used to send data to the CMR

send-strategy strategy options

Buffer strategy

Definition of the strategy used to buffer data to be sent to the CMR

buffer-strategy strategy

Sensor type definition

Definition of the sensor types (used for platform and method sensors)

method-sensor-type fqn options

Sensor assignment

Assignment of sensor types to methods. This is the most important part of the configuration

sensor sensorname class method options

Sample configuration and Sample projects

...