- Update to version 5.12.0.130.g2f3c12e: * Fix formatting in mdadm events table * Add new exec-borg script to contrib/ * ChangeLog: v5.12 milestone: Fix issue #3127 * use derive_t instead of int inside ovs_stats_get_port_stat_value * In macOS 12, `IOMasterPort` is deprecated in favor of `IOMainPort` * - allow alertmanager correlation and resolve - fix meta names with ':' * fix drop probability * add config option to write metadata - Fix build issue if net-snmp has NETSNMP_DISABLE_MD5 set: A Fix-compile-issue-if-net-snmp-has-NETSNMP_DISABLE_MD5-set.patch - Use autosetup and adopt patches from -p0 to -p1: M collectd-fix-config.patch M collectd-fix_spamassassin_doc.patch - Use obs_scm and others in _service file: A _service A _servicedata A collectd.obsinfo OBS-URL: https://build.opensuse.org/request/show/1062318 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=178
23 lines
542 B
Diff
23 lines
542 B
Diff
Index: src/collectd.conf.in
|
|
===================================================================
|
|
--- a/src/collectd.conf.in.orig
|
|
+++ b/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>
|