7ce0e836b5
SVN-Revision: 1653
14 lines
501 B
Text
14 lines
501 B
Text
config BR2_PACKAGE_RRDCOLLECT
|
|
tristate "rrdcollect - Round-Robin Database Collecting Daemon"
|
|
default m if CONFIG_DEVEL
|
|
select BR2_PACKAGE_LIBRRD
|
|
help
|
|
RRDcollect is a daemon which polls ceratin files in /proc/
|
|
directory, gathering data and storing it inside RRDtool's
|
|
database files. Being written in C should be both fast
|
|
and resources-friendly. Supports both scanf(3)-style
|
|
pattern matches and perl compatible regular expressions.
|
|
|
|
http://rrdcollect.sourceforge.net/
|
|
|
|
|