SHA256
1
0
forked from pool/collectd
Commit Graph

76 Commits

Author SHA256 Message Date
Dominique Leuenberger
6289c5212d Accepting request 769490 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/769490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=34
2020-02-04 18:52:21 +00:00
Christian Vögl
24c5d1a170 Accepting request 768330 from home:dimstar:Factory
- Cleanup BuildRequires that are not actually in use:
  pkgconfig(devmapper),  pkgconfig(freetype2), pkgconfig(gail),
  pkgconfig(gdk-2.0),  pkgconfig(gtk+-2.0), pkgconfig(libart-2.0).

OBS-URL: https://build.opensuse.org/request/show/768330
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=161
2020-02-03 09:46:13 +00:00
Dominique Leuenberger
7422b98f58 Accepting request 751118 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/751118
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=33
2019-11-27 12:55:22 +00:00
Christian Vögl
e3fd9afdfa Accepting request 751116 from home:cvoegl:branches:server:monitoring
correct typo in changelog, add forgotten jira tag

OBS-URL: https://build.opensuse.org/request/show/751116
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=159
2019-11-26 17:41:39 +00:00
Dominique Leuenberger
eaae5e4047 Accepting request 751020 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/751020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=32
2019-11-26 16:09:59 +00:00
Christian Vögl
a0e936bb06 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
2019-11-26 11:48:59 +00:00
Dominique Leuenberger
c3191c04e7 Accepting request 709935 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/709935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=31
2019-06-19 19:07:39 +00:00
Dirk Stoecker
5788d17fe3 Accepting request 709801 from home:mnhauke:monitoring
- Update to 5.9.0:
+- Drop patches (fixed by upstream):
+  * 0001-gps-plugin-fix-build-with-newer-gpsd.patch
+  * Removed-checks-for-upper-limit-of-SENSORS_API_VERSION.patch
+- Add new subpackages:
+  * plugin-pcie
+  * plugin-write_stackdriver
+  * plugin-write_syslog
+
+-------------------------------------------------------------------
 Sun Apr 14 12:37:27 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
 
 - Update to 5.8.1:
Index: collectd.spec
===================================================================
--- collectd.spec (revision 154)
+++ collectd.spec (revision 9)
@@ -42,7 +42,7 @@
 %define sensors_plugin %{nil}
 %endif
 Name:           collectd
-Version:        5.8.1
+Version:        5.9.0
 Release:        0
 Summary:        Statistics Collection Daemon for filling RRD Files
 License:        GPL-2.0-only AND MIT
@@ -62,8 +62,6 @@
 Patch6:         collectd-fix_spamassassin_doc.patch
 Patch7:         collectd-fix_collectd_config_path_in_snmp_probe.patch
 Patch8:         9e36cd85a2bb_sigrok_Update_to_support_libsigrok_0_4.patch
-Patch9:         0001-gps-plugin-fix-build-with-newer-gpsd.patch
-Patch10:        Removed-checks-for-upper-limit-of-SENSORS_API_VERSION.patch
 # PATCH-FIX-OPENSUSE avoid-pg-config.patch avoid pg_config if possible
 Patch11:        avoid-pg-config.patch
 # for /etc/apache2/... ownership (rpmlint):
@@ -110,7 +108,6 @@
 BuildRequires:  pkgconfig(libatasmart)
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libevent)
-#BuildRequires:  pkgconfig(libgpsd)
 BuildRequires:  pkgconfig(libgps)
 BuildRequires:  pkgconfig(libiptc)
 BuildRequires:  pkgconfig(libmemcached)
@@ -251,6 +248,14 @@
 %description plugin-lvm
 This plugin collects information from lvm.
 
+%package plugin-pcie
+Summary:        PCIe Monitoring Plugin for %{name}
+Group:          System/Monitoring
+Requires:       %{name} = %{version}-%{release}
+
+%description plugin-pcie
+Optional %{name} plugin to monitor PCIe errors.
+
 %package plugin-postgresql
 Summary:        PostgreSQL Monitoring Plugin for %{name}
 Group:          System/Monitoring
@@ -371,6 +376,22 @@
 %description plugin-synproxy
 Optional %{name} plugin to monitor Synproxy stats.
 
+%package plugin-write_stackdriver
+Summary:        Write Stackdriver plugin for %{name}
+Group:          System/Monitoring
+Requires:       %{name} = %{version}-%{release}
+
+%description plugin-write_stackdriver
+Optional %{name} plugin to to write to Google Stackdriver.
+
+%package plugin-write_syslog
+Summary:        Write Syslog plugin for %{name}
+Group:          System/Monitoring
+Requires:       %{name} = %{version}-%{release}
+
+%description plugin-write_syslog
+Optional %{name} plugin to write values lists as syslog messages.
+
 %package plugins-all
 Summary:        All Monitoring Plugins for %{name}
 Group:          System/Monitoring
@@ -387,6 +408,7 @@
 Requires:       %{name}-plugin-notify-desktop = %{version}-%{release}
 Requires:       %{name}-plugin-openldap = %{version}-%{release}
 Requires:       %{name}-plugin-ovs = %{version}-%{release}
+Requires:       %{name}-plugin-pcie = %{version}-%{release}
 Requires:       %{name}-plugin-pinba = %{version}-%{release}
 Requires:       %{name}-plugin-postgresql = %{version}-%{release}
 Requires:       %{name}-plugin-python3 = %{version}-%{release}
@@ -395,6 +417,8 @@
 Requires:       %{name}-plugin-snmp = %{version}-%{release}
 Requires:       %{name}-plugin-synproxy = %{version}-%{release}
 Requires:       %{name}-plugin-virt = %{version}-%{release}
+Requires:       %{name}-plugin-write_stackdriver = %{version}-%{release}
+Requires:       %{name}-plugin-write_syslog = %{version}-%{release}
 Requires:       %{name}-web = %{version}-%{release}
 Requires:       %{name}-web-js = %{version}-%{release}
 %if 0%{?suse_version} >= 1330
@@ -447,8 +471,6 @@
 %if 0%{?suse_version} > 1320
 %patch8 -p1
 %endif
-%patch9 -p1
-%patch10 -p1
 %patch11 -p1
 
 sed -i 's|@@VERSION@@|%{version}|g' configure.ac
@@ -678,6 +700,10 @@
 %{_libdir}/collectd/mysql.so
 %{_libdir}/collectd/mysql.la
 
+%files plugin-pcie
+%{_libdir}/collectd/pcie_errors.so
+%{_libdir}/collectd/pcie_errors.la
+
 %files plugin-postgresql
 %{_libdir}/collectd/postgresql.so
 %{_libdir}/collectd/postgresql.la
@@ -740,6 +766,14 @@
 %{_libdir}/collectd/synproxy.so
 %{_libdir}/collectd/synproxy.la
 
+%files plugin-write_stackdriver
+%{_libdir}/collectd/write_stackdriver.so
+%{_libdir}/collectd/write_stackdriver.la
+
+%files plugin-write_syslog
+%{_libdir}/collectd/write_syslog.so
+%{_libdir}/collectd/write_syslog.la
+
 %if 0%{?suse_version} >= 1330
 %files plugin-nut
 %{_libdir}/collectd/nut.so
Index: collectd-5.9.0.tar.bz2
===================================================================
Binary file collectd-5.9.0.tar.bz2 (revision 9) added
Index: 0001-gps-plugin-fix-build-with-newer-gpsd.patch
===================================================================
--- 0001-gps-plugin-fix-build-with-newer-gpsd.patch (revision 154)
+++ 0001-gps-plugin-fix-build-with-newer-gpsd.patch (deleted)
@@ -1,41 +0,0 @@
-From d5ec9075510601537cc76be4417ab337364506d0 Mon Sep 17 00:00:00 2001
-From: Baruch Siach <baruch@tkos.co.il>
-Date: Tue, 9 Oct 2018 19:57:21 +0300
-Subject: [PATCH] gps plugin: fix build with newer gpsd
-
-gpsd version 3.18 changed the prototype of gps_read(). Make the
-gps_read() call depend on GPSD_API_MAJOR_VERSION to fix that.
-
-This fixes build failures like:
-
-gps.c: In function 'cgps_thread':
-gps.c:144:11: error: too few arguments to function 'gps_read'
-       if (gps_read(&gpsd_conn) == -1) {
-		   ^~~~~~~~
-
-(cherry picked from commit 991a6d3fd38c2435d94de3853fda36b3330cf6ab)
----
- src/gps.c | 7 ++++++-
- 1 file changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/src/gps.c b/src/gps.c
-index 1d32d049..b22c3a2e 100644
---- a/src/gps.c
-+++ b/src/gps.c
-@@ -141,7 +141,12 @@ static void *cgps_thread(void *pData) {
-         continue;
-       }
- 
--      if (gps_read(&gpsd_conn) == -1) {
-+#if GPSD_API_MAJOR_VERSION > 6
-+      if (gps_read(&gpsd_conn, NULL, 0) == -1)
-+#else
-+      if (gps_read(&gpsd_conn) == -1)
-+#endif
-+      {
-         WARNING("gps plugin: incorrect data! (err_count: %d)", err_count);
-         err_count++;
- 
--- 
-2.16.4
-
Index: Removed-checks-for-upper-limit-of-SENSORS_API_VERSION.patch
===================================================================
--- Removed-checks-for-upper-limit-of-SENSORS_API_VERSION.patch (revision 154)
+++ Removed-checks-for-upper-limit-of-SENSORS_API_VERSION.patch (deleted)
@@ -1,83 +0,0 @@
-From d5a3c020d33cc33ee8049f54c7b4dffcd123bf83 Mon Sep 17 00:00:00 2001
-From: Pavel Rochnyack <pavel2000@ngs.ru>
-Date: Mon, 3 Dec 2018 18:34:14 +0700
-Subject: [PATCH] sensors: Removed checks for upper limit of
- SENSORS_API_VERSION
-
-That makes no more sense after lm-sensors got new maintainers.
-
-Closes: #3006
----
- src/sensors.c | 17 ++++++-----------
- 1 file changed, 6 insertions(+), 11 deletions(-)
-
-diff --git a/src/sensors.c b/src/sensors.c
-index f4ecda5e49..33982e061a 100644
---- a/src/sensors.c
-+++ b/src/sensors.c
-@@ -149,7 +149,7 @@ typedef struct featurelist {
- static char *conffile = SENSORS_CONF_PATH;
- /* #endif SENSORS_API_VERSION < 0x400 */
- 
--#elif (SENSORS_API_VERSION >= 0x400) && (SENSORS_API_VERSION < 0x500)
-+#elif (SENSORS_API_VERSION >= 0x400)
- typedef struct featurelist {
-   const sensors_chip_name *chip;
-   const sensors_feature *feature;
-@@ -159,11 +159,6 @@ typedef struct featurelist {
- 
- static char *conffile = NULL;
- static _Bool use_labels = 0;
--/* #endif (SENSORS_API_VERSION >= 0x400) && (SENSORS_API_VERSION < 0x500) */
--
--#else /* if SENSORS_API_VERSION >= 0x500 */
--#error "This version of libsensors is not supported yet. Please report this " \
--	"as bug."
- #endif
- 
- static featurelist_t *first_feature = NULL;
-@@ -223,7 +218,7 @@ static int sensors_config(const char *key, const char *value) {
-     if (IS_TRUE(value))
-       ignorelist_set_invert(sensor_list, 0);
-   }
--#if (SENSORS_API_VERSION >= 0x400) && (SENSORS_API_VERSION < 0x500)
-+#if (SENSORS_API_VERSION >= 0x400)
-   else if (strcasecmp(key, "UseLabels") == 0) {
-     use_labels = IS_TRUE(value) ? 1 : 0;
-   }
-@@ -353,7 +348,7 @@ static int sensors_load_conf(void) {
-   }   /* while sensors_get_detected_chips */
- /* #endif SENSORS_API_VERSION < 0x400 */
- 
--#elif (SENSORS_API_VERSION >= 0x400) && (SENSORS_API_VERSION < 0x500)
-+#elif (SENSORS_API_VERSION >= 0x400)
-   chip_num = 0;
-   while ((chip = sensors_get_detected_chips(NULL, &chip_num)) != NULL) {
-     const sensors_feature *feature;
-@@ -410,7 +405,7 @@ static int sensors_load_conf(void) {
-       } /* while (subfeature) */
-     }   /* while (feature) */
-   }     /* while (chip) */
--#endif /* (SENSORS_API_VERSION >= 0x400) && (SENSORS_API_VERSION < 0x500) */
-+#endif /* (SENSORS_API_VERSION >= 0x400) */
- 
-   if (first_feature == NULL) {
-     sensors_cleanup();
-@@ -485,7 +480,7 @@ static int sensors_read(void) {
-   } /* for fl = first_feature .. NULL */
- /* #endif SENSORS_API_VERSION < 0x400 */
- 
--#elif (SENSORS_API_VERSION >= 0x400) && (SENSORS_API_VERSION < 0x500)
-+#elif (SENSORS_API_VERSION >= 0x400)
-   for (featurelist_t *fl = first_feature; fl != NULL; fl = fl->next) {
-     double value;
-     int status;
-@@ -528,7 +523,7 @@ static int sensors_read(void) {
- 
-     sensors_submit(plugin_instance, type, type_instance, value);
-   } /* for fl = first_feature .. NULL */
--#endif /* (SENSORS_API_VERSION >= 0x400) && (SENSORS_API_VERSION < 0x500) */
-+#endif /* (SENSORS_API_VERSION >= 0x400) */
- 
-   return 0;
- } /* int sensors_read */
Index: collectd-5.8.1.tar.bz2
===================================================================
Binary file collectd-5.8.1.tar.bz2 (revision 154) deleted

OBS-URL: https://build.opensuse.org/request/show/709801
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=155
2019-06-14 09:02:25 +00:00
Lars Vogdt
8c70fab9da Accepting request 694073 from home:cgiboudeaux:branches:server:monitoring
Update to 5.8.1
Add patch to fix the psql detection on Factory builds.

OBS-URL: https://build.opensuse.org/request/show/694073
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=154
2019-04-27 10:18:32 +00:00
Dominique Leuenberger
918690d075 Accepting request 661974 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/661974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=30
2019-01-03 17:06:47 +00:00
Lars Vogdt
7cc84ff94d Accepting request 661966 from home:mnhauke:monitoring
- Add patch:
  * 0001-gps-plugin-fix-build-with-newer-gpsd.patch

OBS-URL: https://build.opensuse.org/request/show/661966
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=152
2018-12-29 16:55:28 +00:00
Yuchen Lin
83f9217215 Accepting request 615438 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/615438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=29
2018-06-13 13:38:50 +00:00
Lars Vogdt
892240d373 Accepting request 614917 from home:mnhauke:monitoring
- Fix BuildRequires for collectd-web
- Make apache configuration files compatible with Apache v2.2 and v2.4

OBS-URL: https://build.opensuse.org/request/show/614917
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=150
2018-06-09 17:01:18 +00:00
Dominique Leuenberger
c34aaa962e Accepting request 558934 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/558934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=28
2017-12-21 10:30:00 +00:00
Lars Vogdt
c467a02b36 Accepting request 556716 from home:StefanBruens:branches:server:monitoring
- Buildrequires for gpsd changed, upstream renamed the pkgconfig
  file in gpsd 3.17.

OBS-URL: https://build.opensuse.org/request/show/556716
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=148
2017-12-20 22:19:12 +00:00
Dominique Leuenberger
217098be56 Accepting request 537437 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/537437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=27
2017-10-30 20:19:00 +00:00
Lars Vogdt
b82746cbd4 Accepting request 532580 from home:StefanBruens:branches:server:monitoring
- Sort list of plugins bundled in main package, add line breaks
- Add BuildRequires for libsigrok and create a sigrok plugin
  subpackage
- Add 9e36cd85a2bb_sigrok_Update_to_support_libsigrok_0_4.patch
  Apply patch conditionally for libsigrok >= 0.4.0, the API
  is different from the libsigrok 0.3.0 API.

OBS-URL: https://build.opensuse.org/request/show/532580
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=146
2017-10-29 16:50:16 +00:00
Dominique Leuenberger
87630acead Accepting request 514040 from server:monitoring
1

OBS-URL: https://build.opensuse.org/request/show/514040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=26
2017-08-24 16:43:51 +00:00
Yuchen Lin
0c774b2ae8 Accepting request 510091 from home:scarabeus_iv:branches:server:monitoring
- Disable NUT plugin on older distros (broken NUT devel package)
- Make sure we build lvm plugin
- Disable turbostat plugin as it does not work with new kernels
  https://github.com/collectd/collectd/issues/2311
- Version update to 5.7.2:
  * Various small fixes around, notable fix for CVE-2017-7401
- Update buildrequires to include dependencies not detected by
  configure.ac (like python3)
- Disable Werror
- List all the modules in files and thus stick to --enable-all passed
  to configure to avoid having to name them all
- Switch to python3 from python2 as plugin can be built only once...
- Fix build on Factory
- Remove unused collectd-pthread.pc SOURCE file as it does not
  need to be done anymore

- Remove all the always true conditionals for readability
- Convert to pkgconfig style dependencies
- Remove never applied patch collectd-pkgconfig_libnotify_add_gtk.patch

- Disable libdb collectd integration as we would like to reduce
  libdb exposure everywhere. There are other db backends in collectd
  anyway

OBS-URL: https://build.opensuse.org/request/show/510091
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=144
2017-08-02 12:18:42 +00:00
Lars Vogdt
58038c9325 Accepting request 498235 from home:jengelh:branches:server:monitoring
- Trim filler wording from descriptions, resolve orthographic
  errors, and shorten a find–delete call.

OBS-URL: https://build.opensuse.org/request/show/498235
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=143
2017-06-21 10:00:54 +00:00
Lars Vogdt
c5eb679480 Accepting request 493297 from home:benoit_monin:branches:server:monitoring
- update to version 5.7.1
- refresh patches:
  * collectd-fix_broken_perl-5.10.patch
  * collectd-split_README.patch
  * collectd-version.patch
- drop patch collectd-5.5.2-exec-no-output.diff: fixed upstream
- remove plugin write_riemann: not built anymore
- add new plugins chrony, cpusleep, hugepages, notify_nagios
- add lua-devel as BuildRequires and create a sub-package for the lua plugin
- add gpsd-devel as BuildRequires and create a sub-package for the gps plugin

OBS-URL: https://build.opensuse.org/request/show/493297
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=142
2017-05-17 22:05:22 +00:00
Dominique Leuenberger
9227f18840 Accepting request 477594 from server:monitoring
1

OBS-URL: https://build.opensuse.org/request/show/477594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=25
2017-03-12 19:03:11 +00:00
Lars Vogdt
920135a3ed Accepting request 461722 from home:seife:testing
do not create a journal entry for every PUTVAL e.g. from the exec plugin, collectd-5.4.1-exec-no-output.diff, some other cleanups

I am using this for over 2 years now, it's time to get this into factory / Leap proper :-)

OBS-URL: https://build.opensuse.org/request/show/461722
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=140
2017-03-07 18:27:47 +00:00
Dominique Leuenberger
0869419cd4 Accepting request 419624 from server:monitoring
1

OBS-URL: https://build.opensuse.org/request/show/419624
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=24
2016-08-17 10:06:22 +00:00
b863b95336 Accepting request 419269 from home:benoit_monin:branches:server:monitoring
put the SMART plugin in a separate sub-package

OBS-URL: https://build.opensuse.org/request/show/419269
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=138
2016-08-16 13:11:34 +00:00
Lars Vogdt
51a752b6cc Accepting request 419179 from home:benoit_monin:branches:server:monitoring
- update to upstream version 5.5.2
- update patch collectd-fix_broken_perl-5.10.patch
- drop patch collectd-df-remove-duplicates.patch: fixed upstream
- add libatasmart-devel and libudev-devel as BuildRequires to enable the SMART plugin

OBS-URL: https://build.opensuse.org/request/show/419179
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=137
2016-08-14 12:49:05 +00:00
Dominique Leuenberger
513eb939bc Accepting request 407084 from server:monitoring
Use the correct contrib/systemd.collectd.service in stead of contrib/collectd.service this fixes, boo#987462 (forwarded request 407083 from worldcitizen)

OBS-URL: https://build.opensuse.org/request/show/407084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=23
2016-07-12 21:51:58 +00:00
Joop Boonen
7a12e3203e Accepting request 407083 from home:worldcitizen:branches:server:monitoring
Use the correct contrib/systemd.collectd.service in stead of contrib/collectd.service this fixes, boo#987462

OBS-URL: https://build.opensuse.org/request/show/407083
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=135
2016-07-07 08:56:19 +00:00
Dominique Leuenberger
876ecd9dd8 Accepting request 361055 from server:monitoring
1

OBS-URL: https://build.opensuse.org/request/show/361055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=22
2016-02-25 21:07:27 +00:00
Martin Hauke
46d2c9f437 Accepting request 361036 from home:k0da:branches:server:monitoring
- Build turbostat plugin only for Intel architectures

OBS-URL: https://build.opensuse.org/request/show/361036
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=133
2016-02-23 07:48:56 +00:00
Dominique Leuenberger
f70dac0f50 Accepting request 354476 from server:monitoring
1

OBS-URL: https://build.opensuse.org/request/show/354476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=21
2016-01-21 22:43:10 +00:00
Lars Vogdt
321fa44ea3 Accepting request 353930 from home:mnhauke:monitoring
- packaging:
        * removed patches:
          - collectd-new_libstatgrab.patch (fixed upstream)
          - collectd-lib64.patch (fixed upstream)
          - collectd-fix_libltdl_autoreconf.patch (fixed upstream)
        * updated patches:
          - collectd-javac_target.patch
          - collectd-version.patch
- upstream update release 2015-05-27, Version 5.5.0

OBS-URL: https://build.opensuse.org/request/show/353930
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=131
2016-01-18 08:23:37 +00:00
01ba04bb0c Accepting request 353681 from home:aeneas_jaissle:branches:server:monitoring
Add %bcond for modbus

OBS-URL: https://build.opensuse.org/request/show/353681
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=130
2016-01-14 12:47:04 +00:00
Lars Vogdt
9761b086e4 Accepting request 349425 from home:oertel:branches:server:monitoring
- add patch collectd-new_libstatgrab.patch:
  fix build with recent libstatgrab (basically backport from git) 
- do not (build)require sensors on s390/s390x

OBS-URL: https://build.opensuse.org/request/show/349425
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=129
2015-12-31 18:21:24 +00:00
Lars Vogdt
b5fba04e19 Accepting request 330598 from home:matwey:branches:server:monitoring
OBS-URL: https://build.opensuse.org/request/show/330598
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=128
2015-10-26 15:49:18 +00:00
Dominique Leuenberger
ba4cdc7fcc Accepting request 311292 from server:monitoring
1

OBS-URL: https://build.opensuse.org/request/show/311292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=20
2015-06-10 07:16:14 +00:00
Dominique Leuenberger
880e5fc249 Accepting request 310421 from home:pluskalm:branches:server:monitoring
- Change _service to mode='localonly' active services are not 
  allowed in factory

OBS-URL: https://build.opensuse.org/request/show/310421
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=126
2015-06-09 11:35:02 +00:00
a691889b83 Accepting request 288613 from home:bruno_friedmann:branches:server:monitoring
- packaging :
	deleted source collectd.service, use now upstream version in contrib
	spec_cleaner .spec
- upstream update bugfix release 2015-02-26, Version 5.4.2
	* Build system: Numerous fixes. Thanks to Bjørn Nordbø, Jim Radford,
	  KOMEDA Shinji, Lauri Tirkkonen, Manuel Luis Sanmartin Rozada, Marc
	  Fournier, Rainer Müller, Yoga Ramalingam and Yves Mettier. #326,
	  #373, #653, #828
	* collectd: A use-after-free has been fixed in the "parse_value()"
	  function. Thanks to Matthias Urlichs.
	* collectd: Fix carriage return sign in types_list Thanks to Marc
	  Fournier and @NsLib.
	* collectd: Fix programming error in src/configfile.c. Thanks to
	  Wilfried Goesgens.
	* collectd: An off-by-one error has been fixed in the
	  "strstripnewline()" function. Patch by Florian Forster.
	* collectd: Use the complain mechanism to report filter chain write
	  failures. Thanks to Sebastian Harl.
	* collectd: Spelling and grammar of error messages have been fixed.
	  Thanks to Katelyn Perry and Tim Laszlo.
	* collectdctl: Fixed buffering issues which caused trouble on AIX and
	  Solaris. Thanks to Yoga Ramalingam.
	* Documentation: Details and example about multi-instance filterchain
	  targets have been added. Thanks to Marc Fournier.
	* Documentation: The "CollectStatistics" option of the rrdcached has
	  been documented. Thanks to Micha Krause. #907
	* Documentation: The write_redis has been documented. Thanks to Marc
	  Fournier.
	* Documentation: The "GraphiteSeparateInstances" and
	  "GraphiteAlwaysAppendDS" options of the amqp have been documented.

OBS-URL: https://build.opensuse.org/request/show/288613
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=125
2015-03-25 16:14:40 +00:00
Stephan Kulow
ffc9091664 Accepting request 241734 from server:monitoring
1

OBS-URL: https://build.opensuse.org/request/show/241734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=18
2014-07-21 19:40:24 +00:00
Darin Perusich
a1d1e80331 Accepting request 241668 from home:posophe:branches:server:monitoring
- Do not provide support for systemd and sysvinit on the same system
  it's redundant
- Add a rc symlink with systemd service file for backward compatibility

OBS-URL: https://build.opensuse.org/request/show/241668
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=123
2014-07-21 12:28:00 +00:00
Stephan Kulow
753b104f1b Accepting request 226553 from server:monitoring
Upstream bugfix release 5.4.1
Packaging : 
	* Rebase collectd-version.patch against 5.4.1
	* Rework collectd-pkgconfig_libnotify_add_gtk.patch against 5.4.1
	  As it should not be used since 2012. (gtk-2.0)
	  Now only applied for 11.4 Evergreen (forwarded request 226072 from bruno_friedmann)

OBS-URL: https://build.opensuse.org/request/show/226553
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=17
2014-03-21 12:29:40 +00:00
Sascha Peilicke
389fd309fa Accepting request 226072 from home:bruno_friedmann:branches:server:monitoring
Upstream bugfix release 5.4.1
Packaging : 
	* Rebase collectd-version.patch against 5.4.1
	* Rework collectd-pkgconfig_libnotify_add_gtk.patch against 5.4.1
	  As it should not be used since 2012. (gtk-2.0)
	  Now only applied for 11.4 Evergreen

OBS-URL: https://build.opensuse.org/request/show/226072
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=121
2014-03-18 09:08:55 +00:00
Stephan Kulow
431886e7a1 Accepting request 197516 from server:monitoring
->

OBS-URL: https://build.opensuse.org/request/show/197516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=15
2013-09-11 09:27:28 +00:00
db10f8c219 - add libperl_requires
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=119
2013-09-05 15:19:27 +00:00
Pascal Bleser
e689823fed 5.4.0
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=118
2013-08-25 10:56:00 +00:00
Pascal Bleser
ff1ee825cb 5.3.0
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=117
2013-08-23 05:31:49 +00:00
Stephan Kulow
a1562b826f Accepting request 185396 from server:monitoring
- Tarball was actually broken, rather stick with no download url,
  because upstream provides only 3.0 and newer for download now.

- Update the tarball so download_files serivce is silent.

- fix more of spamassasin's doc

OBS-URL: https://build.opensuse.org/request/show/185396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=14
2013-08-01 13:22:57 +00:00
Tomáš Chvátal
db6122f28d - Tarball was actually broken, rather stick with no download url,
because upstream provides only 3.0 and newer for download now.

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=115
2013-08-01 08:55:26 +00:00
Tomáš Chvátal
87249b138a - Update the tarball so download_files serivce is silent.
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=114
2013-08-01 08:42:45 +00:00
Darin Perusich
01d9efceca Accepting request 181224 from home:coolo:branches:openSUSE:Factory
- fix more of spamassasin's doc

OBS-URL: https://build.opensuse.org/request/show/181224
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=113
2013-06-28 12:36:06 +00:00