diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-06-15 16:53:00 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-06-15 16:53:00 +0000 |
| commit | 565fba506fd51acbedc8d06c07b93abae22444a7 (patch) | |
| tree | d795ef76d2e6d697590412f39dfc4a8bb0771ff6 /create/data/data.sql | |
| parent | 1ac922138f8ca759679775de055f0463c8783d58 (diff) | |
| download | zabbix-565fba506fd51acbedc8d06c07b93abae22444a7.tar.gz zabbix-565fba506fd51acbedc8d06c07b93abae22444a7.tar.xz zabbix-565fba506fd51acbedc8d06c07b93abae22444a7.zip | |
- 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
Diffstat (limited to 'create/data/data.sql')
| -rw-r--r-- | create/data/data.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
