summaryrefslogtreecommitdiffstats
path: root/package/collectd/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-08-30 18:58:43 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2013-09-01 21:12:32 +0200
commit8b55597d7e00078ef4cfb2d825b60acefd762264 (patch)
tree9c4f1ae49789419d359cf1c9d2cceb2006a5d4ef /package/collectd/Config.in
parentc22889cd67b647c15d55e46b273f1ebfb2d596b8 (diff)
downloadbuildroot-8b55597d7e00078ef4cfb2d825b60acefd762264.tar.gz
buildroot-8b55597d7e00078ef4cfb2d825b60acefd762264.zip
collectd: bump to version 5.4.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/collectd/Config.in')
-rw-r--r--package/collectd/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/collectd/Config.in b/package/collectd/Config.in
index a1d50a4928..43571e3596 100644
--- a/package/collectd/Config.in
+++ b/package/collectd/Config.in
@@ -105,6 +105,11 @@ config BR2_PACKAGE_COLLECTD_BIND
help
Collects BIND DNS statistics.
+config BR2_PACKAGE_COLLECTD_CGROUPS
+ bool "cgroups"
+ help
+ Collects CGroups CPU usage accounting.
+
config BR2_PACKAGE_COLLECTD_CONNTRACK
bool "conntrack"
help
@@ -276,6 +281,11 @@ config BR2_PACKAGE_COLLECTD_SERIAL
help
Collects the traffic on serial interfaces.
+config BR2_PACKAGE_COLLECTD_STATSD
+ bool "StatsD"
+ help
+ StatsD network protocol to allow clients to report "events".
+
config BR2_PACKAGE_COLLECTD_SNMP
bool "snmp"
select BR2_PACKAGE_NETSNMP
@@ -420,3 +430,4 @@ endif
comment "collectd needs a toolchain with IPv6 and thread support"
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INET_IPV6
+ depends on BR2_USE_MMU
OpenPOWER on IntegriCloud