-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Plugin CSV
Florian Forster edited this page Nov 21, 2023
·
1 revision
Name: | CSV plugin |
---|---|
Type: | write |
Callbacks: | config, write |
Status: | supported |
FirstVersion: | 4.0 |
Copyright: | 2007–2009 Florian octo Forster, 2009 Doug MacEachern |
License: | GPLv2 |
Manpage: | collectd.conf(5) |
See also: | 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.
<Plugin "csv">
DataDir "/var/lib/collectd/csv"
StoreRates true
</Plugin>
- none