let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / collectd / Config.in
1 menu "collectd.......................... Lightweight system statistics collection daemon"
2
3 config 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
14 config BR2_PACKAGE_COLLECTD_CPU
15         prompt "Enable cpu support"
16         bool
17         default y
18         depends BR2_PACKAGE_COLLECTD
19
20 config BR2_PACKAGE_COLLECTD_LOAD
21         prompt "Enable load support"
22         bool
23         default y
24         depends BR2_PACKAGE_COLLECTD
25
26 config BR2_PACKAGE_COLLECTD_MEMORY
27         prompt "Enable memory support"
28         bool
29         default y
30         depends BR2_PACKAGE_COLLECTD
31
32 config BR2_PACKAGE_COLLECTD_PING
33         prompt "Enable ping support"
34         bool
35         default y
36         depends BR2_PACKAGE_COLLECTD
37
38 config BR2_PACKAGE_COLLECTD_TRAFFIC
39         prompt "Enable traffic support"
40         bool
41         default y
42         depends BR2_PACKAGE_COLLECTD
43 endmenu