group_cfg
Anti-virus component configuration for station groups.
Table fields
Field name
|
Field type
|
Description
|
id
|
VARCHAR(36) NOT NULL
|
group ID
|
component
|
INTEGER NOT NULL
|
component ID
|
name
|
VARCHAR(255) NOT NULL
|
parameter key
|
seq
|
INTEGER NOT NULL
|
sequence number of parameter value
|
value
|
CLOB DEFAULT ''
|
parameter value
|
modtime
|
NUMERIC(17) DEFAULT '0'
|
record modification time
|
Table indexes
Index name
|
Index type
|
Fields
|
group_cfg_pkey
|
table primary key
clustering index
|
id, component, name, seq
|
Table references
Field name
|
Direction
|
Referenced table field
|
id
|
→
|
groups_list.id
|
group_hash
Settings hashes of personal installation packages.
Table fields
Field name
|
Field type
|
Description
|
id
|
VARCHAR(36) NOT NULL
|
group ID
|
rate
|
VARCHAR(36) DEFAULT ''
|
tariff ID
|
hash_code
|
VARCHAR(20) NOT NULL
|
hash of URL to group installation package
|
createtime
|
NUMERIC(17) DEFAULT '0'
|
record creation time
|
Table indexes
Index name
|
Index type
|
Fields
|
group_hash_0001
|
simple table index
|
hash_code
|
group_hash_pkey
|
table primary key
|
id
|
Table references
Field name
|
Direction
|
Referenced table field
|
id
|
→
|
groups_list.id
|
group_install
Installing anti-virus components for station groups.
Table fields
Field name
|
Field type
|
Description
|
id
|
VARCHAR(36) NOT NULL
|
group ID
|
component
|
INTEGER NOT NULL
|
component ID
|
imode
|
INTEGER DEFAULT '1'
|
installation mode, see module cmp-install
|
createtime
|
NUMERIC(17) DEFAULT '0'
|
record creation time
|
Table indexes
Index name
|
Index type
|
Fields
|
group_install_pkey
|
table primary key
clustering index
|
id, component
|
Table references
Field name
|
Direction
|
Referenced table field
|
id
|
→
|
groups_list.id
|
group_rights
User permissions for station groups.
Table fields
Field name
|
Field type
|
Description
|
id
|
VARCHAR(36) NOT NULL
|
group ID
|
nright
|
NUMERIC(19) NOT NULL
|
permission name
|
value
|
NUMERIC(19) DEFAULT '0'
|
value as a string
|
Table indexes
Index name
|
Index type
|
Fields
|
group_rights_pkey
|
table primary key
clustering index
|
id, nright
|
Table references
Field name
|
Direction
|
Referenced table field
|
id
|
→
|
groups_list.id
|
group_schedule
Scheduler tasks for station groups.
Table fields
Field name
|
Field type
|
Description
|
id
|
VARCHAR(36) NOT NULL
|
group ID
|
item
|
VARCHAR(36) NOT NULL
|
task UUID
|
format
|
INTEGER DEFAULT '0'
|
option format
|
prefix
|
VARCHAR(64) NOT NULL
|
option prefix: time or action
|
field
|
VARCHAR(64) NOT NULL
|
option name
|
seq
|
INTEGER NOT NULL
|
option sequence number
|
asnumber
|
NUMERIC(19) DEFAULT '0'
|
option value as a number
|
asstring
|
CLOB DEFAULT ''
|
option value as a string
|
Table indexes
Index name
|
Index type
|
Fields
|
group_schedule_0001
|
simple table index
|
id
|
group_schedule_pkey
|
table primary key
clustering index
|
id, item, prefix, field, seq
|
Table references
Field name
|
Direction
|
Referenced table field
|
id
|
→
|
groups_list.id
|
group_updlimit
The chart of limitations on updates from Dr.Web Server for station groups.
Table fields
Field name
|
Field type
|
Description
|
id
|
VARCHAR(36) NOT NULL
|
group ID
|
seq
|
INTEGER NOT NULL
|
sequence number
|
bitmap
|
VARCHAR(768) DEFAULT ''
|
schedule with transfer restrictions for a week (bitmap)
|
bandwidth
|
INTEGER
|
maximal transmission speed
|
modtime
|
NUMERIC(17) DEFAULT '0'
|
record modification time
|
Table indexes
Index name
|
Index type
|
Fields
|
group_updlimit_pkey
|
table primary key
clustering index
|
id, seq
|
Table references
Field name
|
Direction
|
Referenced table field
|
id
|
→
|
groups_list.id
|
group_updmap
Limitations on updates from Dr.Web Server for station groups.
Table fields
Field name
|
Field type
|
Description
|
id
|
VARCHAR(36) NOT NULL
|
group ID
|
policy
|
INTEGER DEFAULT '0'
|
update policy, see module update-policy
|
bandwidth
|
INTEGER
|
maximal transmission speed, NULL for unlimited
|
beactual
|
INTEGER DEFAULT '0'
|
send to stations all last updates instead of marked as current
|
older_agent_ignore
|
INTEGER
|
ignore messages on outdated virus databases from stations
|
older_server_gap
|
NUMERIC(19)
|
interval when products at stations are considered relevant
|
downgrade
|
INTEGER DEFAULT '0'
|
allow components downgrade
|
modtime
|
NUMERIC(17) DEFAULT '0'
|
record modification time
|
Table indexes
Index name
|
Index type
|
Fields
|
group_updmap_pkey
|
table primary key
|
id
|
Table references
Field name
|
Direction
|
Referenced table field
|
id
|
→
|
groups_list.id
|
|