summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 56d9d18)
raw | patch | inline | side by side (parent: 56d9d18)
author | Kris Nielander <krisnielander@gmail.com> | |
Tue, 19 Feb 2013 22:36:14 +0000 (23:36 +0100) | ||
committer | Kris Nielander <krisnielander@gmail.com> | |
Tue, 19 Feb 2013 22:36:14 +0000 (23:36 +0100) |
--
src/collectd.conf.in | patch | blob | history |
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index 86834db1cf04ce0a7f4f52cab78319826b1bff7e..0c80ac645713b790b609ef3427df2456363a3203 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
#<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"