source: freewrt/package/collectd/Config.in@ d1833aa

freewrt_1_0 freewrt_2_0
Last change on this file since d1833aa was 47f5596, checked in by Markus Wigge <markus@…>, 19 years ago

cleanup, removed dot

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1097 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 966 bytes
Line 
1
2config FWRT_PACKAGE_COLLECTD
3 prompt "collectd.......................... Lightweight system statistics collection daemon"
4 tristate
5 default m if CONFIG_DEVEL
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
13config FWRT_PACKAGE_COLLECTD_CPU
14 prompt "Enable cpu support"
15 bool
16 default y
17 depends FWRT_PACKAGE_COLLECTD
18
19config FWRT_PACKAGE_COLLECTD_LOAD
20 prompt "Enable load support"
21 bool
22 default y
23 depends FWRT_PACKAGE_COLLECTD
24
25config FWRT_PACKAGE_COLLECTD_MEMORY
26 prompt "Enable memory support"
27 bool
28 default y
29 depends FWRT_PACKAGE_COLLECTD
30
31config FWRT_PACKAGE_COLLECTD_PING
32 prompt "Enable ping support"
33 bool
34 default y
35 depends FWRT_PACKAGE_COLLECTD
36
37config 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.