Code

write_riemann plugin: Unify the plugin's configuration semantic.
[collectd.git] / src / collectd.conf.in
index d55dc463c22628048c111cfc20bbc31bcf1d727d..0b5323cc9d1ee2123ed574b6cd4ae09e67ad959b 100644 (file)
 #</Plugin>
 
 #<Plugin write_riemann>
-#   <Host "localhost">
-#      Port 5555
-#      Delay 2
-#   </Host>
+#      <Node "example">
+#              Host "localhost">
+#              Port 5555
+#              StoreRates false
+#              Delay 2
+#      </Node>
+#      Tag "foobar"
 #</Plugin>
 
 ##############################################################################