diff options
Diffstat (limited to 'create/data/data.sql')
| -rw-r--r-- | create/data/data.sql | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/create/data/data.sql b/create/data/data.sql index 3c453f7c..6b9d6993 100644 --- a/create/data/data.sql +++ b/create/data/data.sql @@ -60,11 +60,11 @@ INSERT INTO rights VALUES (3,2,'Default permission','R',0); -- Dumping data for table `hosts` -- -INSERT INTO hosts VALUES (10001,'Host.Unix',0,'',10000,3,0,'',0,0,0); -INSERT INTO hosts VALUES (10002,'Host.Win32',0,'',10000,3,0,'',0,0,0); -INSERT INTO hosts VALUES (10004,'Host.Standalone',0,'',10000,3,0,'',0,0,0); -INSERT INTO hosts VALUES (10003,'Application.MySQL',0,'',10000,3,0,'',0,0,0); -INSERT INTO hosts VALUES (10007,'Host.SNMP',0,'',161,3,0,'',0,0,0); +INSERT INTO hosts VALUES (10001,'Unix_t',0,'',10000,3,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); +INSERT INTO hosts VALUES (10007,'SNMP_t',0,'',161,3,0,'',0,0,0); -- -- Dumping data for table `groups` |
