LogLevel
{logging level}
|
Logging level of the component.
If the 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: <opt_dir>/bin/drweb-update.
•For GNU/Linux: /opt/drweb.com/bin/drweb-update.
•For FreeBSD: /usr/local/libexec/drweb.com/bin/drweb-update |
RunAsUser
{UID | user name}
|
The parameter determines as which user the component runs. Either the numerical UID of the user or the user name (login) can be specified. If the user name consists of numbers (i.e. similar to a numerical UID), it must be specified with the “name:” prefix, for example: RunAsUser = name:123456.
When the user name is not specified, the component terminates with an error at startup.
Default value: drweb
|
UpdateInterval
{time interval}
|
The frequency to check for updates on Dr.Web update servers. This is a time period between a previous successful attempt to connect to the update servers (initiated automatically or manually) and the next attempt to perform an update.
Default value: 30m
|
RetryInterval
{time interval}
|
Frequency of repeated attempts to perform an update using the update servers if the previous attempt failed.
Allowed values: from 1 minute (1m) to 30 minutes (30m) inclusive.
Default value: 3m
|
MaxRetries
{integer}
|
Number of repeated attempts to perform an update using Dr.Web update servers (the frequency is specified in the RetryInterval parameter) if the previous attempt failed.
If the value is set to 0, repeated attempts are not made (the next update will be performed after the time period specified in the UpdateInterval parameter).
Default value: 3
|
Proxy
{connection string}
|
Stores the parameters for connecting to a proxy server that is used by the updater component (Dr.Web Updater) when it is connecting to Dr.Web updates servers (for example, if direct connections to external servers are prohibited by your network security policies).
If the parameter value is not specified, the proxy server is not used.
Allowed values:
<connection string>—proxy server connection string. The string has the following format (URL):
[<protocol>://][<user>:<password>@]<host>:<port>
where:
•<protocol> is the utilized protocol type (in the current version, only http is available);
•<user> is the user name to connect to the proxy server;
•<password> is the password to connect to the proxy server;
•<host> is the host address of the proxy (IP address or domain name, i.e. FQDN);
•<port> is the port to be used.
The URL parts <protocol> and <user>:<password> may be absent. The proxy server address <host>:<port> is mandatory.
If the user name or password contain characters @, % or :, these characters must be replaced with the corresponding HEX codes: %40, %25 and %3A, respectively.
Examples:
1.In the configuration file:
•Connection to a the proxy server hosted at proxyhost.company.org using port 123:
Proxy = proxyhost.company.org:123
•Connection to the proxy server hosted at 10.26.127.0 using port 3336 via HTTP protocol as the legaluser user with the passw password:
Proxy = http://legaluser:passw@10.26.127.0:3336
•Connection to the proxy server hosted at 10.26.127.0 using port 3336 as the user@company.com user with the passw%123 password:
Proxy = user%40company.com:passw%25123%3A@10.26.127.0:3336
2.Setting the same values using the drweb-ctl cfset command:
# drweb-ctl cfset Update.Proxy proxyhost.company.org:123
# drweb-ctl cfset Update.Proxy http://legaluser:passw@10.26.127.0:3336
# drweb-ctl cfset Update.Proxy user%40company.com:passw%25123%3A@10.26.127.0:3336
|
Default value: (not specified)
|
ExcludedFiles
{file name}
|
Defines the name of the file that will not be updated by the Dr.Web Updater component.
Accepts a list of values. The values in the list must be comma-separated (with each value put in quotation marks). The parameter can be specified more than once in the section (in this case, all its values are combined into one list).
Example: Add the 123.vdb file and the 456.dws directory to the list.
1.Adding values to the configuration file.
•Two values per string:
[Update]
ExcludedFiles = "123.vdb", "456.dws"
|
•Two strings (one value per string):
[Update]
ExcludedFiles = 123.vdb
ExcludedFiles = 456.dws
|
2.Adding values with the drweb-ctl cfset command:
# drweb-ctl cfset Update.ExcludedFiles -a 123.vdb
# drweb-ctl cfset Update.ExcludedFiles -a 456.dws
|
Default value: drweb32.lst
|
NetworkTimeout
{time interval}
|
A time-out period imposed on the network-related operations of the updater component while downloading updates from Dr.Web update servers.
This parameter is used when a connection is temporarily lost: if the connection is established again before the time-out expires, the interrupted updating process will be continued.
Specifying the time-out value larger than 75s has no effect as the connection is closed by the TCP timeout.
Minimal value: 5s.
Default value: 60s
|
BaseDrlDir
{path to directory}
|
Defines a path to directory that contains files used for connection to update servers of a standard update zone, which are used by the update component for updating virus databases and the scan engine.
Default value: <var_dir>/drl/bases.
•For GNU/Linux: /var/opt/drweb.com/drl/bases.
•For FreeBSD: /var/drweb.com/drl/bases |
BaseCustomDrlDir
{path to directory}
|
Defines a path to directory that contains files used for connection to a special “customized” update zone, which are used by the for updating virus databases and the scan engine.
If the directory defined in the parameter contains a non-empty signed server list file (the .drl file), the update is performed only from these servers, and the main zone servers (see above) are not used to update the virus databases and the scanning engine.
Default value: <var_dir>/custom-drl/bases.
•For GNU/Linux: /var/opt/drweb.com/custom-drl/bases.
•For FreeBSD: /var/drweb.com/custom-drl/bases |
BaseUpdateEnabled
{logical}
|
Indicator that shows whether or not updating of virus databases and the scan engine is allowed.
Allowed values:
•Yes—updating is allowed and will be performed;
•No—updating is not allowed and will not be performed.
Default value: Yes
|
VersionDrlDir
{path to directory}
|
Defines a path to directory that contains files used for connection to servers, which are used for updating Dr.Web for UNIX File Servers versions.
Default value: <var_dir>/drl/version.
•For GNU/Linux: /var/opt/drweb.com/drl/version.
•For FreeBSD: /var/drweb.com/drl/version |
VersionUpdateEnabled
{logical}
|
Indicator that shows whether or not updating of the Dr.Web for UNIX File Servers component version is allowed.
Allowed values:
•Yes—updating is allowed and will be performed;
•No—updating is not allowed and will not be performed.
Default value: Yes
|
DwsCustomDrlPath
{path to file}
|
The parameter is not used.
Default value: <var_dir>/drl/dws/custom.drl.
•For GNU/Linux: /var/opt/drweb.com/drl/dws/custom.drl.
•For FreeBSD: /var/drweb.com/drl/dws/custom.drl |
DwsDrlDir
{path to directory}
|
The parameter is not used.
Default value: <var_dir>/drl/dws.
•For GNU/Linux: /var/opt/drweb.com/drl/dws.
•For FreeBSD: /var/drweb.com/drl/dws |
DwsCustomDrlDir
{path to directory}
|
The parameter is not used.
Default value: <var_dir>/custom-drl/dws.
•For GNU/Linux: /var/opt/drweb.com/custom-drl/dws.
•For FreeBSD: /var/drweb.com/custom-drl/dws |
DwsUpdateEnabled
{logical}
|
The parameter is not used.
Default value: Yes
|
AntispamDrlDir
{path to directory}
|
The parameter is not used.
Default value: <var_dir>/drl/antispam.
•For GNU/Linux: /var/opt/drweb.com/drl/antispam.
•For FreeBSD: /var/drweb.com/drl/antispam |
AntispamCustomDrlDir
{path to directory}
|
The parameter is not used.
Default value: <var_dir>/custom-drl/antispam.
•For GNU/Linux: /var/opt/drweb.com/custom-drl/antispam.
•For FreeBSD: /var/drweb.com/custom-drl/antispam |
AntispamUpdateEnabled
{logical}
|
The parameter is not used.
Default value: No
|
BackupDir
{path to directory}
|
Path to the directory, where the previous versions of updated files are saved for possible rollback. Upon every update only updated files are backed up.
Default value: /tmp/update-backup
|
MaxBackups
{integer}
|
The maximum number of the previous versions of updated files, which are saved. If this number is exceeded the oldest copy is removed upon the next update.
If the parameter value is 0, the previous versions of the files are not saved.
Default value: 0
|
IdleTimeLimit
{time interval}
|
Maximum idle time for the component. When the specified period of time expires, the component shuts down.
The component is started upon the next update by schedule. When the update is completed, it is waiting for the specified time interval, and, if there are no new requests, it shuts down until the next update attempt.
Allowed values: from 10 seconds (10s) to 30 days (30d) inclusive.
If the None value is set, the component will function indefinitely; the SIGTERM signal will not be sent if the component goes idle.
Default value: 10m
|