summaryrefslogtreecommitdiffstats
path: root/create/data/data.sql
diff options
context:
space:
mode:
Diffstat (limited to 'create/data/data.sql')
-rw-r--r--create/data/data.sql7
1 files changed, 3 insertions, 4 deletions
diff --git a/create/data/data.sql b/create/data/data.sql
index 2be51477..39736117 100644
--- a/create/data/data.sql
+++ b/create/data/data.sql
@@ -24,12 +24,11 @@
INSERT INTO config VALUES (1,365,365,600,'1-5,00:00-24:00',7,1,7);
--
--- Dumping data for table `media_type`
+-- Dumping data for table `scripts`
--
-INSERT INTO media_type VALUES (1,0,'Email','localhost','localhost','zabbix@localhost','','','','');
-INSERT INTO media_type VALUES (2,2,'SMS','localhost','localhost','zabbix@localhost','','/dev/ttyS0','','');
-INSERT INTO media_type VALUES (3,3,'Jabber','localhost','localhost','zabbix@localhost','','/dev/ttyS0','zabbix@jabber.org','');
+INSERT INTO scripts VALUES (1,'Ping','/bin/ping -c 3 {HOST.CONN}',0);
+INSERT INTO scripts VALUES (2,'Traceroute','/usr/bin/traceroute {HOST.CONN}',0);
--
-- Dumping data for table `users`