summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-09-01 13:35:42 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-09-01 13:35:42 +0000
commitece6eb76ea9949efe8151e4ea42676cdbd73cbc6 (patch)
tree60caab428feef4b0c13c8af47503fca35c53383f
parent3cb243c32b1a77770a62942e055ce14a7505fced (diff)
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2022 97f52cf1-0a1b-0410-bd0e-c28be96e8082
-rw-r--r--ChangeLog4
-rw-r--r--TODO5
2 files changed, 2 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index a7ef9e2f..1c3efee1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,10 +13,10 @@ Changes for 1.1beta1:
- added parameter fs.file.atime[] (Alexei)
- added parameter fs.file.ctime[] (Alexei)
- added parameter fs.file.mtime[] (Alexei)
- - parameter isfile[] renamed to fs.file.exists[] (Alexei)
+ - parameter file[] renamed to fs.file.exists[] (Alexei)
- parameter filesize[] renamed to fs.file.size[] (Alexei)
- added parameter system.localtime (Alexei)
- - parameter Hostname is optional. If not specified, hostname is used. (Alexei)
+ - parameter Hostname is optional. If not specified, real hostname is used. (Alexei)
- fixed processing of W32 performance counters. Problem with long computer names. (Alexei)
- fixed crash of WIN32 agent when processing eventlog[]. Many thanks to Simon Lund. (Alexei)
- fixed update of triggers in certain situations (Alexei)
diff --git a/TODO b/TODO
index 76f6efd3..3891ecee 100644
--- a/TODO
+++ b/TODO
@@ -100,14 +100,9 @@ urovenj eskalacii++;
- possibility (a button) to recheck unsupported parameters
- add advanced task scheduler/executor to ZABBIX
- agent incorrectly returns amount of free/available memory on HP-UX (must be 24GB)
- - get rid of net[listen_*] in templates
- - check if simple checks (FTP, SMTP!) works correctly when host name (not IP) is used
-I found that if I use the fully qualified name of my host, all simple checks
-are working, but they failed if I simply use the hostname.
- add icons to a map by clicking mouse
- optionally support map generation in JPEG. PNG images are huge!
- - make w32 agent not to write warnings in case of timeout (HB)
- security-related issues
There are still quite a few strcpy calls made against non-const user, database, or remote supplied data, in both the src/* and include/* directories.