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
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2018-09-28 13:12:22 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2018-09-28 13:12:22 +0300
commit6fb1cf9cbf971cd0f5fc0db744619e760994863c (patch)
treefaf1e6bd37ab4389cd43676f8818d5576cc78ace /database
parentc2b9107299c459da801cbc9f16959cf48bb95f67 (diff)
....I..... [ZBXNEXT-4757] added filter by "Zabbix server" in "Zabbix server problems" widget in "Zabbix server health" dashboard
Diffstat (limited to 'database')
-rw-r--r--database/ibm_db2/Makefile.am2
-rw-r--r--database/mysql/Makefile.am2
-rw-r--r--database/oracle/Makefile.am2
-rw-r--r--database/postgresql/Makefile.am2
-rw-r--r--database/sqlite3/Makefile.am2
5 files changed, 5 insertions, 5 deletions
diff --git a/database/ibm_db2/Makefile.am b/database/ibm_db2/Makefile.am
index b5ce65af44c..6dc8b6dd8c7 100644
--- a/database/ibm_db2/Makefile.am
+++ b/database/ibm_db2/Makefile.am
@@ -1,7 +1,7 @@
if DBSCHEMA
DATABASE = ibm_db2
-data.sql: $(top_srcdir)/create/src/data.tmpl $(top_srcdir)/create/src/templates.tmpl
+data.sql: $(top_srcdir)/create/src/data.tmpl $(top_srcdir)/create/src/templates.tmpl $(top_srcdir)/create/src/dashboards.tmpl
$(top_srcdir)/create/bin/gen_data.pl $(DATABASE) > data.sql
schema.sql: $(top_srcdir)/create/src/schema.tmpl
diff --git a/database/mysql/Makefile.am b/database/mysql/Makefile.am
index bbd5a7e7708..be61f80defd 100644
--- a/database/mysql/Makefile.am
+++ b/database/mysql/Makefile.am
@@ -1,7 +1,7 @@
if DBSCHEMA
DATABASE = mysql
-data.sql: $(top_srcdir)/create/src/data.tmpl $(top_srcdir)/create/src/templates.tmpl
+data.sql: $(top_srcdir)/create/src/data.tmpl $(top_srcdir)/create/src/templates.tmpl $(top_srcdir)/create/src/dashboards.tmpl
$(top_srcdir)/create/bin/gen_data.pl $(DATABASE) > data.sql
schema.sql: $(top_srcdir)/create/src/schema.tmpl
diff --git a/database/oracle/Makefile.am b/database/oracle/Makefile.am
index 886b5bb2589..0bd342bdac6 100644
--- a/database/oracle/Makefile.am
+++ b/database/oracle/Makefile.am
@@ -1,7 +1,7 @@
if DBSCHEMA
DATABASE = oracle
-data.sql: $(top_srcdir)/create/src/data.tmpl $(top_srcdir)/create/src/templates.tmpl
+data.sql: $(top_srcdir)/create/src/data.tmpl $(top_srcdir)/create/src/templates.tmpl $(top_srcdir)/create/src/dashboards.tmpl
$(top_srcdir)/create/bin/gen_data.pl $(DATABASE) > data.sql
schema.sql: $(top_srcdir)/create/src/schema.tmpl
diff --git a/database/postgresql/Makefile.am b/database/postgresql/Makefile.am
index ef258d98d9d..104cfe357b4 100644
--- a/database/postgresql/Makefile.am
+++ b/database/postgresql/Makefile.am
@@ -1,7 +1,7 @@
if DBSCHEMA
DATABASE = postgresql
-data.sql: $(top_srcdir)/create/src/data.tmpl $(top_srcdir)/create/src/templates.tmpl
+data.sql: $(top_srcdir)/create/src/data.tmpl $(top_srcdir)/create/src/templates.tmpl $(top_srcdir)/create/src/dashboards.tmpl
$(top_srcdir)/create/bin/gen_data.pl $(DATABASE) > data.sql
schema.sql: $(top_srcdir)/create/src/schema.tmpl
diff --git a/database/sqlite3/Makefile.am b/database/sqlite3/Makefile.am
index 4f4af6b65e2..aa6f17cf456 100644
--- a/database/sqlite3/Makefile.am
+++ b/database/sqlite3/Makefile.am
@@ -1,7 +1,7 @@
if DBSCHEMA
DATABASE = sqlite3
-data.sql: $(top_srcdir)/create/src/data.tmpl $(top_srcdir)/create/src/templates.tmpl
+data.sql: $(top_srcdir)/create/src/data.tmpl $(top_srcdir)/create/src/templates.tmpl $(top_srcdir)/create/src/dashboards.tmpl
$(top_srcdir)/create/bin/gen_data.pl $(DATABASE) > data.sql
schema.sql: $(top_srcdir)/create/src/schema.tmpl