openwrtv4/openwrt/package/rrdcollect/Config.in
Nicolas Thill 7ce0e836b5 add rrdcollect package
SVN-Revision: 1653
2005-08-14 02:57:28 +00:00

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/