Plugin:CSV
From collectd Wiki
| CSV plugin | |
|---|---|
| Type: | write |
| Callbacks: | config, write |
| Status: | supported |
| First version: | 4.0 |
| Copyright: | 2007–2009 Florian octo Forster 2009 Doug MacEachern |
| License: | GPLv2 |
| Manpage: | collectd.conf(5) |
| List of Plugins | |
The CSV plugin writes values to plain text files in the well-known comma separated values (CSV) format. These files can then be imported in many other programs, such as the popular spreadsheet-programs.
Synopsis
<Plugin "csv"> DataDir "/var/lib/collectd/csv" StoreRates true </Plugin>
Dependencies
- none

