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:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-12-06 11:55:49 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-12-06 11:55:49 +0300
commitee5c9d40491dedcd93880771b019eaa8282381b5 (patch)
treec266819f7a2ec8bf5fcae0675400ad98e392958c /create
parentd7576eda07b52495ee71be9399ba99a4802e2d70 (diff)
parenta1c84bd38a47ffac2ecbe9e7fbaf880a69acfa44 (diff)
....I..... [ZBXNEXT-7085] Update from branch 'master' of ssh://git.zabbix.com:7999/zbx/zabbix into feature/ZBXNEXT-7085-5.5
Diffstat (limited to 'create')
-rw-r--r--create/src/data.tmpl12
-rw-r--r--create/src/schema.tmpl3
2 files changed, 8 insertions, 7 deletions
diff --git a/create/src/data.tmpl b/create/src/data.tmpl
index 36c3a440eb4..0fb27f8acbd 100644
--- a/create/src/data.tmpl
+++ b/create/src/data.tmpl
@@ -827,12 +827,12 @@ ROW |2 |Traceroute |/usr/bin/traceroute {HOST.CONN}
ROW |3 |Detect operating system|sudo /usr/bin/nmap -O {HOST.CONN} |2 |7 |NULL | | |0 |2 |2 | |0 | | | | | |
TABLE |actions
-FIELDS|actionid|name |eventsource|evaltype|status|esc_period|formula|pause_suppressed|
-ROW |2 |Auto discovery. Linux servers. |1 |0 |1 |0 | |1 |
-ROW |3 |Report problems to Zabbix administrators |0 |0 |1 |1h | |1 |
-ROW |4 |Report not supported items |3 |0 |1 |1h | |1 |
-ROW |5 |Report not supported low level discovery rules|3 |0 |1 |1h | |1 |
-ROW |6 |Report unknown triggers |3 |0 |1 |1h | |1 |
+FIELDS|actionid|name |eventsource|evaltype|status|esc_period|formula|pause_suppressed|notify_if_canceled|
+ROW |2 |Auto discovery. Linux servers. |1 |0 |1 |0 | |1 |1 |
+ROW |3 |Report problems to Zabbix administrators |0 |0 |1 |1h | |1 |1 |
+ROW |4 |Report not supported items |3 |0 |1 |1h | |1 |1 |
+ROW |5 |Report not supported low level discovery rules|3 |0 |1 |1h | |1 |1 |
+ROW |6 |Report unknown triggers |3 |0 |1 |1h | |1 |1 |
TABLE |operations
FIELDS|operationid|actionid|operationtype|esc_period|esc_step_from|esc_step_to|evaltype|recovery|
diff --git a/create/src/schema.tmpl b/create/src/schema.tmpl
index 17cdd6c6ffc..46c85f3bb26 100644
--- a/create/src/schema.tmpl
+++ b/create/src/schema.tmpl
@@ -390,6 +390,7 @@ FIELD |status |t_integer |'0' |NOT NULL |0
FIELD |esc_period |t_varchar(255) |'1h' |NOT NULL |0
FIELD |formula |t_varchar(1024)|'' |NOT NULL |0
FIELD |pause_suppressed|t_integer |'1' |NOT NULL |0
+FIELD |notify_if_canceled|t_integer |'1' |NOT NULL |0
INDEX |1 |eventsource,status
UNIQUE |2 |name
@@ -1905,4 +1906,4 @@ TABLE|dbversion|dbversionid|
FIELD |dbversionid |t_id | |NOT NULL |0
FIELD |mandatory |t_integer |'0' |NOT NULL |
FIELD |optional |t_integer |'0' |NOT NULL |
-ROW |1 |5050112 |5050112
+ROW |1 |5050113 |5050113