SHA256
1
0
forked from pool/collectd

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
This commit is contained in:
Lars Vogdt
2019-04-27 10:18:32 +00:00
committed by Git OBS Bridge
parent 7cc84ff94d
commit 8c70fab9da
16 changed files with 357 additions and 172 deletions

View File

@@ -1,6 +1,8 @@
--- contrib/collection.cgi.orig 2010-04-22 11:30:07.000000000 +0200
+++ contrib/collection.cgi 2010-05-20 18:23:38.000000000 +0200
@@ -11,7 +11,7 @@
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');
use RRDs ();
use Data::Dumper ();
@@ -9,8 +11,10 @@
our @DataDirs = ();
our @DontShowTypes = ();
our $LibDir;
--- contrib/collection.conf.orig 2010-04-22 11:29:35.000000000 +0200
+++ contrib/collection.conf 2010-05-20 18:23:38.000000000 +0200
diff --git a/contrib/collection.conf b/contrib/collection.conf
index e8444f5..063141f 100644
--- a/contrib/collection.conf
+++ b/contrib/collection.conf
@@ -1,3 +1,2 @@
-datadir: "/opt/collectd/var/lib/collectd/rrd/"
-libdir: "/opt/collectd/lib/collectd/"