diff options
| author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-02-06 10:17:12 +0000 |
|---|---|---|
| committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-02-06 10:17:12 +0000 |
| commit | 6cd783048aba5ea9e4385bbd011c16f410f36bc3 (patch) | |
| tree | 4769b9cb9cc81cb6baa69bec52102b0744745468 /create/data | |
| parent | 2c60c60586f351a6fdbc74e720ed39ec05c5df74 (diff) | |
| download | zabbix-6cd783048aba5ea9e4385bbd011c16f410f36bc3.tar.gz zabbix-6cd783048aba5ea9e4385bbd011c16f410f36bc3.tar.xz zabbix-6cd783048aba5ea9e4385bbd011c16f410f36bc3.zip | |
- added media_type.username, media_type.passwd (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@3794 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'create/data')
| -rw-r--r-- | create/data/data.sql | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/create/data/data.sql b/create/data/data.sql index f53c1b18..eac0f302 100644 --- a/create/data/data.sql +++ b/create/data/data.sql @@ -27,7 +27,7 @@ INSERT INTO config VALUES (1,365,365,600,'1-5,00:00-24:00'); -- Dumping data for table `media_type` -- -INSERT INTO media_type VALUES (1,0,'Email','localhost','localhost','zabbix@localhost','',''); +INSERT INTO media_type VALUES (1,0,'Email','localhost','localhost','zabbix@localhost','','','',''); -- -- Dumping data for table `users` @@ -61,11 +61,11 @@ INSERT INTO rights VALUES (3,2,'Default permission','R',0); -- Dumping data for table `hosts` -- -INSERT INTO hosts VALUES (10001,'Unix_t',0,'',10050,3,0,'',0,0); -INSERT INTO hosts VALUES (10002,'Windows_t',0,'',10050,3,0,'',0,0); -INSERT INTO hosts VALUES (10004,'Standalone_t',0,'',10050,3,0,'',0,0); -INSERT INTO hosts VALUES (10003,'MySQL_t',0,'',10050,3,0,'',0,0); -INSERT INTO hosts VALUES (10007,'SNMP_t',0,'',161,3,0,'',0,0); +INSERT INTO hosts VALUES (10001,'Unix_t','Unix_t',0,'',10050,3,0,'',0,0); +INSERT INTO hosts VALUES (10002,'Windows_t','Windows_t',0,'',10050,3,0,'',0,0); +INSERT INTO hosts VALUES (10004,'Standalone_t','Standalone_t',0,'',10050,3,0,'',0,0); +INSERT INTO hosts VALUES (10003,'MySQL_t','MySQL_t',0,'',10050,3,0,'',0,0); +INSERT INTO hosts VALUES (10007,'SNMP_t','SNMP_t',0,'',161,3,0,'',0,0); -- -- Dumping data for table `groups` |
