diff options
| author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-09-20 06:58:59 +0000 |
|---|---|---|
| committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-09-20 06:58:59 +0000 |
| commit | b3ca9173d1a1135522cb9c6eb002a5e1d0849eda (patch) | |
| tree | 8b875b9905b4985bd9cbfb877a121c623e65e30b /create/data/data.sql | |
| parent | 60ac638462e1f5b72ba9010cd61b734631f2dc32 (diff) | |
| download | zabbix-b3ca9173d1a1135522cb9c6eb002a5e1d0849eda.tar.gz zabbix-b3ca9173d1a1135522cb9c6eb002a5e1d0849eda.tar.xz zabbix-b3ca9173d1a1135522cb9c6eb002a5e1d0849eda.zip | |
- table ALARMS renamed to EVENTS (Alexei)
- more development of distributed monitoring
git-svn-id: svn://svn.zabbix.com/trunk@3317 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'create/data/data.sql')
| -rw-r--r-- | create/data/data.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/create/data/data.sql b/create/data/data.sql index 242b3c2d..50a7e1ef 100644 --- a/create/data/data.sql +++ b/create/data/data.sql @@ -60,7 +60,8 @@ INSERT INTO rights VALUES (3,2,'Default permission','R',0); -- Dumping data for table `hosts` -- -INSERT INTO hosts VALUES (10001,'Unix_t',0,'',10000,3,0,'',0,0,0); +--INSERT INTO hosts VALUES (10001,'Unix_t',0,'',10000,3,0,'',0,0,0); +INSERT INTO hosts VALUES (10001,'Unix_t',1,'127.0.0.1',10050,0,0,'',0,0,0); INSERT INTO hosts VALUES (10002,'Windows_t',0,'',10000,3,0,'',0,0,0); INSERT INTO hosts VALUES (10004,'Standalone_t',0,'',10000,3,0,'',0,0,0); INSERT INTO hosts VALUES (10003,'MySQL_t',0,'',10000,3,0,'',0,0,0); |
