Requested changes applied.
[collectd.git] / src / collectd.conf.in
index 12891fb..0ef5592 100644 (file)
 #@BUILD_PLUGIN_SENSORS_TRUE@LoadPlugin sensors
 #@BUILD_PLUGIN_SERIAL_TRUE@LoadPlugin serial
 #@BUILD_PLUGIN_SNMP_TRUE@LoadPlugin snmp
+#@BUILD_PLUGIN_SNORT_TRUE@LoadPlugin snort
 #@BUILD_PLUGIN_SWAP_TRUE@LoadPlugin swap
 #@BUILD_PLUGIN_TABLE_TRUE@LoadPlugin table
 #@BUILD_PLUGIN_TAIL_TRUE@LoadPlugin tail
 #   </Host>
 #</Plugin>
 
+#<Plugin "snort">
+#   <Metric "dropped">
+#       TypeInstance "pkt_drop_percent"
+#       DataSourceType "GAUGE"
+#       Index 1
+#   </Metric>
+#   <Metric "mbps">
+#       TypeInstance "wire_mbits_per_sec.realtime"
+#       DataSourceType "GAUGE"
+#       Index 2
+#   </Metric>
+#   <Metric "alerts">
+#       TypeInstance "alerts_per_second"
+#       DataSourceType "GAUGE"
+#       Index 3
+#   </Metric>
+#   <Metric "kpps">
+#       TypeInstance "kpackets_wire_per_sec.realtime"
+#       DataSourceType "GAUGE"
+#       Index 4
+#   </Metric>
+#   <Instance "eth0">
+#       Interface "eth0"
+#       Path "/var/log/snort/snort.stats"
+#       Interval 600
+#       Collect "dropped" "mbps" "alerts" "kpps"
+#   </Instance>
+#</Plugin>
+
 #<Plugin "swap">
 #      ReportByDevice false
 #      ReportBytes true
 #</Plugin>
 
 #<Plugin write_graphite>
-#  <Carbon>
+#  <Node "example">
 #    Host "localhost"
 #    Port "2003"
 #    Prefix "collectd"
 #    Postfix "collectd"
-#    StoreRates false
+#    StoreRates true
 #    AlwaysAppendDS false
 #    EscapeCharacter "_"
-#  </Carbon>
+#  </Node>
 #</Plugin>
 
 #<Plugin write_http>
 #      <Node "example">
 #              Host "localhost"
 #              Port 5555
+#              Protocol UDP
 #              StoreRates true
+#              AlwaysAppendDS false
 #      </Node>
 #      Tag "foobar"
 #</Plugin>