2005-08-14 05:57:28 +03:00
|
|
|
config BR2_PACKAGE_RRDCOLLECT
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "rrdcollect........................ Round-Robin Database (RRD) collecting daemon"
|
|
|
|
tristate
|
2005-08-14 05:57:28 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-09-09 01:01:19 +03:00
|
|
|
depends BR2_PACKAGE_LIBRRD || BR2_PACKAGE_LIBRRD1
|
2005-08-14 05:57:28 +03:00
|
|
|
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/
|
|
|
|
|
2005-08-15 04:27:08 +03:00
|
|
|
This package contains only the deamon program.
|
2005-11-05 04:16:36 +02:00
|
|
|
|
2005-08-15 04:27:08 +03:00
|
|
|
config BR2_PACKAGE_RRDCOLLECT_EXAMPLE
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "rrdcollect-example.............. Example setup for RRD collecting daemon above"
|
|
|
|
tristate
|
2005-08-15 04:27:08 +03:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_RRDCOLLECT
|
|
|
|
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/
|
|
|
|
|
|
|
|
This packages contains programs and configuration files to
|
|
|
|
start graphing a basic set of ressources on your router.
|
2005-11-05 04:16:36 +02:00
|
|
|
|