Contains the feeds parameters.
Path
ServiceSettings > BasesSettings
Attributes
This element has no attributes.
Nested elements
This element is a container for the following nested elements:
Specifies the path to the directory that contains feeds from Kaspersky. If a relative path is set, it is calculated relative to the directory that contains the service binary file.
This element is mandatory.
Specifies the path to the directory that contains the backup version of feeds from Kaspersky. If a relative path is set, it is calculated relative to the directory that contains the service binary file.
This element is mandatory.
Specifies the path to the directory that contains feeds downloaded from Kaspersky. If a relative path is set, it is calculated relative to the directory that contains the service binary file.
This element is mandatory.
The time interval in hours following the last feed update, after which a notification about an outdated feed is sent to the event target. To turn off notifications, set this parameter to 0
. This setting is taken into account for every feed that has no outdated_alert_period attribute.
This element is optional. If it is omitted, the default value 0
is used.
Example
The following is an example of this element.
< <Bases>../feeds</Bases> <BasesBackup>../feeds/backup</BasesBackup> <BasesDownload>../feeds/download</BasesDownload> <OutdatedBasesAlertPeriod>120</OutdatedBasesAlertPeriod> <ScannersCount>9</ScannersCount> </ |