Updated configuration directives.
authorKris Nielander <krisnielander@gmail.com>
Tue, 19 Feb 2013 22:36:14 +0000 (23:36 +0100)
committerKris Nielander <krisnielander@gmail.com>
Tue, 19 Feb 2013 22:36:14 +0000 (23:36 +0100)
--

src/collectd.conf.in

index 86834db..0c80ac6 100644 (file)
 
 #<Plugin "snort">
 #   <Metric "dropped">
-#       TypeInstance "pkt_drop_percent"
+#       Type "pkt_drop_percent"
 #       Index 1
 #   </Metric>
 #   <Metric "mbps">
-#       TypeInstance "wire_mbits_per_sec.realtime"
+#       Type "wire_mbits_per_sec.realtime"
 #       Index 2
 #   </Metric>
 #   <Metric "alerts">
-#       TypeInstance "alerts_per_second"
+#       Type "alerts_per_second"
 #       Index 3
 #   </Metric>
 #   <Metric "kpps">
-#       TypeInstance "kpackets_wire_per_sec.realtime"
+#       Type "kpackets_wire_per_sec.realtime"
 #       Index 4
 #   </Metric>
 #   <Instance "eth0">
-#       Interface "eth0"
 #       Path "/var/log/snort/snort.stats"
 #       Interval 600
 #       Collect "dropped" "mbps" "alerts" "kpps"