Difference between revisions of "Agent Configuration File"

m
Add debug level configuration option
m (Add debug level configuration option)
Line 8: Line 8:
! Parameter !! Description !! Default Value
! Parameter !! Description !! Default Value
|-
|-
| Action || Define action, which can be later executed by management server. See the Agent Configuration section for detailed description of
| Action || Define action, which can be later executed by management server. See the Agent Configuration section for detailed description of this parameter. || No defaults
this parameter. || No defaults
|-
|-
| ActionShellExec || Same as Action, but on Windows platform agent will use shell to execute command instead of normal process creation. There is no difference between Action and ActionShellExec on UNIX platforms. || No defaults
| ActionShellExec || Same as Action, but on Windows platform agent will use shell to execute command instead of normal process creation. There is no difference between Action and ActionShellExec on UNIX platforms. || No defaults
Line 18: Line 17:
|-
|-
| CreateCrashDumps || Enable (''yes'') or disable (''no'') creation of agent's crash dumps. Only has effect on Windows platforms. || ''no''
| CreateCrashDumps || Enable (''yes'') or disable (''no'') creation of agent's crash dumps. Only has effect on Windows platforms. || ''no''
|-
| DebugLevel || Set agent debug logging level (''0'' - ''9'').  Value of ''0'' turns off debugging, ''9'' enables very detailed logging.  Can also be set with command line ''-D <level>'' option.  || ''0''
|-
|-
| DumpDirectory || Directory for storing crash dumps. || ''C:\''
| DumpDirectory || Directory for storing crash dumps. || ''C:\''
20

edits