forked from pool/collectd
8c70fab9da
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
23 lines
538 B
Diff
23 lines
538 B
Diff
Index: src/collectd.conf.in
|
|
===================================================================
|
|
--- src/collectd.conf.in.orig
|
|
+++ src/collectd.conf.in
|
|
@@ -272,7 +272,7 @@
|
|
#<Plugin apache>
|
|
# <Instance "local">
|
|
# URL "http://localhost/status?auto"
|
|
-# User "www-user"
|
|
+# User "www"
|
|
# Password "secret"
|
|
# CACert "/etc/ssl/ca.crt"
|
|
# </Instance>
|
|
@@ -291,7 +291,7 @@
|
|
|
|
#<Plugin ascent>
|
|
# URL "http://localhost/ascent/status/"
|
|
-# User "www-user"
|
|
+# User "www"
|
|
# Password "secret"
|
|
# CACert "/etc/ssl/ca.crt"
|
|
#</Plugin>
|