summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 12ed4b1)
raw | patch | inline | side by side (parent: 12ed4b1)
author | Sebastian Harl <sh@teamix.net> | |
Fri, 3 Aug 2012 12:04:46 +0000 (12:04 +0000) | ||
committer | Sebastian Harl <sh@teamix.net> | |
Fri, 3 Aug 2012 12:04:46 +0000 (12:04 +0000) |
debian/changelog | patch | blob | history | |
debian/collectd.conf | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index a6ba9aec62c53640d75d95bd297931b4e1fe85b7..0d908974467c5fed5eeff3cca41459879801f817 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- Disabled AMQP plugin, librabbitmq-dev is not available on Squeeze.
* debian/rules, debian/collectd-core.overrides:
- Changed JAVA_HOME to /usr/lib/jvm/java-6-openjdk (without arch).
+ * debian/collectd.conf:
+ - Removed sample config for the 'amqp' plugin.
- -- Sebastian Harl <tokkee@debian.org> Fri, 03 Aug 2012 11:23:19 +0000
+ -- Sebastian Harl <tokkee@debian.org> Fri, 03 Aug 2012 12:04:12 +0000
collectd (5.1.0-3) unstable; urgency=low
diff --git a/debian/collectd.conf b/debian/collectd.conf
index 74770533ff16cd056a8311df3c48489c2e858e61..2efd8eb4dfb74b7dcaf44a265fe58fbc7045a5f3 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
LogLevel info
</Plugin>
-#LoadPlugin amqp
#LoadPlugin apache
#LoadPlugin apcups
#LoadPlugin ascent
#LoadPlugin write_http
#LoadPlugin write_mongodb
-#<Plugin amqp>
-# <Publish "name">
-# Host "localhost"
-# Port "5672"
-# VHost "/"
-# User "guest"
-# Password "guest"
-# Exchange "amq.fanout"
-# RoutingKey "collectd"
-# Persistent false
-# StoreRates false
-# </Publish>
-#</Plugin>
-
#<Plugin apache>
# <Instance "foo">
# URL "http://localhost/server-status?auto"