From bfb670bacefaed29d613d1140802f29b675fe3e4 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 18 Aug 2009 22:49:26 +0200 Subject: [PATCH] collectd.conf: Fix the 'apache' plugin's URL. Set the URL according to the default used by Debian's Apache. Thanks to Joey Hess for reporting this. Closes: #541888 --- debian/changelog | 5 ++++- debian/collectd.conf | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e6e3101..febe744 100644 --- a/debian/changelog +++ b/debian/changelog @@ -48,8 +48,11 @@ collectd (4.7.2-1) unstable; urgency=low * debian/control, debian/rules: - No not limit the libvirt plugin to amd64, i386, powerpc - libvirt-dev seems to be available on all architectures now. + * debian/collectd.conf: + - Set the 'apache' plugin's URL according to the default used by Debian's + Apache; thanks to Joey Hess for reporting this (Closes: #541888). - -- Sebastian Harl Sat, 01 Aug 2009 10:39:09 +0200 + -- Sebastian Harl Tue, 18 Aug 2009 22:47:45 +0200 collectd (4.6.3-1) unstable; urgency=low diff --git a/debian/collectd.conf b/debian/collectd.conf index 417b027..f4e3e76 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -98,7 +98,7 @@ LoadPlugin users # # -# URL "http://localhost/status?auto" +# URL "http://localhost/server-status?auto" # User "www-user" # Password "secret" # VerifyPeer false -- 2.30.2