diff options
| author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-13 08:14:37 +0000 |
|---|---|---|
| committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-13 08:14:37 +0000 |
| commit | 04ab7dc48ef9493350af3eef5c9b45d680aecd6d (patch) | |
| tree | 78a0f75a75cd5eaebafb7c64ff74268c1fc77365 /include | |
| parent | c1bd0578e4007addfb567e10b9cfd2ad1b8a927a (diff) | |
Different approach to autodiscovery. Database changes.
git-svn-id: svn://svn.zabbix.com/trunk@3998 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
| -rw-r--r-- | include/common.h | 3 | ||||
| -rw-r--r-- | include/db.h | 6 |
2 files changed, 2 insertions, 7 deletions
diff --git a/include/common.h b/include/common.h index b5cd9229..2bbe40c6 100644 --- a/include/common.h +++ b/include/common.h @@ -220,7 +220,8 @@ typedef enum CONDITION_TYPE_DHOST_IP, CONDITION_TYPE_DSERVICE_TYPE, CONDITION_TYPE_DSERVICE_PORT, - CONDITION_TYPE_DSTATUS + CONDITION_TYPE_DSTATUS, + CONDITION_TYPE_DUPTIME } zbx_condition_type_t; /* Condition operators */ diff --git a/include/db.h b/include/db.h index 68a9203c..644f294f 100644 --- a/include/db.h +++ b/include/db.h @@ -121,10 +121,6 @@ DB_DRULE int nextcheck; char *name; int status; - int upevent; - int downevent; - int svcupevent; - int svcdownevent; }; DB_DCHECK @@ -144,7 +140,6 @@ DB_DHOST int status; int lastup; int lastdown; - int eventsent; }; DB_DSERVICE @@ -156,7 +151,6 @@ DB_DSERVICE int status; int lastup; int lastdown; - int eventsent; }; DB_EVENT |
