SHA256
1
0
forked from pool/collectd

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

- Update to 5.11
  * Adds buddyinfo, logparser, ubi, and write_influxdb_udp plugins
  * Remove lvm plugin
  * Multiple bugfixes/improvements
- update collectd-fix_collection_cgi.patch

OBS-URL: https://build.opensuse.org/request/show/817908
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=163
This commit is contained in:
2020-07-05 07:15:39 +00:00
committed by Git OBS Bridge
parent 24c5d1a170
commit 5e424461c4
5 changed files with 72 additions and 49 deletions

View File

@@ -1,16 +1,14 @@
diff --git a/contrib/collection.cgi b/contrib/collection.cgi
index 5ff259f..e0848e0 100755
--- a/contrib/collection.cgi
+++ b/contrib/collection.cgi
@@ -32,7 +32,7 @@ use URI::Escape ('uri_escape');
--- collectd-5.11.0/contrib/collection.cgi.orig 2020-06-24 18:22:39.045940659 +0200
+++ collectd-5.11.0/contrib/collection.cgi 2020-06-24 18:23:01.377983888 +0200
@@ -32,7 +32,7 @@
use RRDs ();
use Data::Dumper ();
-our $Config = "/etc/collection.conf";
+our $Config = "/etc/collectd/collection.conf";
our $TypesDB = "/usr/share/collectd/types.db";
our @DataDirs = ();
our @DontShowTypes = ();
our $LibDir;
diff --git a/contrib/collection.conf b/contrib/collection.conf
index e8444f5..063141f 100644
--- a/contrib/collection.conf