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 |
---|---|---|
The repository setting defines the location of the CMR the data should be sent to. | repository IP port agentname | |
Definition of the strategy used to send data to the CMR | send-strategy strategy options | |
Definition of the strategy used to buffer data to be sent to the CMR | buffer-strategy strategy | |
Definition of the sensor types (used for platform and method sensors) | method-sensor-type fqn options | |
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
...