source: freewrt/package/collectd/Config.in@ 9df7618

freewrt_1_0 freewrt_2_0
Last change on this file since 9df7618 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[475ad56]1menu "collectd.......................... Lightweight system statistics collection daemon"
2
3config BR2_PACKAGE_COLLECTD
4 prompt "collectd........................... Lightweight system statistics collection daemon"
5 tristate
6 default m if CONFIG_DEVEL
7 help
8 collectd is a small daemon which collects system information
9 every 10 seconds. The values are then sent to a multicast group
10 to be stored in RRD files by a server process.
11
12 http://verplant.org/collectd/
13
14config BR2_PACKAGE_COLLECTD_CPU
15 prompt "Enable cpu support"
16 bool
17 default y
18 depends BR2_PACKAGE_COLLECTD
19
20config BR2_PACKAGE_COLLECTD_LOAD
21 prompt "Enable load support"
22 bool
23 default y
24 depends BR2_PACKAGE_COLLECTD
25
26config BR2_PACKAGE_COLLECTD_MEMORY
27 prompt "Enable memory support"
28 bool
29 default y
30 depends BR2_PACKAGE_COLLECTD
31
32config BR2_PACKAGE_COLLECTD_PING
33 prompt "Enable ping support"
34 bool
35 default y
36 depends BR2_PACKAGE_COLLECTD
37
38config BR2_PACKAGE_COLLECTD_TRAFFIC
39 prompt "Enable traffic support"
40 bool
41 default y
42 depends BR2_PACKAGE_COLLECTD
43endmenu
Note: See TracBrowser for help on using the repository browser.