summaryrefslogtreecommitdiffstats
path: root/create/postgresql/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'create/postgresql/schema.sql')
-rw-r--r--create/postgresql/schema.sql4
1 files changed, 3 insertions, 1 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql
index 824b3e0c..fae8171d 100644
--- a/create/postgresql/schema.sql
+++ b/create/postgresql/schema.sql
@@ -1,3 +1,5 @@
+\connect zabbix
+
--
-- Table structure for table 'platforms'
--
@@ -253,7 +255,7 @@ insert into items_template (itemtemplateid,platformid,description,key_,delay)
insert into items_template (itemtemplateid,platformid,description,key_,delay)
values (18,1,'Number of established TCP connections','tcp_count', 30);
insert into items_template (itemtemplateid,platformid,description,key_,delay)
- values (19,1,'Checksum of /etc/inetd.conf','cksum[/etc/inetd.conf]', 600);
+ values (19,1,'Checksum of /etc/inetd.conf','cksum[/etc/inetd_conf]', 600);
insert into items_template (itemtemplateid,platformid,description,key_,delay)
values (20,1,'Checksum of /vmlinuz','cksum[/vmlinuz]', 600);
insert into items_template (itemtemplateid,platformid,description,key_,delay)