From 152b5b4d82a7704597dcf852224ab6ef67b60c2f Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sat, 1 Nov 2003 08:36:30 +0000 Subject: - fixed snmptrap.sh (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1007 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- misc/snmptrap/snmptrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/snmptrap') diff --git a/misc/snmptrap/snmptrap.sh b/misc/snmptrap/snmptrap.sh index 596f1db1..f04f160e 100755 --- a/misc/snmptrap/snmptrap.sh +++ b/misc/snmptrap/snmptrap.sh @@ -49,4 +49,4 @@ community=`echo $community|cut -f2 -d'"'` str="$hostname $address $community $enterprise $oid" -$ZABBIX_SERVER $ZABBIX_PORT $HOST:$KEY "$str" +$ZABBIX_SENDER $ZABBIX_SERVER $ZABBIX_PORT $HOST:$KEY "$str" -- cgit