diff options
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 |
