summaryrefslogtreecommitdiffstats
path: root/misc/snmptrap
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-06-02 07:10:00 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-06-02 07:10:00 +0000
commit30d240478b994affeecc3f5fcc446a0cec41bfc4 (patch)
treed85b75767300025f1506ac4ecf06f659886af88c /misc/snmptrap
parenta6ab90d6d46466066656aec630efd83b742bc845 (diff)
downloadzabbix-30d240478b994affeecc3f5fcc446a0cec41bfc4.tar.gz
zabbix-30d240478b994affeecc3f5fcc446a0cec41bfc4.tar.xz
zabbix-30d240478b994affeecc3f5fcc446a0cec41bfc4.zip
- fixed syntax in snmptrap.sh (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@2940 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 f04f160e..d0e554fe 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_SENDER $ZABBIX_SERVER $ZABBIX_PORT $HOST:$KEY "$str"
+$ZABBIX_SENDER $ZABBIX_SERVER $ZABBIX_PORT $HOST $KEY "$str"