diff options
| author | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-10-24 10:39:43 +0000 |
|---|---|---|
| committer | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-10-24 10:39:43 +0000 |
| commit | f41d50841de55c6e2a14d9c4df9bcc3d6830d887 (patch) | |
| tree | 39fd069054f81339faea67a25f5de33c54a9f801 /create | |
| parent | 196f05691a8b11aca754a36ce64421c34148f733 (diff) | |
| download | zabbix-f41d50841de55c6e2a14d9c4df9bcc3d6830d887.tar.gz zabbix-f41d50841de55c6e2a14d9c4df9bcc3d6830d887.tar.xz zabbix-f41d50841de55c6e2a14d9c4df9bcc3d6830d887.zip | |
- [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
Diffstat (limited to 'create')
| -rw-r--r-- | create/data/data.sql | 7 |
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` |
