[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Wed Jun 27 07:52:32 CEST 2018
src/collectd.conf.pod | 6 ++++
src/network.c | 93 +++++++++++++++++++++++++++++++++++++++++++++++++
src/notify_email.c | 43 +++++++++++++++++------
3 files changed, 131 insertions(+), 11 deletions(-)
New commits:
commit e3d3699f39ab5f228e1be4ad32fe01b3a307a8ed
Merge: 9e10182 937d55e
Author: Pavel Rochnyak <pavel2000 at ngs.ru>
Date: Wed Jun 27 12:16:49 2018 +0700
Merge pull request #2831 from elieyal/patch-3
network plugin: Add BindAddress option
commit 9e10182c96481f5a4f3f50402bf7bd516a0877eb
Merge: 7f07c55 7ac9350
Author: Pavel Rochnyak <pavel2000 at ngs.ru>
Date: Wed Jun 27 11:50:04 2018 +0700
Merge pull request #2834 from rpv-tomsk/plugin-context-master-2
notify_email: Include all notification parameters into email
commit 937d55ee67ce484065f5a5ece7dd59fc17097ca6
Author: elieyal <17270807+elieyal at users.noreply.github.com>
Date: Tue Jun 26 13:01:04 2018 +0300
Updated change from debug to error
As suggest by @rpv-tomsk
commit b3a6a259606c93ddde88eb23cb26690673663c4b
Author: elieyal <17270807+elieyal at users.noreply.github.com>
Date: Fri Jun 22 15:05:59 2018 +0300
revert back to DEBUG
will change this later, it's not as simple as it looks.
commit 2b55b3c91907f1b95c59f2661448c336e51b61ce
Author: elieyal <17270807+elieyal at users.noreply.github.com>
Date: Fri Jun 22 12:18:29 2018 +0300
chenged debug to error message
commit 7ac9350522a3f18a1ce5d4b8ceb05e42039bb411
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Fri Jun 22 15:07:37 2018 +0700
notify_email: Include all notification parameters into email
commit 7e942ee673692b1b08dff8a4ad842f6cd628b376
Author: elieyal <17270807+elieyal at users.noreply.github.com>
Date: Thu Jun 21 19:19:18 2018 +0300
removed some detaild in the BindAddress documentation
Removed some details.
commit 439899c9f0ca4caac866460efc138b5405353cc8
Author: elieyal <17270807+elieyal at users.noreply.github.com>
Date: Thu Jun 21 12:29:19 2018 +0300
network plugin: Added documentation to BindAddress option
Added the BindAddress explanation in the network plugin section on how to use the BindAddress.
commit 22b5dddd90ca3ff01d4e4a3cef2f6f237d2ea223
Author: elieyal <17270807+elieyal at users.noreply.github.com>
Date: Thu Jun 21 11:49:04 2018 +0300
Fixed all comments by @rubenk
commit 9d208c24c0cc42562a09ea7ea145642b3bca29dc
Author: elieyal <17270807+elieyal at users.noreply.github.com>
Date: Wed Jun 20 17:32:40 2018 +0300
Fixed leak and hint
Added suggested fixes
commit 55dcf13791059739dbbba11c7aaaabcf807ae2a3
Author: elieyal <elieyal at hotmail.com>
Date: Wed Jun 20 09:24:15 2018 +0300
upddated correct file
Sorry,
committed the patch by mistake. now fixed.
commit 5551ab1aaca14851e9b1d2fa93bf60418e23f85d
Author: elieyal <elieyal at hotmail.com>
Date: Wed Jun 20 09:21:34 2018 +0300
Fixed additional comments
Added "network plugin" prefix to Errors
return -1; added to sfree
commit 265ceaf029ce259664f39dfd0852af94d4071d0d
Author: elieyal <elieyal at hotmail.com>
Date: Tue Jun 19 14:35:51 2018 +0300
Fixed all comments
commit 33542aa99bfd8181f6e2f66fff6c59b843d6cf4e
Author: elieyal <elieyal at hotmail.com>
Date: Mon Jun 18 10:59:59 2018 +0300
Add Bind Address option
This change allows to Bind Address to an IP address instead of the binding to the Interface Name in the server section.
Example:
<Server "239.192.74.66" "25826">
SecurityLevel Encrypt
Username "user"
Password "secret"
BindAddress "10.9.25.59"
ResolveInterval 14400
</Server>
Credit to: Ofir Hermesh
More information about the collectd-changes
mailing list