Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/create
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-02-18 17:01:15 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-02-18 17:01:44 +0300
commit0c04bd027980eb04481d2ccc4425b42885a7a2c9 (patch)
treea4c9c75d7c53c691a8d4779b5ffbf7eefe8c6a8c /create
parent7e3b8cd358d4d274051276be6b1851385f18bb1c (diff)
....I..... [ZBX-20617] fixed default geomap provider on clean install
(cherry picked from commit 24eba35aeab1f7f5735cfe3a4458b65f616986eb)
Diffstat (limited to 'create')
-rw-r--r--create/src/data.tmpl4
-rw-r--r--create/src/schema.tmpl2
2 files changed, 3 insertions, 3 deletions
diff --git a/create/src/data.tmpl b/create/src/data.tmpl
index e731776d680..a7a994c462e 100644
--- a/create/src/data.tmpl
+++ b/create/src/data.tmpl
@@ -879,8 +879,8 @@ ROW |7 |5 |23 |0 |2 | |
ROW |8 |6 |23 |0 |4 | |
TABLE |config
-FIELDS|configid|work_period |alert_usrgrpid|discovery_groupid|dbversion_status|
-ROW |1 |1-5,09:00-18:00|7 |5 | |
+FIELDS|configid|work_period |alert_usrgrpid|discovery_groupid|dbversion_status|geomaps_tile_provider|
+ROW |1 |1-5,09:00-18:00|7 |5 | |OpenStreetMap.Mapnik |
TABLE |graph_theme
FIELDS|graphthemeid|theme |backgroundcolor|graphcolor|gridcolor|maingridcolor|gridbordercolor|textcolor|highlightcolor|leftpercentilecolor|rightpercentilecolor|nonworktimecolor|colorpalette |
diff --git a/create/src/schema.tmpl b/create/src/schema.tmpl
index a55cb105395..ef300d065fa 100644
--- a/create/src/schema.tmpl
+++ b/create/src/schema.tmpl
@@ -589,7 +589,7 @@ FIELD |passwd_min_length |t_integer |'8' |NOT NULL |ZBX_NODATA
FIELD |passwd_check_rules |t_integer |'8' |NOT NULL |ZBX_NODATA
FIELD |auditlog_enabled |t_integer |'1' |NOT NULL |ZBX_NODATA
FIELD |ha_failover_delay |t_varchar(32) |'1m' |NOT NULL |ZBX_NODATA
-FIELD |geomaps_tile_provider|t_varchar(255) |'' |NOT NULL |ZBX_NODATA
+FIELD |geomaps_tile_provider|t_varchar(255) |'' |NOT NULL |0
FIELD |geomaps_tile_url |t_varchar(1024)|'' |NOT NULL |ZBX_NODATA
FIELD |geomaps_max_zoom |t_integer |'0' |NOT NULL |ZBX_NODATA
FIELD |geomaps_attribution|t_varchar(1024)|'' |NOT NULL |ZBX_NODATA