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-meshd.
•For GNU/Linux: /opt/drweb.com/bin/drweb-meshd.
•For FreeBSD: /usr/local/libexec/drweb.com/bin/drweb-meshd |
DebugSsh
{logical}
|
Log or do not log SSH protocol messages (used for passing messages and data) received and sent by the Dr.Web MeshD component operating on the host, if the logging level is LogLevel = Debug.
Default value: No
|
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) 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
|
DnsResolverConfPath
{path to file}
|
Path to the DNS resolver configuration file.
Default value: /etc/resolv.conf
|
ListenAddress
<IP address>:<port>
|
Network socket (address and port) of the client connection where the component is waiting to receive connections from cloud hosts. These hosts are clients of services provided by this cloud host.
In order for the component to listen on the IPv6 interface and detect cloud client hosts via IPv6, the parameter must be set.
If the value is not set, the component does not receive requests from clients.
Default value: 0.0.0.0:7090 if the drweb-scanning-server package is installed, not specified otherwise
|
FileChannel
{On | Off}
|
Allow or do not allow the Dr.Web MeshD component operating on this host to participate in file exchange services.
If the parameter is set to On, the Dr.Web MeshD component is automatically started by the Dr.Web ConfigD configuration daemon.
Default value: On
|
FileUplink
{address}
|
Address of the higher-level host of Dr.Web MeshD that receives files from this host for scanning.
Allowed values:
•value is not specified—server is not specified for this service, and Dr.Web MeshD will not establish connections;
•<IP address>:<port>—Dr.Web MeshD will connect to the server with the specified address and port;
•dns:<service name>[:<domain>]—address and port of the server are determined by searching for SRV record of the DNS domain <domain>. If <domain> is not specified, a domain from the DNS resolver configuration file is used (the path is specified in ResolverConfPath). The domain is taken from the search and domain fields, depending on which of them is encountered last in the configuration file;
•discover—search for a higher-level host using the discovery mechanism.
Default value: (not specified)
|
FileDebugIpc
{logical}
|
Log the debug information for the file exchange service if the logging level is LogLevel = Debug.
Default value: No
|
EngineChannel
{On | Off}
|
Allow or do not allow the Dr.Web MeshD component operating on this host to pariticipate in providing scanning engine services.
If the parameter is set to On, the Dr.Web MeshD component is automatically started by the Dr.Web ConfigD configuration daemon.
Default value: On
|
EngineUplink
{address}
|
Address of the higher-level host of Dr.Web MeshD that provides scanning engine services for this host.
Allowed values:
•value is not specified—server is not specified for this service, and Dr.Web MeshD will not establish connections;
•<IP address>:<port>—Dr.Web MeshD will connect to the server with the specified address and port;
•dns:<service name>[:<domain>]—address and port of the server are determined by searching for SRV record of the DNS domain <domain>. If <domain> is not specified, a domain from the DNS resolver configuration file is used (the path is specified in ResolverConfPath). The domain is taken from the search and domain fields, depending on which of them is encountered last in the configuration file;
•discover—search for a higher-level host using the discovery mechanism.
Default value: (not specified)
|
EngineDebugIpc
{logical}
|
Log the debug information for the scan service if the logging level is LogLevel = Debug.
Default value: No
|
UrlChannel
{On | Off}
|
Allow or do not allow the Dr.Web MeshD component operating on this host to participate in URL checking services.
Default value: On
|
UrlUplink
{address}
|
Address of the higher-level host of Dr.Web MeshD that provides the URL checking services for this host.
Allowed values:
•value is not specified—server for checking URLs is not set;
•<IP address>:<port>—Dr.Web MeshD will connect to the server with the specified address and port;
•dns:<service name>[:<domain>]—address and port of the server are determined by searching for SRV record of the DNS domain <domain>. If <domain> is not specified, a domain from the DNS resolver configuration file is used (the path is specified in ResolverConfPath). The domain is taken from the search and domain fields, depending on which of them is encountered last in the configuration file;
•discover—search for a higher-level host using the discovery mechanism.
Default value: (not specified)
|
DiscoveryResponderPort
{port number}
|
The port on which the higher-level MeshD host responds to the requests of the clients via the UDP protocol.
The discovery mechanism is activated only if the ListenAddress value is set.
Default value: 18008
|
UrlDebugIpc
{logical}
|
Log the debug information for the URL checking service if the logging level is LogLevel = Debug.
Default value: No
|