freewrt_1_0
freewrt_2_0
| Line | |
|---|
| 1 |
|
|---|
| 2 | config FWRT_PACKAGE_COLLECTD
|
|---|
| 3 | prompt "collectd.......................... Lightweight system statistics collection daemon"
|
|---|
| 4 | tristate
|
|---|
| 5 | default n
|
|---|
| 6 | help
|
|---|
| 7 | collectd is a small daemon which collects system information
|
|---|
| 8 | every 10 seconds. The values are then sent to a multicast group
|
|---|
| 9 | to be stored in RRD files by a server process.
|
|---|
| 10 |
|
|---|
| 11 | http://verplant.org/collectd/
|
|---|
| 12 |
|
|---|
| 13 | config FWRT_PACKAGE_COLLECTD_CPU
|
|---|
| 14 | prompt "Enable cpu support"
|
|---|
| 15 | bool
|
|---|
| 16 | default y
|
|---|
| 17 | depends FWRT_PACKAGE_COLLECTD
|
|---|
| 18 |
|
|---|
| 19 | config FWRT_PACKAGE_COLLECTD_LOAD
|
|---|
| 20 | prompt "Enable load support"
|
|---|
| 21 | bool
|
|---|
| 22 | default y
|
|---|
| 23 | depends FWRT_PACKAGE_COLLECTD
|
|---|
| 24 |
|
|---|
| 25 | config FWRT_PACKAGE_COLLECTD_MEMORY
|
|---|
| 26 | prompt "Enable memory support"
|
|---|
| 27 | bool
|
|---|
| 28 | default y
|
|---|
| 29 | depends FWRT_PACKAGE_COLLECTD
|
|---|
| 30 |
|
|---|
| 31 | config FWRT_PACKAGE_COLLECTD_PING
|
|---|
| 32 | prompt "Enable ping support"
|
|---|
| 33 | bool
|
|---|
| 34 | default y
|
|---|
| 35 | depends FWRT_PACKAGE_COLLECTD
|
|---|
| 36 |
|
|---|
| 37 | config FWRT_PACKAGE_COLLECTD_TRAFFIC
|
|---|
| 38 | prompt "Enable traffic support"
|
|---|
| 39 | bool
|
|---|
| 40 | default y
|
|---|
| 41 | depends FWRT_PACKAGE_COLLECTD
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.