Accepting request 750839 from home:cvoegl:branches:server:monitoring

- Update to 5.10.0:
 -Disabled Plugins due to missing dependencies:
  * lvm on Factory, Tumbleweed, Leap15.3 and SLES_15-SP3
  * gps and sigrok on SLES_15 and later
-Removed libstatgrab from buildrequires: only needed for non-Linux systems.
-Rebased patch 9e36cd85a2bb_sigrok_Update_to_support_libsigrok_0_4.patch
-Add new subpackages:
  * plugin-sysevent
  * plugin-procevent
  * plugin-uptime

OBS-URL: https://build.opensuse.org/request/show/750839
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=157
This commit is contained in:
Christian Vögl
2019-11-26 11:48:59 +00:00
committed by Git OBS Bridge
parent 5788d17fe3
commit a0e936bb06
5 changed files with 245 additions and 58 deletions

View File

@@ -1,4 +1,101 @@
-------------------------------------------------------------------
Mon Nov 25 14:02:12 UTC 2019 - Christian Vögl <cvoegl@suse.de>
- Update to 5.10.0:
* turbostat plugin: Power metrics update for recent server CPUs. Thanks
to Chris MacNamara. #3276
* turbostat plugin: Fix warnings generated by the turbostat plugin.
Thanks to Ryan Mccabe. #3340
* ZFS ARC plugin: New cache values are now read on Linux. Thanks to
Jan-Philipp Litza. #3247, #2843
* connectivity plugin: monitor the network interface up/down status via
the netlink library. Thanks to Andrew Bays. #2622
* sysevent plugin: A new plugin that monitors rsyslog for system events.
Thanks to Andrew Bays. #2624
* procevent plugin: A new plugin that monitors process starts/stops via
netlink library. Thanks to Andrew Bays. #2623
* daemon: Check if plugin actually loaded before reporting configuration
issues. Thanks to Pavel Rochnyak. #3217
* daemon: Recover setlocale() call in src/daemon/collectd.c do_init().
Thanks to Pavel Rochnyak. #3181, #3214
* Build System: Only include <sys/sysctl.h> when needed. Thanks to Ruben
Kerkhof. #3298
* Build System: Link to libnsl.so if needed for inet_ntop(). Thanks to
Dagobert Michelsen. #3291
* Build System: Remove double "without" added by commit b781871. Thanks
to Fabrice Fontaine. #3261
* Build System: fix compile time issues. Thanks to Matthias Runge.
#3179, #3242, #3245
* Build System: Fix activation of snmp_agent. Thanks to Fabrice
Fontaine. #3241
* Build System: Fix bug that leads to CPPFLAGS gets overridden with
CFLAGS when libxmms is enabled. Thanks to Dagobert Michelsen. #3207
* perl module: Collectd::Plugins::Openvz: Fix indentation of some
closing curlies. Thanks to Christian Bartolomäus. #3239
* tree-wide: Fix a few issues found with LGTM. Thanks to Ruben Kerkhof.
#3252
* tree-wide: fix ssnprintf wrapper. Thanks to Fabien Wernli.
#3237, #3232, #3235, #3236
* tree-wide: Fix make check. Thanks to Ruben Kerkhof. #3306
* CI System: Travis: switch to Bionic. Thanks to Ruben Kerkhof. #3307
* CI System: Travis improvements for MacOS. Thanks to Ruben Kerkhof.
#3308
* MySQL plugin: Minor documentation improvements. Thanks to Christian
Bartolomäus. #3288
* Java plugin: Fix typo in an error message. Thanks to Matthias Runge.
#3285, #3286
* sysevent plugin: Add a few missing calloc result checks in the
sysevent_init function. Thanks to Andrew Bays. #3282
* ZFS ARC plugin: A bug that caused the first to values to be skipped
was fixed. Thanks to Jan-Philipp Litza. #3246
* SysLog plugin: restore previous behaviour: fallback to info for
unsupported level. Thanks to Fabien Wernli. #3236, #3238
* virt plugin: Fix memory leak with libvirt MetadataXPath enabled.
Thanks to Pavel Rochnyak. #3225, #3228
* GPU NVidia plugin: Fix build of the plugin. Thanks to Ruben Kerkhof.
#3320
- Changes from 5.9.2:
* syslog plugin: Don't fail if syslog loglevel doesn't match. Thanks to
Fabien Wernli. #3236 #3238
* collectd: Fix ssnprintf wrapper. Thanks to Fabien Wernli. #3237
* rdt plugin: Fix compile time issues. Thanks to Matthias Runge. #3245
- Changes from 5.9.1:
* collectd: regex match: Fix unexpected match with empty meta data .
Thanks to Takuro Ashie. #3178
* collectd: Fix return value or loglevel for several plugins. Thanks to
Fabien Wernli. #3182
* collectd: Add standard include early or _FILE_OFFSET_BITS will have
definition … . Thanks to Dagobert Michelsen. #3193
* collectd: Use GCC-specific flags only when compiling with GCC. Thanks
to Dagobert Michelsen. #3195
* Use test_utils_proc_pids only when compiling the plugin that uses it.
Thanks to Dagobert Michelsen. #3197
* DNS plugin: Do not use headers from glibc. Thanks to Pavel Rochnyak.
#3156, #3145
* collectd: Add missing definitions for libnetsnmpagent. Thanks to
Dagobert Michelsen. #3203
* collectd: Move Makefile rules for pid_test inside conditional for
code. Thanks to Dagobert Michelsen. #3206
* collectd: Recover setlocale() call in src/daemon/collectd.c do_init().
Thanks to Pavel Rochnyak. #3214, #3181
* collectd: Add snprintf wrapper for GCC 8.2/3. Thanks to zebity. #3153,
#2895, #3038
* collectd: Fix bug that leads to CPPFLAGS gets overridden with CFLAGS
when libxmms is enabled. Thanks to Dagobert Michelsen. #3207
* Write_Riemann plugin: Copy MetaData to Riemann events in
write_riemann. Thanks to Romain Tartière. #3158
* virt plugin: Fix memory leak with libvirt MetadataXPath enabled.
Thanks to Pavel Rochnyak. #3225, #3230
-Disabled Plugins due to missing dependencies:
* lvm on Factory, Tumbleweed, Leap15.3 and SLES_15-SP3
* gps and sigrok on SLES_15 and later
-Removed libstatgrab from buildrequires: only needed for non-Linux systems.
-Rebased patch 9e36cd85a2bb_sigrok_Update_to_support_libsigrok_0_4.patch
-Add new subpackages:
* plugin-sysevent
* plugin-procevent
* plugin-uptime
-------------------------------------------------------------------
Thu Jun 13 19:54:45 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to 5.9.0:
@@ -756,7 +853,7 @@ Sat Aug 13 14:06:04 UTC 2016 - benoit.monin@gmx.fr
-------------------------------------------------------------------
Thu Jul 7 07:43:59 UTC 2016 - joop.boonen@opensuse.org
- Use the correct contrib/systemd.collectd.service in stead of
- Use the correct contrib/systemd.collectd.service in stead of
contrib/collectd.service this fixes, boo#987462
-------------------------------------------------------------------
@@ -1064,7 +1161,7 @@ Thu Jan 14 10:53:13 UTC 2016 - aj@ajaissle.de
Thu Dec 17 17:56:16 CET 2015 - ro@suse.de
- add patch collectd-new_libstatgrab.patch:
fix build with recent libstatgrab (basically backport from git)
fix build with recent libstatgrab (basically backport from git)
- do not (build)require sensors on s390/s390x
-------------------------------------------------------------------
@@ -1075,7 +1172,7 @@ Sat Sep 12 10:58:03 UTC 2015 - matwey.kornilov@gmail.com
-------------------------------------------------------------------
Fri Jun 5 06:49:33 UTC 2015 - mpluskal@suse.com
- Change _service to mode='localonly' active services are not
- Change _service to mode='localonly' active services are not
allowed in factory
-------------------------------------------------------------------
@@ -1173,7 +1270,7 @@ Mon Mar 2 08:59:24 UTC 2015 - bruno@ioda-net.ch
numbers being transmitted to Redis, was fixed. Thanks to Marc
Fournier.
* write_riemann: Receive acknowledge message when using TCP. Thanks to
John-John Tedro.
John-John Tedro.
-------------------------------------------------------------------
Sun Nov 9 08:38:16 UTC 2014 - seife+obs@b1-systems.com
@@ -1201,28 +1298,28 @@ Sat Mar 15 15:21:46 UTC 2014 - bruno@ioda-net.ch
gcrypt initialization problems.
* Aquaero plugin: The type used to submit fan utilization was fixed. Thanks
to Alex Deymo for the patch.
* cgroups plugin: A small memory leak was fixed. Checking the existence of a
mount option without a value was fixed. More permissive parsing of the
cpuacct.stats file fixes support for some versions of Linux. Thanks to Marc
* cgroups plugin: A small memory leak was fixed. Checking the existence of a
mount option without a value was fixed. More permissive parsing of the
cpuacct.stats file fixes support for some versions of Linux. Thanks to Marc
Fournier for bug reports and patches.
* cURL plugin: Fix <Match> blocks without an instance. Thanks to Alexander
Golovko for reporting and Sebastian Harl for fixing this.
* cURL-JSON plugin: Potentially invalid memory access has been sanitized.
* cURL-JSON plugin: Potentially invalid memory access has been sanitized.
Thanks to Jim Radford for his patch.
* Interface plugin: Fix behavior under FreeBSD 10: Reporting of per-address
statistics caused duplicate updates to the same metric. Thanks to demon
statistics caused duplicate updates to the same metric. Thanks to demon
/ @trtrmitya for the patch.
* Write Graphite plugin: Use TCP to connect to Graphite by default. The
default changed from TCP to UDP between 5.3.1 and 5.4.0, which is a
* Write Graphite plugin: Use TCP to connect to Graphite by default. The
default changed from TCP to UDP between 5.3.1 and 5.4.0, which is a
regression. Thanks to Marc Fournier for fixing this. Reconnect behavior
was improved. Thanks to Michael Hart for his patch.
* ZFS ARC plugin: Collect "allocated" and "stolen" on FreeBSD only. -
* ZFS ARC plugin: Collect "allocated" and "stolen" on FreeBSD only. -
- Packaging :
- Packaging :
* rework of patch collectd-version.patch against 5.4.1 source
* rework collectd-pkgconfig_libnotify_add_gtk.patch against 5.4.1
As it should not be used since 2012. (gtk-2.0) if now only applied for
11.4 Evergreen
As it should not be used since 2012. (gtk-2.0) if now only applied for
11.4 Evergreen
-------------------------------------------------------------------
Thu Sep 5 17:19:25 CEST 2013 - mls@suse.de
@@ -1348,7 +1445,7 @@ Fri Jun 28 07:25:05 UTC 2013 - coolo@suse.com
-------------------------------------------------------------------
Mon Aug 27 21:39:32 UTC 2012 - crrodriguez@opensuse.org
- Add systemd rules.
- Add systemd rules.
-------------------------------------------------------------------
Mon Jul 30 14:09:52 UTC 2012 - chris@computersalat.de
@@ -1365,7 +1462,7 @@ Mon Jun 11 12:05:44 UTC 2012 - coolo@suse.com
-------------------------------------------------------------------
Mon Apr 23 10:56:57 UTC 2012 - aj@suse.de
- Drop collectd-fix_new_yajl_lib.patch and collect-libnotify_070.patch
- Drop collectd-fix_new_yajl_lib.patch and collect-libnotify_070.patch
both are handled in the new version.
-------------------------------------------------------------------
@@ -1430,7 +1527,7 @@ Tue Aug 2 22:55:45 UTC 2011 - stefan.bruens@rwth-aachen.de
Mon Aug 1 11:50:52 UTC 2011 - stefan.bruens@rwth-aachen.de
- df plugin: skip duplicate entries, fixes "uc_update: Value too old"
error
error
-------------------------------------------------------------------
Sat Apr 16 23:58:31 UTC 2011 - pascal.bleser@opensuse.org