1 menu "collectd.......................... Lightweight system statistics collection daemon"
3 config BR2_PACKAGE_COLLECTD
4 prompt "collectd........................... Lightweight system statistics collection daemon"
6 default m if CONFIG_DEVEL
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.
12 http://verplant.org/collectd/
14 config BR2_PACKAGE_COLLECTD_CPU
15 prompt "Enable cpu support"
18 depends BR2_PACKAGE_COLLECTD
20 config BR2_PACKAGE_COLLECTD_LOAD
21 prompt "Enable load support"
24 depends BR2_PACKAGE_COLLECTD
26 config BR2_PACKAGE_COLLECTD_MEMORY
27 prompt "Enable memory support"
30 depends BR2_PACKAGE_COLLECTD
32 config BR2_PACKAGE_COLLECTD_PING
33 prompt "Enable ping support"
36 depends BR2_PACKAGE_COLLECTD
38 config BR2_PACKAGE_COLLECTD_TRAFFIC
39 prompt "Enable traffic support"
42 depends BR2_PACKAGE_COLLECTD