summaryrefslogtreecommitdiffstats
path: root/misc/snmptrap
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-11-01 08:36:30 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-11-01 08:36:30 +0000
commit152b5b4d82a7704597dcf852224ab6ef67b60c2f (patch)
treeb70f95e397f3c003d6d4b2b55409c7a84c87cf5c /misc/snmptrap
parente2fee4684cea3d68658f3bb4e61fa5c97db86e04 (diff)
downloadzabbix-152b5b4d82a7704597dcf852224ab6ef67b60c2f.tar.gz
zabbix-152b5b4d82a7704597dcf852224ab6ef67b60c2f.tar.xz
zabbix-152b5b4d82a7704597dcf852224ab6ef67b60c2f.zip
- fixed snmptrap.sh (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1007 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'misc/snmptrap')
-rwxr-xr-xmisc/snmptrap/snmptrap.sh2
1 files changed, 1 insertions, 1 deletions
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"