From 5f4cf918e4952271849943d3b6546cb0c1be4635 Mon Sep 17 00:00:00 2001 From: Kris Nielander Date: Tue, 19 Feb 2013 23:36:14 +0100 Subject: [PATCH] Updated configuration directives. -- --- src/collectd.conf.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 86834db1..0c80ac64 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -916,23 +916,22 @@ # # -# TypeInstance "pkt_drop_percent" +# Type "pkt_drop_percent" # Index 1 # # -# TypeInstance "wire_mbits_per_sec.realtime" +# Type "wire_mbits_per_sec.realtime" # Index 2 # # -# TypeInstance "alerts_per_second" +# Type "alerts_per_second" # Index 3 # # -# TypeInstance "kpackets_wire_per_sec.realtime" +# Type "kpackets_wire_per_sec.realtime" # Index 4 # # -# Interface "eth0" # Path "/var/log/snort/snort.stats" # Interval 600 # Collect "dropped" "mbps" "alerts" "kpps" -- 2.30.2