Skip to content
Florian Forster edited this page Nov 20, 2023 · 1 revision
Name: Tail CSV plugin
Type: read
Callbacks: config, init, read, shutdown
Status: supported
FirstVersion: 5.3
Copyright: 2013 Kris Nielander, 2013 Florian Forster
License: GPLv2
Manpage: collectd.conf(5)
See also: List of Plugins

Description

The Tail CSV plugin "follows" (tails) and parses CSV files.

This plugin is a generic plugin, i.e. it cannot work without configuration, because there is no reasonable default behavior. Please read the Plugin tail_csv section of the collectd.conf(5) manual page for an in-depth description of the plugin's configuration.

Synopsis

 <Plugin "tail_csv">
   <Metric "snort-dropped">
       Type "percent"
       Instance "dropped"
       Index 1
   </Metric>
   <File "/var/log/snort/snort.stats">
       Instance "snort-eth0"
       Interval 600
       Collect "snort-dropped"
   </File>
 </Plugin>

Example graphs

None yet. Add one now!

Dependencies

  • none

See also

Clone this wiki locally