summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--TODO2
-rwxr-xr-xmisc/snmptrap/snmptrap.sh2
3 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c048276c..2177c136 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
Changes for 1.0beta11:
+ - fixed snmptrap.sh (Alexei)
- IRC support channel #zabbix on irc.pilgerer.org (Alexei)
- fix for dashed lines under some broken GD (Alexei)
- http://zabbix.sf.net was changed to http://www.zabbix.org
diff --git a/TODO b/TODO
index 5141921d..33d6d923 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,7 @@
1.0beta11:
+ - add Igor's patches
+ - add Charlea RedHat startup scripts
- different colors and line styles for map connectors
- check user permissions (how to make only one host accessible?)
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"