Code

collectd.conf: Fix the 'apache' plugin's URL.
authorSebastian Harl <sh@tokkee.org>
Tue, 18 Aug 2009 20:49:26 +0000 (22:49 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 18 Aug 2009 20:52:17 +0000 (22:52 +0200)
Set the URL according to the default used by Debian's Apache.

Thanks to Joey Hess for reporting this.
Closes: #541888
debian/changelog
debian/collectd.conf

index e6e3101a2a4b1ceb5f015436de05de3c7a917cd0..febe74488bbab86106b8cd6a17433cf803b1750f 100644 (file)
@@ -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 <tokkee@debian.org>  Sat, 01 Aug 2009 10:39:09 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Tue, 18 Aug 2009 22:47:45 +0200
 
 collectd (4.6.3-1) unstable; urgency=low
 
index 417b027b0cced57c8566cebed41cedbc5ce92ef0..f4e3e76b29f15c58a84b8f7ef8e73dca49be06d8 100644 (file)
@@ -98,7 +98,7 @@ LoadPlugin users
 
 #<Plugin apache>
 #      <Instance "foo">
-#              URL "http://localhost/status?auto"
+#              URL "http://localhost/server-status?auto"
 #              User "www-user"
 #              Password "secret"
 #              VerifyPeer false