-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathChangeLog
79 lines (56 loc) · 2.46 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Version 1.6.0
- Moved to node-0.12.7
- PR #10 : added Load plugin (Thanks to Paul Tzianos)
- PR #12 : added Disk plugin (Thanks to Paul Tzianos)
- PR #15 : added Df plugin (Thanks to Paul Tzianos)
- PR #13 (1) : removed duplicate modules from collectdCompat plugin (Thanks to Paul Tzianos)
- PR #13 (2) : some modules of CollectdCompat plugin are now optional (Thanks to Paul Tzianos)
- PR #14 : Added crypto support (Thanks to Dimitris Rozakis)
Ping plugin (added and removed)
- Fixed a bug in Ping plugin (stddev)
- ... and removed the Ping plugin due to instabilities
- PR #11 : added Ping plugin (Thanks to Paul Tzianos)
Version 1.5.1
- PR #8 : fix syntax/parsing errors in default.json. Thanks to Dimitris Rozakis.
- Fixed issue#7 : Receiving interface rx values as both rx and tx. Thanks to Dimitris Rozakis.
- Code cosmetics on plugin CollectdCompat.
Version 1.5.0
- New plugin "process"
- API change : Plugin callbacks should return 0 if working.
- Remove old logs after X days
- Stop after a user-defined TTL (and Windows Service will restart it) to prevent memory leaks side effects
Version 1.4.0
- Removed dependancy on .Net framework (module node-windows using winser). Now use directly NSSM.
- Improved logging
- Moved the installed js files to lib/ directory
- Upgraded to node.js-0.12.0
Version 1.3.4
- Fixed a bug (memory leak)
- Updates on the installer in order to backup config and log files when upgrading
Version 1.3.3
- Set the default interval as 60
Version 1.3.2
- Move from windows-cpu to perfmon due to crashs with windows-cpu (wmic cpu get loadpercentage)
- Added some probes in collectdCompat plugin
Version 1.3.1
- New plugin sysconfig (to keep track of version info)
- Always install default config file as default.json-dist
Version 1.3.0
- Split the code into more than one file
- Add the software to Windows list of programms
- Runs on 32 and 64 bits (install 32 or 64bits node.exe)
- Detect new drives or new interfaces (CollectdCompat plugin)
- new switchs for command-line install (run with /? and without /S to get the help)
- no more run 26 (a to z) drivespace commands to check all drives
- Renamed project CollectM
Version 1.2.1
- Bug fixed in installer (would not uninstall all files)
Version 1.2.0
- No more hard-coded path
- "Compile" with Grunt (http://gruntjs.com/)
- Moving existing exe files to 'releases' dir
- Use node.js 64bits version 0.10.32
- Use a configuration file
- Send to one or more Collectd servers
Version 1.1.2
- start this file