freewrt_1_0
freewrt_2_0
|
Last change
on this file since a218801 was e3ea651, checked in by Thorsten Glaser <tg@…>, 19 years ago |
|
what difference a little less menus and a little more indentation can make
now I can menuconfig in about half the time
wbx@ allowed me to do so... I did keep some menus where it made sense though
git-svn-id: svn://www.freewrt.org/trunk/freewrt@414 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | config FWRT_PACKAGE_RRDCOLLECT
|
|---|
| 2 | prompt " rrdcollect...................... Round-Robin Database (RRD) collecting daemon"
|
|---|
| 3 | tristate
|
|---|
| 4 | default m if CONFIG_DEVEL
|
|---|
| 5 | depends FWRT_PACKAGE_LIBRRD || FWRT_PACKAGE_LIBRRD1
|
|---|
| 6 | help
|
|---|
| 7 | RRDcollect is a daemon which polls ceratin files in /proc/
|
|---|
| 8 | directory, gathering data and storing it inside RRDtool's
|
|---|
| 9 | database files. Being written in C should be both fast
|
|---|
| 10 | and resources-friendly. Supports both scanf(3)-style
|
|---|
| 11 | pattern matches and perl compatible regular expressions.
|
|---|
| 12 |
|
|---|
| 13 | http://rrdcollect.sourceforge.net/
|
|---|
| 14 |
|
|---|
| 15 | This package contains only the deamon program.
|
|---|
| 16 |
|
|---|
| 17 | config FWRT_PACKAGE_RRDCOLLECT_EXAMPLE
|
|---|
| 18 | prompt " rrdcollect-example.......... Example setup for RRD collecting daemon above"
|
|---|
| 19 | tristate
|
|---|
| 20 | default m if CONFIG_DEVEL
|
|---|
| 21 | depends FWRT_PACKAGE_RRDCOLLECT
|
|---|
| 22 | help
|
|---|
| 23 | RRDcollect is a daemon which polls ceratin files in /proc/
|
|---|
| 24 | directory, gathering data and storing it inside RRDtool's
|
|---|
| 25 | database files. Being written in C should be both fast
|
|---|
| 26 | and resources-friendly. Supports both scanf(3)-style
|
|---|
| 27 | pattern matches and perl compatible regular expressions.
|
|---|
| 28 |
|
|---|
| 29 | http://rrdcollect.sourceforge.net/
|
|---|
| 30 |
|
|---|
| 31 | This packages contains programs and configuration files to
|
|---|
| 32 | start graphing a basic set of ressources on your router.
|
|---|
| 33 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.