Code

tail_csv plugin: Rename the "snort" plugin to "tail_csv".
[collectd.git] / README
diff --git a/README b/README
index ee09ddd05387ec2352ce59a1ae08d06331524bbf..8fdc791434976acef6a0b3e433af83169248f212 100644 (file)
--- a/README
+++ b/README
@@ -274,10 +274,6 @@ Features
       network devices such as switches, routers, thermometers, rack monitoring
       servers, etc. See collectd-snmp(5).
 
-    - snort
-      Reads the statistics file written by Snort, a network intrution detection
-      system (IDS) and dispatches the values according to the configuration.
-
     - swap
       Pages swapped out onto harddisk or whatever is called `swap' by the OS..
 
@@ -288,6 +284,10 @@ Features
       Follows (tails) logfiles, parses them by lines and submits matched
       values.
 
+    - tail_csv
+      Follows (tails) files in CSV format, parses each line and submits
+      extracted values.
+
     - tape
       Bytes and operations read and written on tape devices. Solaris only.