summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-14 14:20:02 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-14 14:20:02 +0000
commitae93da41eeada09a71ac3fe9ee32d5a81ffdc60d (patch)
treecf8fe21ef488e9d80d4faf12ef0cd39faba6817d /include
parent6a1ab6306124f98e91e4232b99c176a9a4015142 (diff)
downloadzabbix-ae93da41eeada09a71ac3fe9ee32d5a81ffdc60d.tar.gz
zabbix-ae93da41eeada09a71ac3fe9ee32d5a81ffdc60d.tar.xz
zabbix-ae93da41eeada09a71ac3fe9ee32d5a81ffdc60d.zip
Misc changes.
git-svn-id: svn://svn.zabbix.com/trunk@3467 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/dbsync.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/dbsync.h b/include/dbsync.h
index d9ff1871..9b43d747 100644
--- a/include/dbsync.h
+++ b/include/dbsync.h
@@ -38,7 +38,7 @@ ZBX_TABLE
};
static ZBX_TABLE tables[]={
- {"nodes", "nodeid", ZBX_NOSYNC,
+ {"nodes", "nodeid", ZBX_SYNC,
{
{"nodeid", ZBX_TYPE_INT, ZBX_SYNC},
{"name", ZBX_TYPE_CHAR, ZBX_SYNC},
@@ -47,6 +47,13 @@ static ZBX_TABLE tables[]={
{"port", ZBX_TYPE_INT, ZBX_SYNC},
{"slave_history",ZBX_TYPE_INT, ZBX_SYNC},
{"slave_trends",ZBX_TYPE_INT, ZBX_SYNC},
+ {"slave_trends",ZBX_TYPE_INT, ZBX_SYNC},
+ {"event_lastid",ZBX_TYPE_INT, ZBX_NOSYNC},
+ {"event_maxid", ZBX_TYPE_INT, ZBX_NOSYNC},
+ {"history_lastid",ZBX_TYPE_INT, ZBX_NOSYNC},
+ {"history_lastid",ZBX_TYPE_INT, ZBX_NOSYNC},
+ {"history_str_lastid",ZBX_TYPE_INT, ZBX_NOSYNC},
+ {"history_uint_lastid",ZBX_TYPE_INT, ZBX_NOSYNC},
{"nodetype", ZBX_TYPE_INT, ZBX_SYNC},
{"masterid", ZBX_TYPE_INT, ZBX_SYNC},
{0}