~ubuntu-dev/ubuntu/lucid/zabbix/lucid-201002110857

« back to all changes in this revision

Viewing changes to src/zabbix_agent_win32/doc/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Michael Ablassmeier
  • Date: 2007-07-02 09:06:51 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070702090651-8l6fl3fjw9rh6l2u
Tags: 1:1.4.1-2
Add patch from SVN in order to fix Incorrect processing of character '%'
in user parameters and remote commands.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
1.0.1
2
 
 
3
 
* Added configuration parameter LogLevel
4
 
 
5
 
 
6
 
1.0.0-beta15
7
 
 
8
 
* Fixed bug with memory[xxx] counters on systems with more than 2GB of memory
9
 
 
10
 
 
11
 
1.0.0-beta11
12
 
 
13
 
* Fixed bug in GetCounterName() function which causes agent crash on
14
 
  Windows Server 2003
15
 
* system[uname] now return correct information on Windows Server 2003
16
 
 
17
 
 
18
 
1.0.0-beta10
19
 
 
20
 
* Added support for non-english Windows versions - thanks to Harald Holzer
21
 
* Added diskused[*] parameter
22
 
 
23
 
 
24
 
1.0.0-beta9
25
 
 
26
 
* Added API for subagents
27
 
* Disk free space and total size now returned in bytes
28
 
* Added support for external program execution (UserParameter)
29
 
* Added support for check_port[] parameter
30
 
 
31
 
 
32
 
1.0.0-beta8
33
 
 
34
 
* Added support for multiple servers
35
 
* Changes in communication protocol: on errors now returned special
36
 
  text strings instead of negative integers
37
 
* Added proc_info[*] parameter
38
 
* Added memory[cached] parameter (supported only on Windows XP)
39
 
* Added logging to system Event Log
40
 
* PDH-related error messages are now more specific
41
 
* Listener thread now will not exit on any accept() error
42
 
* Added some parameters for agent statistics monitoring: number of accepted
43
 
  and rejected connections, processing errors, etc.
44
 
* Fixed bug in calculation of md5_hash[] and cksum[] parameters for
45
 
  zero-length files
46
 
* md5_hash[] and cksum[] now returns ZBX_UNSUPPORTED for files larger than
47
 
  64MB (due to high performance impact caused by checksum computing for
48
 
  large files).
49
 
 
50
 
 
51
 
1.0.0-beta7
52
 
 
53
 
* Added parameters for monitoring average and maximum processing time for
54
 
  Zabbix agent's collector thread
55
 
* Location of configuration file now can be specified in service mode
56
 
* Fixed bug which doesn't allow to use space characters in service 
57
 
  executable path
58
 
 
59
 
 
60
 
1.0.0-alpha5
61
 
 
62
 
* Added filesize[*] parameter
63
 
* Added system[uptime] parameter
64
 
* Added system[uname] parameter
65
 
* Service installation ("zabbixw32.exe install" command) now creates service
66
 
  with automatic startup, not manual
67
 
 
68
 
 
69
 
1.0.0-alpha4
70
 
 
71
 
* Added md5_hash[*] parameter for computing MD5 hashes of files
72
 
* Added cksum[*] parameter
73
 
* Internal representation of all numeric parameters was converted to double
74
 
* Added "MaxCollectorProcessingTime" configuration file parameter
75
 
 
76
 
 
77
 
1.0.0-alpha3
78
 
 
79
 
* Added parameter aliases
80
 
* Added request processing timeout (controlled by "Timeout" parameter
81
 
  in configuration file)
82
 
* Added support for user-specified performance counters
83
 
 
84
 
 
85
 
1.0.0-alpha2
86
 
 
87
 
* Added service_state[*] parameter for system services monitoring
88
 
* Added perf_counter[*] parameter which allow to retrieve any performance
89
 
  counter
90
 
* Program now exits if no configuration file found
91
 
* Added check-config command line option which allow to check configuration
92
 
  file syntax without actually starting agent
93
 
* Some configuration file options, which are standard for UNIX agent, are
94
 
  now silently ignored (without error messages)