Configuration Parameters

The Dr.Web CloudD component uses configuration parameters specified in the [CloudD] section of the unified configuration file of Dr.Web Server Security Suite.

The section contains the following parameters:

Parameter

Description

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-cloudd

for FreeBSD: /usr/local/libexec/drweb.com/bin/drweb-cloudd

RunAsUser

{UID | user name}

User on behalf of whom the component is started. Either a numerical UID of the user or a user name (login) can be specified. If the user name consists of numbers (that is, the name is similar to a numerical UID), it must be specified with the name: prefix, for example, RunAsUser = name:123456.

If the user name is not specified, the component shuts down with an error upon startup.

Default value: drweb

IdleTimeLimit

{time interval}

Maximum idle time for the component. When the specified period of time expires, the component shuts down.

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

PersistentCache

{On | Off}

Enable or disable saving of the cache of Dr.Web Cloud responses to the disk.

Default value: Off

DebugSdk

{logical}

Log or do not log detailed messages from Dr.Web Cloud at the debug level (with LogLevel = DEBUG).

Default value: No