summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6aa9c66)
raw | patch | inline | side by side (parent: 6aa9c66)
author | Marc Fournier <marc@bl.uem.li> | |
Wed, 25 May 2016 21:13:25 +0000 (23:13 +0200) | ||
committer | Marc Fournier <marc@bl.uem.li> | |
Wed, 25 May 2016 21:13:25 +0000 (23:13 +0200) |
debian/changelog | patch | blob | history | |
debian/collectd.conf | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 2f9510a707efee6b02273559be140fe0fac61708..daea608aa49d9760ef94fe25fddebf1b4fc82f85 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* debian/patches:
- Add bts823012_librrd8.patch. Properly detect thread safety with librrd8.
Thanks to Jean-Michel Vourgère for the patch (Closes: #823012).
+ * debian/collectd.conf:
+ - Add missing example blocks in main configuration file (Closes: #806196).
-- Marc Fournier <marc@bl.uem.li> Tue, 24 May 2016 08:10:45 +0200
diff --git a/debian/collectd.conf b/debian/collectd.conf
index cea1e59202e0b9f0f4f2f0a5555be835596addf3..2c91a5bab94370a2afcdde79f60a20cb7c00c16c 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
#LoadPlugin numa
#LoadPlugin nut
#LoadPlugin olsrd
+#LoadPlugin onewire
#LoadPlugin openldap
#LoadPlugin openvpn
#LoadPlugin perl
# CollectTopology "Summary"
#</Plugin>
+#<Plugin onewire>
+# Device "-s localhost:4304"
+# Sensor "F10FCA000800"
+# IgnoreSelected false
+#</Plugin>
+
#<Plugin openldap>
# <Instance "localhost">
# URL "ldap://localhost:389"
# </Topic>
#</Plugin>
+#<Plugin write_redis>
+# <Node "example">
+# Host "localhost"
+# Port "6379"
+# Timeout 1000
+# <Node>
+#</Plugin>
+
#<Plugin write_riemann>
# <Node "example">
# Host "localhost"