Code

add missing examples to configuration file
authorMarc Fournier <marc@bl.uem.li>
Wed, 25 May 2016 21:13:25 +0000 (23:13 +0200)
committerMarc Fournier <marc@bl.uem.li>
Wed, 25 May 2016 21:13:25 +0000 (23:13 +0200)
debian/changelog
debian/collectd.conf

index 2f9510a707efee6b02273559be140fe0fac61708..daea608aa49d9760ef94fe25fddebf1b4fc82f85 100644 (file)
@@ -5,6 +5,8 @@ collectd (5.5.1-3) UNRELEASED; urgency=medium
   * 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
 
index cea1e59202e0b9f0f4f2f0a5555be835596addf3..2c91a5bab94370a2afcdde79f60a20cb7c00c16c 100644 (file)
@@ -145,6 +145,7 @@ LoadPlugin memory
 #LoadPlugin numa
 #LoadPlugin nut
 #LoadPlugin olsrd
+#LoadPlugin onewire
 #LoadPlugin openldap
 #LoadPlugin openvpn
 #LoadPlugin perl
@@ -760,6 +761,12 @@ LoadPlugin users
 #      CollectTopology "Summary"
 #</Plugin>
 
+#<Plugin onewire>
+#      Device "-s localhost:4304"
+#      Sensor "F10FCA000800"
+#      IgnoreSelected false
+#</Plugin>
+
 #<Plugin openldap>
 #      <Instance "localhost">
 #              URL "ldap://localhost:389"
@@ -1258,6 +1265,14 @@ LoadPlugin users
 #      </Topic>
 #</Plugin>
 
+#<Plugin write_redis>
+#      <Node "example">
+#              Host "localhost"
+#              Port "6379"
+#              Timeout 1000
+#      <Node>
+#</Plugin>
+
 #<Plugin write_riemann>
 #      <Node "example">
 #              Host "localhost"