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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-07-26 18:17:07 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-07-26 18:25:36 +0300
commit2989249472d3b2250c1460bd140732a863269b54 (patch)
treea2c10fd75a5d82e12a8f3dff1be62bbc8138ae5e /include/db.h
parent92fc809edd00fbad024c6f82c8f6b34a1bfcb857 (diff)
parenta36c241331d5b39ffcba656cf7f486e85bc1fdfe (diff)
........S. [ZBXNEXT-6470,ZBXNEXT-6715] updated to the latest master
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/db.h b/include/db.h
index 2ea42e8a189..e0836e3f17e 100644
--- a/include/db.h
+++ b/include/db.h
@@ -341,6 +341,15 @@ DB_TRIGGER;
typedef struct
{
+ zbx_uint64_t serviceid;
+ char *name;
+ zbx_vector_uint64_t eventids;
+ zbx_vector_ptr_t events;
+}
+DB_SERVICE;
+
+typedef struct
+{
zbx_uint64_t eventid;
DB_TRIGGER trigger;
zbx_uint64_t objectid;
@@ -463,6 +472,8 @@ typedef struct
zbx_uint64_t eventid;
zbx_uint64_t r_eventid;
zbx_uint64_t acknowledgeid;
+ zbx_uint64_t servicealarmid;
+ zbx_uint64_t serviceid;
int nextcheck;
int esc_step;
zbx_escalation_status_t status;
@@ -493,6 +504,14 @@ typedef struct
}
DB_ACKNOWLEDGE;
+typedef struct
+{
+ zbx_uint64_t service_alarmid;
+ int value;
+ int clock;
+}
+zbx_service_alarm_t;
+
int DBinit(char **error);
void DBdeinit(void);
@@ -765,6 +784,7 @@ typedef struct
{
zbx_uint64_t eventid;
int clock;
+ int ns;
int value;
int severity;