summaryrefslogtreecommitdiffstats
path: root/create/data/data.sql
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-09-21 08:47:33 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-09-21 08:47:33 +0000
commite56494d56da96e505974a73c1640a224b128acb5 (patch)
treecabf37600283f643f9bb70266bb7ef94d62d08f8 /create/data/data.sql
parentb3ca9173d1a1135522cb9c6eb002a5e1d0849eda (diff)
downloadzabbix-e56494d56da96e505974a73c1640a224b128acb5.tar.gz
zabbix-e56494d56da96e505974a73c1640a224b128acb5.tar.xz
zabbix-e56494d56da96e505974a73c1640a224b128acb5.zip
- added basic support of distributed events
git-svn-id: svn://svn.zabbix.com/trunk@3318 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'create/data/data.sql')
-rw-r--r--create/data/data.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/create/data/data.sql b/create/data/data.sql
index 50a7e1ef..205636d5 100644
--- a/create/data/data.sql
+++ b/create/data/data.sql
@@ -60,8 +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',1,'127.0.0.1',10050,0,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);