openbsd-ports/sysutils/collectd/patches/patch-src_collectd_conf_in
landry da4ec499a5 Import of collectd 4.10, yet another monitoring daemon :
collectd gathers statistics about the system it is running on and stores
this information. Those statistics can then be used to find current
performance bottlenecks (i.e. performance analysis) and predict future
system load (i.e. capacity planning). Or if you just want pretty graphs
of your private server and are fed up with some homegrown solution
you're at the right place, too ;).

Reworked by bernd@ to use MULTI_PACKAGES instead of FLAVORS, thanks!
With feedback from Nico Szalay.

ok bernd@
2010-06-23 18:04:26 +00:00

15 lines
558 B
Plaintext

$OpenBSD: patch-src_collectd_conf_in,v 1.1.1.1 2010/06/23 18:04:26 landry Exp $
--- src/collectd.conf.in.orig Sun Jun 20 15:33:30 2010
+++ src/collectd.conf.in Sun Jun 20 15:34:29 2010
@@ -12,8 +12,8 @@
#Hostname "localhost"
FQDNLookup true
-#BaseDir "@prefix@/var/lib/@PACKAGE_NAME@"
-#PIDFile "@prefix@/var/run/@PACKAGE_NAME@.pid"
+#BaseDir "/var/@PACKAGE_NAME@"
+#PIDFile "/var/@PACKAGE_NAME@/@PACKAGE_NAME@.pid"
#PluginDir "@prefix@/lib/@PACKAGE_NAME@"
#TypesDB "@prefix@/share/@PACKAGE_NAME@/types.db"
#Interval 10