From f41d50841de55c6e2a14d9c4df9bcc3d6830d887 Mon Sep 17 00:00:00 2001 From: sasha Date: Wed, 24 Oct 2007 10:39:43 +0000 Subject: - [DEV-48] Support of Ping and Traceroute in Status of Triggers screen git-svn-id: svn://svn.zabbix.com/trunk@4908 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- create/data/data.sql | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'create/data/data.sql') 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` -- cgit