LogLevel
{logging level}
|
Logging level of the component.
If a parameter value is not specified, the DefaultLogLevel parameter value from the [Root] section is used.
Default value: Notice
|
Log
{log type}
|
Logging method of the component.
Default value: Auto
|
ExePath
{path to file}
|
Component executable path.
Default value:
•for GNU/Linux: /opt/drweb.com/bin/drweb-se
•for FreeBSD: /usr/local/libexec/drweb.com/bin/drweb-se |
IdleTimeLimit
{time interval}
|
Maximum idle time for the component. When the specified period of time expires, the component shuts down.
If the FixedSocketPath parameter is set, this setting is ignored (the component does not finish its operation after the time interval expires).
Allowed values: from 10 seconds (10s) to 30 days (30d).
If the None value is set, the component will operate indefinitely; the SIGTERM signal will not be sent if the component goes idle.
Default value: 1h
|
FixedSocketPath
{path to file}
|
Path to the UNIX socket of the fixed instance of Dr.Web Scanning Engine.
If this parameter is specified, the Dr.Web ConfigD configuration management daemon ensures that there is always a running scanning engine instance available to clients via this socket.
Default value: (not specified)
|
MaxForks
{integer}
|
Maximum allowed number of child scanning processes that can run simultaneously spawned by Dr.Web Scanning Engine.
Default value: Automatically determined at startup as twice the number of available CPU cores; or 4, if the resulting number is less than 4.
|
WatchdogInterval
{time interval}
|
Rate at which Dr.Web Scanning Engine checks whether child scanning processes spawned by it are operable to detect deadlocks (“watchdog timer”).
Default value: 15s
|
BufferedIo
{boolean}
|
Enable or disable buffered input/output while scanning files.
Using buffered input/output on OSes of the GNU/Linux family and on FreeBSD can increase speed of scanning files on slow disks.
Allowed values:
•On, Yes, True—enable buffered input/output;
•Off, No, False—disable buffered input/output.
Default value: Off
|
AbortForkOnTimeout
{boolean}
|
Terminate or do not terminate scan processes by sending them SIGABRT on timeout.
Allowed values:
•On, Yes, True—terminate scan processes on timeout;
•Off, No, False—do not terminate scan processes on timeout.
Default value: Off
|