Skip to content

Commit

Permalink
Merge branch 'crypto_support' into v1.6.0rc1
Browse files Browse the repository at this point in the history
Conflicts:
	ChangeLog
	package.json
	src/collectm.js
  • Loading branch information
ymettier committed May 11, 2015
2 parents 252e9e7 + 082e586 commit d79b397
Show file tree
Hide file tree
Showing 7 changed files with 483 additions and 291 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Version 1.6.0rc1

- PR #10 : added Load plugin (Thanks to Paul Tzianos)
- PR #11 : added Ping 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)

Version 1.5.1

Expand Down
7 changes: 7 additions & 0 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@

"Interval": 60,

// Cryptography/Security settings
"Crypto": {
"SecurityLevel": 0,
"Username": "alice",
"Password": "12345678"
},

// Time To Live : will stop Collectm after this value (86400sec = 1 day).
// This is useful if you think there is a memory leak and want to reboot periodically
// Collectm. Stop Collectm after 86400sec and Windows will restart the service.
Expand Down
16 changes: 16 additions & 0 deletions node_modules/collectdout/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

207 changes: 171 additions & 36 deletions node_modules/collectdout/lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 10 additions & 8 deletions node_modules/collectdout/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CollectM",
"version": "1.5.1modularization",
"version": "1.6.0rc1",
"author": "Cyril Feraudet",
"license": "GPLv2",
"dependancies": {
Expand Down
Loading

0 comments on commit d79b397

Please sign in to comment.