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
14 lines
379 B
Diff
14 lines
379 B
Diff
diff --git a/contrib/snmp-probe-host.px b/contrib/snmp-probe-host.px
|
|
index d1a7a88..bc94e5c 100755
|
|
--- a/contrib/snmp-probe-host.px
|
|
+++ b/contrib/snmp-probe-host.px
|
|
@@ -320,7 +320,7 @@ This is a bit a hack, but works for now.
|
|
=cut
|
|
|
|
my $host;
|
|
-my $file = '/etc/collectd/collectd.conf';
|
|
+my $file = '/etc/collectd.conf';
|
|
my $community = 'public';
|
|
my $conf;
|
|
my $working_data;
|