From 565fba506fd51acbedc8d06c07b93abae22444a7 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sat, 15 Jun 2002 16:53:00 +0000 Subject: - new column item.trapper_hosts (Alexei) - housekeeping period for items to be set in days (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@410 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- create/data/data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create/data/data.sql') diff --git a/create/data/data.sql b/create/data/data.sql index 388259ad..f270b331 100644 --- a/create/data/data.sql +++ b/create/data/data.sql @@ -2,7 +2,7 @@ -- Data for table config -- -insert into config (smtp_server,smtp_helo,smtp_email,alert_history,alarm_history) values ('localhost','localhost','zabbix@localhost',12*31*24*3600,12*31*24*3600); +insert into config (smtp_server,smtp_helo,smtp_email,alert_history,alarm_history) values ('localhost','localhost','zabbix@localhost',365,365); -- -- Data for table groups -- cgit