Gathers metrics from the Siebel SARM logs to provide aggregated task information.
Gathers metrics from the Siebel ARM logs to provide aggregated task information
This extension consumes DDUs if the number of metrics surpasses the Host Unit included metrics.
Count, Response time, CPU time and Memory usage per instance of the following tasks:
The Extension must be installed both on a OneAgent and on the Dynatrace Cluster. See Deploy an extension in our full documentation for more details.
Extract the extension zip file to the plugin_deployment
folder at the root of the oneagent.
Linux:
unzip -o -d /opt/dynatrace/oneagent/plugin_deployment custom.python.siebel_plugin.zip
/opt/dynatrace
Windows:
%PROGRAMFILES%\dynatrace\oneagent\plugin_deployment
%PROGRAMFILES%\dynatrace
Tip: Make sure the unzipped folder is not nested inside another folder. The path should be in the form: \plugin_deployment\custom.remote.python.siebel_plugin\<extension files>
Upload the same extension zip file to your tenant. The Extension configuration and upload UI is located at:
Settings > Monitored technologies > Custom extensions > Upload extension
The Siebel extension will not collect metrics until you configure a global or host specific configuration.
Parameters required are:
sarmquery
executable (directory or environment variable name)Examples:
E:/APPS/Siebel/8.1.1.11.0/ses/siebsrvr/log
or SIEBEL_LOG_DIR
C:/Siebel/sarmquery
or SIEBEL_SARMQUERY
The Siebel ARM log files needs to be written every minute, and with at least a level of 1. See here for more details on how to set that up.