2016-07-04 11:24:14 +02:00
|
|
|
menuconfig BR2_PACKAGE_COLLECTD
|
2012-05-11 05:29:31 +02:00
|
|
|
bool "collectd"
|
2012-06-21 16:56:33 +02:00
|
|
|
# Uses fork()
|
|
|
|
depends on BR2_USE_MMU
|
2012-06-18 00:20:17 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2012-05-11 05:29:31 +02:00
|
|
|
help
|
|
|
|
collectd is a daemon which collects system performance
|
|
|
|
statistics periodically and provides mechanisms to store
|
|
|
|
the values in a variety of ways, for example in RRD files.
|
|
|
|
|
|
|
|
http://collectd.org/
|
|
|
|
|
|
|
|
if BR2_PACKAGE_COLLECTD
|
|
|
|
|
|
|
|
menu "match plugins"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_EMPTY_COUNTER
|
|
|
|
bool "empty counter"
|
|
|
|
help
|
|
|
|
Match counter values which are currently zero.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_HASHED
|
|
|
|
bool "hashed"
|
|
|
|
help
|
|
|
|
Match values using a hash function of the hostname.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_REGEX
|
|
|
|
bool "regex"
|
|
|
|
help
|
|
|
|
Match values by their identifier based on regular expressions.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_TIMEDIFF
|
|
|
|
bool "timediff"
|
|
|
|
help
|
|
|
|
Match values with an invalid timestamp.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_VALUE
|
|
|
|
bool "value"
|
|
|
|
help
|
|
|
|
Select values by their data sources' values.
|
2016-07-04 11:24:14 +02:00
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "misc plugins"
|
|
|
|
|
2013-04-11 06:41:36 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_AGGREGATION
|
|
|
|
bool "aggregation"
|
|
|
|
help
|
|
|
|
The Aggregate plugin allows to aggregate multiple values into
|
|
|
|
a single value using one or several consolidation functions,
|
|
|
|
e.g. summation and average.
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_LOGFILE
|
|
|
|
bool "logfile"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Writes log messages to a file or STDOUT/STDERR.
|
|
|
|
|
2015-06-25 23:53:02 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_LOGSTASH
|
|
|
|
bool "logstash"
|
|
|
|
select BR2_PACKAGE_YAJL
|
|
|
|
help
|
|
|
|
Writes log messages formatted as logstash JSON events.
|
|
|
|
|
2020-01-27 18:28:15 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_LUA
|
|
|
|
bool "lua"
|
2020-05-25 02:48:39 +02:00
|
|
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
2020-01-27 18:28:15 +01:00
|
|
|
help
|
|
|
|
Embeds a Lua interpreter into collectd and provides an
|
|
|
|
interface to collectd's plugin system.
|
|
|
|
|
2020-05-25 02:48:39 +02:00
|
|
|
comment "lua support needs a Lua interpreter"
|
|
|
|
depends on !BR2_PACKAGE_HAS_LUAINTERPRETER
|
|
|
|
|
2013-04-11 06:41:36 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_NOTIFY_EMAIL
|
|
|
|
bool "notify_email"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # libesmtp
|
2013-04-11 06:41:36 +02:00
|
|
|
select BR2_PACKAGE_LIBESMTP
|
|
|
|
select BR2_PACKAGE_OPENSSL
|
|
|
|
help
|
|
|
|
Send an E-mail with the notification message to the
|
|
|
|
configured recipients.
|
|
|
|
|
2014-03-13 14:55:21 +01:00
|
|
|
comment "notify_email needs a toolchain w/ dynamic library"
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on BR2_STATIC_LIBS
|
2014-03-13 14:55:21 +01:00
|
|
|
|
2016-12-22 02:59:09 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_NOTIFY_NAGIOS
|
|
|
|
bool "notify_nagios"
|
|
|
|
help
|
|
|
|
Sends notifications to Nagios as a passive check result.
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_SYSLOG
|
|
|
|
bool "syslog"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Logs to the standard UNIX logging mechanism.
|
|
|
|
|
2015-03-03 14:18:16 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_THRESHOLD
|
2012-05-11 05:29:31 +02:00
|
|
|
bool "threshold"
|
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
Checks values against configured thresholds and creates
|
|
|
|
notifications if values are out of bounds.
|
2012-05-11 05:29:31 +02:00
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "read plugins"
|
|
|
|
|
|
|
|
comment "Select at least one for collectd to be useful"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_APACHE
|
|
|
|
bool "apache"
|
|
|
|
select BR2_PACKAGE_LIBCURL
|
|
|
|
help
|
|
|
|
Collects Apache's mod_status information.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_APCUPS
|
|
|
|
bool "apcups"
|
|
|
|
help
|
|
|
|
Collects UPS statistics from apcupsd.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_BATTERY
|
|
|
|
bool "battery"
|
|
|
|
help
|
|
|
|
Collects the battery's charge, the drawn current and voltage.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_BIND
|
|
|
|
bool "bind"
|
|
|
|
select BR2_PACKAGE_LIBCURL
|
|
|
|
select BR2_PACKAGE_LIBXML2
|
|
|
|
help
|
|
|
|
Collects BIND DNS statistics.
|
|
|
|
|
2020-04-15 08:30:08 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_BUDDYINFO
|
|
|
|
bool "buddyinfo"
|
|
|
|
help
|
|
|
|
Statistics from buddyinfo file about memory fragmentation.
|
|
|
|
|
2020-04-15 08:30:07 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_CAPABILITIES
|
|
|
|
bool "capabilities"
|
|
|
|
depends on BR2_aarch64 || BR2_i386 || BR2_x86_64 # dmidecode
|
|
|
|
select BR2_PACKAGE_DMIDECODE # runtime
|
|
|
|
select BR2_PACKAGE_JANSSON
|
|
|
|
select BR2_PACKAGE_LIBMICROHTTPD
|
|
|
|
help
|
|
|
|
Collects selected static platform data using dmidecode and
|
|
|
|
expose it through micro embedded webserver.
|
|
|
|
|
2015-06-25 23:53:02 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_CEPH
|
|
|
|
bool "ceph"
|
|
|
|
select BR2_PACKAGE_YAJL
|
|
|
|
help
|
|
|
|
Statistics from the Ceph distributed storage system.
|
|
|
|
|
2016-12-22 02:59:13 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_CHRONY
|
|
|
|
bool "chrony"
|
|
|
|
help
|
|
|
|
Collects NTP data from the chrony NTP server.
|
|
|
|
|
2013-08-30 23:58:43 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_CGROUPS
|
|
|
|
bool "cgroups"
|
|
|
|
help
|
|
|
|
Collects CGroups CPU usage accounting.
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_CONNTRACK
|
|
|
|
bool "conntrack"
|
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
Collects the number of entries in Linux's connection tracking
|
|
|
|
table.
|
2012-05-11 05:29:31 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_CONTEXTSWITCH
|
|
|
|
bool "contextswitch"
|
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
Collects the number of context switches done by the operating
|
|
|
|
system.
|
2012-05-11 05:29:31 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_CPU
|
|
|
|
bool "cpu"
|
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
Collects the amount of time spent by the CPU in various
|
|
|
|
states.
|
2012-05-11 05:29:31 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_CPUFREQ
|
|
|
|
bool "cpufreq"
|
|
|
|
help
|
|
|
|
Collects the current CPU's frequency.
|
|
|
|
|
2016-12-22 02:59:14 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_CPUSLEEP
|
|
|
|
bool "cpusleep"
|
|
|
|
help
|
|
|
|
Measures time spent by CPU in deep sleep mode.
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_CURL
|
|
|
|
bool "curl"
|
|
|
|
select BR2_PACKAGE_LIBCURL
|
|
|
|
help
|
|
|
|
Uses libcurl to read files and then parses them according
|
|
|
|
to the configuration.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_CURL_JSON
|
|
|
|
bool "curl-json"
|
|
|
|
select BR2_PACKAGE_LIBCURL
|
|
|
|
select BR2_PACKAGE_YAJL
|
|
|
|
help
|
|
|
|
Queries JSON data using the cURL library and parses it
|
|
|
|
according to the user's configuration using YAJL.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_CURL_XML
|
|
|
|
bool "curl-xml"
|
|
|
|
select BR2_PACKAGE_LIBCURL
|
|
|
|
select BR2_PACKAGE_LIBXML2
|
|
|
|
help
|
|
|
|
Reads files using libcurl and parses it as XML.
|
|
|
|
|
2021-10-04 14:43:16 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_DBI
|
|
|
|
bool "dbi"
|
2021-10-14 18:08:24 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2021-10-04 14:43:16 +02:00
|
|
|
select BR2_PACKAGE_LIBDBI
|
|
|
|
help
|
|
|
|
Executes SQL statements on various databases and
|
|
|
|
interprets the returned data.
|
|
|
|
|
2021-10-14 18:08:24 +02:00
|
|
|
comment "dbi support needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_DF
|
|
|
|
bool "df"
|
|
|
|
help
|
|
|
|
Collects file system usage information.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_DISK
|
|
|
|
bool "disk"
|
|
|
|
help
|
|
|
|
Collects performance statistics of hard-disks and partitions.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_DNS
|
|
|
|
bool "dns"
|
|
|
|
select BR2_PACKAGE_LIBPCAP
|
|
|
|
help
|
|
|
|
Collects statistics of DNS traffic using libpcap.
|
|
|
|
|
2020-04-15 08:30:05 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_DPDK_TELEMETRY
|
|
|
|
bool "dpdk_telemetry"
|
|
|
|
select BR2_PACKAGE_JANSSON
|
|
|
|
help
|
|
|
|
Collects DPDK ethernet device metrics via dpdk_telemetry
|
|
|
|
library.
|
|
|
|
|
2015-06-25 23:53:02 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_DRBD
|
|
|
|
bool "drbd"
|
|
|
|
help
|
|
|
|
Collect individual drbd resource statistics.
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_ENTROPY
|
|
|
|
bool "entropy"
|
|
|
|
help
|
|
|
|
Collects the available entropy on a system.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_ETHSTAT
|
|
|
|
bool "ethstat"
|
|
|
|
help
|
|
|
|
Collects network interface card statistics.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_EXEC
|
|
|
|
bool "exec"
|
|
|
|
help
|
|
|
|
Executes scripts and reads values back that are printed
|
|
|
|
to STDOUT by that program.
|
|
|
|
|
2015-06-25 23:53:02 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_FHCOUNT
|
|
|
|
bool "fhcount"
|
|
|
|
help
|
|
|
|
File handles statistics.
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_FILECOUNT
|
|
|
|
bool "filecount"
|
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
Counts the number of files in a directory and all its
|
|
|
|
subdirectories.
|
2012-05-11 05:29:31 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_FSCACHE
|
|
|
|
bool "fscache"
|
|
|
|
help
|
|
|
|
Collects information about the file-system based caching
|
|
|
|
infrastructure for network file-systems and other slow media.
|
|
|
|
|
2016-12-22 02:59:20 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_GPS
|
|
|
|
bool "gps"
|
|
|
|
select BR2_PACKAGE_GPSD
|
|
|
|
help
|
|
|
|
Reports the number of sattelites seen by and precision
|
|
|
|
of a GPS receiver.
|
|
|
|
|
2016-12-22 02:59:17 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_HUGEPAGES
|
|
|
|
bool "hugepages"
|
|
|
|
help
|
|
|
|
Reports the number of used and free hugepages on Linux.
|
|
|
|
|
2021-02-16 14:54:28 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_INFINIBAND
|
|
|
|
bool "infiniband"
|
|
|
|
help
|
|
|
|
Attributes and counters for each port on each IB device.
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_INTERFACE
|
|
|
|
bool "interface"
|
|
|
|
help
|
|
|
|
Collects information about the traffic of network interfaces.
|
|
|
|
|
2015-06-25 23:53:02 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_IPC
|
|
|
|
bool "ipc"
|
|
|
|
help
|
|
|
|
IPC counters: semaphores used, number of allocated segments
|
|
|
|
in shared memory and more.
|
|
|
|
|
2022-01-01 15:03:24 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_IPMI
|
|
|
|
bool "ipmi"
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
|
select BR2_PACKAGE_OPENIPMI
|
|
|
|
help
|
|
|
|
Read hardware sensors from servers using the Intelligent
|
|
|
|
Platform Management Interface (IPMI).
|
|
|
|
|
|
|
|
comment "ipmi needs a toolchain w/ NPTL"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_IPTABLES
|
|
|
|
bool "iptables"
|
|
|
|
select BR2_PACKAGE_IPTABLES
|
|
|
|
help
|
|
|
|
Gather statistics from iptables packet filter.
|
|
|
|
|
2015-03-03 14:18:16 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_IPVS
|
|
|
|
bool "ipvs"
|
|
|
|
help
|
|
|
|
Extracts statistics from IP Virtual Server (IPVS), the
|
|
|
|
transport-layer load-balancer of the LVS project.
|
|
|
|
It stores traffic and connections history for each of the
|
|
|
|
Real Servers (RS) behind a local Virtual Server (VS).
|
|
|
|
Collectd must be run on Directors (in LVS jargon).
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_IRQ
|
|
|
|
bool "irq"
|
|
|
|
help
|
|
|
|
Collects the number of interrupts.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_LOAD
|
|
|
|
bool "load"
|
|
|
|
help
|
|
|
|
Collects the system load.
|
|
|
|
|
2021-02-16 14:54:31 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_LOGPARSER
|
|
|
|
bool "logparser"
|
|
|
|
help
|
|
|
|
Plugin for filtering and parsing log messages.
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_MD
|
|
|
|
bool "md"
|
|
|
|
help
|
|
|
|
Collects software-RAID device information.
|
|
|
|
|
2021-02-16 14:54:30 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_MDEVENTS
|
|
|
|
bool "mdevents"
|
|
|
|
help
|
|
|
|
Events from md (Linux Software RAID) devices.
|
|
|
|
|
2014-07-19 16:35:34 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_MEMCACHEC
|
|
|
|
bool "memcachec"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
select BR2_PACKAGE_LIBMEMCACHED
|
|
|
|
help
|
|
|
|
Query and parse data from a memcache daemon.
|
|
|
|
|
|
|
|
comment "memcachec needs a toolchain w/ C++"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_MEMCACHED
|
|
|
|
bool "memcached"
|
|
|
|
help
|
|
|
|
Collects statistics from a memcached daemon.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_MEMORY
|
|
|
|
bool "memory"
|
|
|
|
help
|
|
|
|
Collects physical memory utilization.
|
|
|
|
|
2015-03-03 14:18:16 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_MODBUS
|
|
|
|
bool "modbus"
|
2015-12-30 10:12:56 +01:00
|
|
|
select BR2_PACKAGE_LIBMODBUS
|
2015-03-03 14:18:16 +01:00
|
|
|
help
|
|
|
|
Reads register values from a modbus "slave" via Modbus/TCP.
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_MYSQL
|
|
|
|
bool "mysql"
|
2012-12-28 03:07:35 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # mysql
|
|
|
|
depends on BR2_USE_MMU # mysql
|
2013-10-05 20:34:20 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # mysql
|
2014-01-22 07:24:35 +01:00
|
|
|
select BR2_PACKAGE_MYSQL
|
2012-05-11 05:29:31 +02:00
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
Connects to a MySQL database and issues a "show status"
|
|
|
|
command.
|
2012-05-11 05:29:31 +02:00
|
|
|
|
2021-10-30 23:53:07 +02:00
|
|
|
comment "mysql needs a toolchain w/ C++, threads"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
2015-03-03 14:18:16 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_NETLINK
|
|
|
|
bool "netlink"
|
|
|
|
select BR2_PACKAGE_LIBMNL
|
|
|
|
help
|
|
|
|
Get statistics for interfaces, qdiscs, classes, and filters.
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_NFS
|
|
|
|
bool "nfs"
|
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
Collects information about the usage of the Network File
|
|
|
|
System.
|
2012-05-11 05:29:31 +02:00
|
|
|
|
2015-03-03 14:18:16 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_NGINX
|
|
|
|
bool "nginx"
|
|
|
|
select BR2_PACKAGE_LIBCURL
|
|
|
|
help
|
|
|
|
Collects the number of requests handled by the nginx daemon
|
|
|
|
since startup and the number of current connections by state.
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_NTPD
|
|
|
|
bool "ntpd"
|
|
|
|
help
|
|
|
|
Queries an NTP server and extracts parameters.
|
|
|
|
|
2020-08-22 10:56:43 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_NUT
|
|
|
|
bool "nut"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
select BR2_PACKAGE_NUT
|
|
|
|
help
|
|
|
|
The NUT plugin collects uninterruptible power supply (UPS)
|
|
|
|
statistics using the Network UPS Tools (NUT).
|
|
|
|
|
|
|
|
comment "nut needs a toolchain w/ C++"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_OLSRD
|
|
|
|
bool "olsrd"
|
|
|
|
help
|
|
|
|
Reads information about meshed networks from olsrd.
|
|
|
|
|
2019-06-10 17:45:29 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_ONEWIRE
|
|
|
|
bool "onewire"
|
|
|
|
select BR2_PACKAGE_OWFS
|
|
|
|
help
|
|
|
|
Collects temperature information from sensors connected over
|
|
|
|
the OneWire bus.
|
|
|
|
|
2015-06-25 23:53:02 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_OPENLDAP
|
|
|
|
bool "openldap"
|
|
|
|
depends on BR2_USE_WCHAR
|
|
|
|
select BR2_PACKAGE_OPENLDAP
|
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
Read monitoring information from OpenLDAP's cn=Monitor
|
|
|
|
subtree.
|
2015-06-25 23:53:02 +02:00
|
|
|
|
|
|
|
comment "openldap support needs a toolchain w/ wchar"
|
2016-03-08 22:58:04 +01:00
|
|
|
depends on !BR2_USE_WCHAR
|
2015-06-25 23:53:02 +02:00
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_OPENVPN
|
|
|
|
bool "openvpn"
|
|
|
|
help
|
|
|
|
Reads the status file of OpenVPN to collect statistics.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_PING
|
|
|
|
bool "ping"
|
|
|
|
select BR2_PACKAGE_LIBOPING
|
|
|
|
help
|
|
|
|
Mesures network latency using ICMP "echo requests".
|
|
|
|
|
2015-03-03 14:18:16 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_POSTGRESQL
|
|
|
|
bool "postgresql"
|
2018-10-23 18:09:31 +02:00
|
|
|
depends on BR2_USE_WCHAR # postgresql
|
2022-04-19 21:32:15 +02:00
|
|
|
depends on !BR2_OPTIMIZE_FAST # postgresql
|
2015-03-03 14:18:16 +01:00
|
|
|
select BR2_PACKAGE_POSTGRESQL
|
|
|
|
help
|
|
|
|
Connects to and executes SQL statements on a PostgreSQL
|
|
|
|
database. It then reads back the results and, depending on the
|
|
|
|
configuration, the returned values are then converted into
|
2019-05-07 22:35:31 +02:00
|
|
|
collectd 'value lists'.
|
2015-03-03 14:18:16 +01:00
|
|
|
|
2018-10-23 18:09:31 +02:00
|
|
|
comment "postgresql support needs a toolchain w/ wchar"
|
|
|
|
depends on !BR2_USE_WCHAR
|
|
|
|
|
2022-04-19 21:32:15 +02:00
|
|
|
comment "postgresql support can't be built with Optimize for fast"
|
2022-05-14 17:42:33 +02:00
|
|
|
depends on BR2_OPTIMIZE_FAST
|
2022-04-19 21:32:15 +02:00
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_PROCESSES
|
|
|
|
bool "processes"
|
|
|
|
help
|
|
|
|
Collects the number of processes gruped by state.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_PROTOCOLS
|
|
|
|
bool "protocols"
|
|
|
|
help
|
|
|
|
Collects information about the network protocols.
|
|
|
|
|
2019-06-10 00:51:18 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_REDIS
|
|
|
|
bool "redis"
|
|
|
|
select BR2_PACKAGE_HIREDIS
|
|
|
|
help
|
|
|
|
Connects to one or more instances of Redis.
|
|
|
|
|
2013-11-05 16:48:09 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_SENSORS
|
|
|
|
bool "sensors"
|
|
|
|
select BR2_PACKAGE_LM_SENSORS
|
|
|
|
help
|
|
|
|
Collects data from lm-sensors.
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_SERIAL
|
|
|
|
bool "serial"
|
|
|
|
help
|
|
|
|
Collects the traffic on serial interfaces.
|
|
|
|
|
2015-06-25 23:53:02 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_SMART
|
|
|
|
bool "SMART"
|
|
|
|
depends on BR2_PACKAGE_HAS_UDEV # libatasmart
|
|
|
|
select BR2_PACKAGE_LIBATASMART
|
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
Collect SMART statistics, notably load cycle count,
|
|
|
|
temperature and bad sectors.
|
2015-06-25 23:53:02 +02:00
|
|
|
|
|
|
|
comment "SMART requires udev to be enabled"
|
2016-03-08 22:58:04 +01:00
|
|
|
depends on !BR2_PACKAGE_HAS_UDEV
|
2015-06-25 23:53:02 +02:00
|
|
|
|
2013-08-30 23:58:43 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_STATSD
|
|
|
|
bool "StatsD"
|
|
|
|
help
|
|
|
|
StatsD network protocol to allow clients to report "events".
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_SNMP
|
|
|
|
bool "snmp"
|
|
|
|
select BR2_PACKAGE_NETSNMP
|
|
|
|
help
|
|
|
|
Reads values from SNMP devices.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_SWAP
|
|
|
|
bool "swap"
|
|
|
|
help
|
|
|
|
Collects the amount of memory currently written to disk.
|
|
|
|
|
2021-02-16 14:54:32 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_SYNPROXY
|
|
|
|
bool "synproxy"
|
|
|
|
help
|
|
|
|
Synproxy stats plugin.
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_TABLE
|
|
|
|
bool "table"
|
|
|
|
help
|
|
|
|
Parses table-like structured plain-text files.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_TAIL
|
|
|
|
bool "tail"
|
|
|
|
help
|
|
|
|
Tails log files and each line is given to one or more matches
|
|
|
|
which test if the line is relevant for any statistics.
|
|
|
|
|
2013-04-11 06:41:36 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_TAIL_CSV
|
|
|
|
bool "tail csv"
|
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
Follows (tails) files in CSV format, parses each line and
|
|
|
|
submits extracted values.
|
2013-04-11 06:41:36 +02:00
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_TCPCONNS
|
|
|
|
bool "tcpconns"
|
|
|
|
help
|
|
|
|
Counts the number of TCP connections to/from a specified port.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_THERMAL
|
|
|
|
bool "thermal"
|
|
|
|
help
|
|
|
|
Reads ACPI thermal zone information.
|
|
|
|
|
2021-01-27 10:16:59 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_UBI
|
|
|
|
bool "ubi"
|
|
|
|
help
|
|
|
|
UBI (Unsorted Block Images) is an erase block management layer
|
|
|
|
for flash memory devices. UBI serves two purposes, tracking
|
|
|
|
NAND flash bad blocks and providing wear leveling.
|
|
|
|
This plugin collects some stats about UBI devices:
|
|
|
|
* bad physical underlying blocks (bad_peb_count)
|
|
|
|
* max erase counter value (max_ec)
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_UPTIME
|
|
|
|
bool "uptime"
|
|
|
|
help
|
|
|
|
Keeps track of the system uptime.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_USERS
|
|
|
|
bool "users"
|
|
|
|
help
|
|
|
|
Counts the number of users currently logged in.
|
|
|
|
|
2022-01-04 21:50:08 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_VIRT
|
|
|
|
bool "virt"
|
|
|
|
depends on BR2_PACKAGE_LIBVIRT_ARCH_SUPPORTS # libvirt
|
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 # libvirt
|
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_11 || !BR2_aarch64 # libvirt
|
|
|
|
depends on BR2_PACKAGE_HAS_UDEV # libvirt
|
|
|
|
depends on BR2_USE_WCHAR # libvirt
|
|
|
|
select BR2_PACKAGE_LIBVIRT
|
|
|
|
select BR2_PACKAGE_LIBXML2
|
|
|
|
help
|
|
|
|
Gather statistics about virtualized guests on a system.
|
|
|
|
|
|
|
|
comment "virt needs udev /dev management, a toolchain w/ wchar, kernel headers >= 3.12 (4.11 for AArch64)"
|
|
|
|
depends on BR2_PACKAGE_LIBVIRT_ARCH_SUPPORTS
|
|
|
|
depends on !BR2_PACKAGE_HAS_UDEV || !BR2_USE_WCHAR || \
|
|
|
|
!(BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 && \
|
|
|
|
(BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_11 || !BR2_aarch64))
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_VMEM
|
|
|
|
bool "vmem"
|
|
|
|
help
|
|
|
|
Collects information about the virtual memory subsystem.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_WIRELESS
|
|
|
|
bool "wireless"
|
|
|
|
help
|
|
|
|
Collects signal quality, power and noise ratio for WLAN cards.
|
|
|
|
|
2015-06-25 23:53:02 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_ZOOKEEPER
|
|
|
|
bool "zookeeper"
|
|
|
|
help
|
|
|
|
Read data from Zookeeper's MNTR command.
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "target plugins"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_NOTIFICATION
|
|
|
|
bool "notification"
|
|
|
|
help
|
|
|
|
Create and dispatch a notification.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_REPLACE
|
|
|
|
bool "replace"
|
|
|
|
help
|
|
|
|
Replace parts of an identifier using regular expressions.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_SCALE
|
|
|
|
bool "scale"
|
|
|
|
help
|
|
|
|
Scale (multiply) values by an arbitrary number.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_SET
|
|
|
|
bool "set"
|
|
|
|
help
|
|
|
|
Set (overwrite) entire parts of an identifier.
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
|
|
|
menu "write plugins"
|
|
|
|
|
|
|
|
comment "Select at least one for collectd to be useful"
|
|
|
|
|
2019-06-09 18:57:30 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_AMQP
|
|
|
|
bool "amqp"
|
2020-11-03 18:17:35 +01:00
|
|
|
select BR2_PACKAGE_OPENSSL # needs rabbitmq-c with ssl support
|
2019-06-09 18:57:30 +02:00
|
|
|
select BR2_PACKAGE_RABBITMQ_C
|
|
|
|
help
|
|
|
|
Send/receive values via the Advanced Message Queuing Protocol
|
|
|
|
(AMQP).
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_CSV
|
|
|
|
bool "csv"
|
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
Writes values to a plain-text file in Comma Separated Values
|
|
|
|
format.
|
2012-05-11 05:29:31 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_GRAPHITE
|
|
|
|
bool "graphite"
|
|
|
|
help
|
|
|
|
Writes data collected to Carbon (Graphite's) storage API.
|
|
|
|
http://graphite.wikidot.com/start
|
|
|
|
|
2019-06-10 17:45:28 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_GRPC
|
|
|
|
bool "grpc"
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_ATOMIC # grpc
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # grpc -> protobuf
|
|
|
|
depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS # grpc -> protobuf
|
2022-05-15 00:16:23 +02:00
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # grpc -> libabseil-cpp
|
package/libabseil-cpp: add BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS
The libabseil-cpp package fails to build on a number of CPU
architectures in our autobuilders.
On most CPU architectures, the first issue looked like this:
libabseil-cpp-20200225/absl/base/internal/direct_mmap.h: In function 'void* absl::lts_2020_02_25::base_internal::DirectMmap(void*, size_t, int, int, int, off64_t)':
libabseil-cpp-20200225/absl/base/internal/direct_mmap.h:121:39: error: static assertion failed: Platform is not 64-bit
121 | static_assert(sizeof(unsigned long) == 8, "Platform is not 64-bit");
| ~~~~~~~~~~~~~~~~~~~~~~^~~~
libabseil-cpp-20200225/absl/base/internal/direct_mmap.h:123:15: error: 'SYS_mmap' was not declared in this scope; did you mean 'SYS_mmap2'?
123 | syscall(SYS_mmap, start, length, prot, flags, fd, offset));
| ^~~~~~~~
| SYS_mmap2
Indeed, on 32-bit architectures, libabseil-cpp has some special code
to use the mmap2() system call, and it white-lists the supported
architectures. It is therefore trivial to add support for more
architectures.
However, once this is fixed, another issue arises:
absl/debugging/internal/examine_stack.cc uses the ucontext data
structures, which are not provided by uClibc-ng on all CPU
architectures, and even the code of libabseil-cpp does not exist for
all CPU architectures.
So, this commit solves that by simply making libabseil-cpp available
on architectures/C libraries where it is supported: it needs ucontext
support in the toolchain + a CPU architecture where
absl/debugging/internal/examine_stack.cc has the appropriate logic.
This new dependency is propagated to the reverse dependencies of
libabseil-cpp.
With this commit, libabseil-cpp passes a test-pkg -a test (so all
external toolchains used by the autobuilders):
andes-nds32 [ 1/45]: SKIPPED
arm-aarch64 [ 2/45]: OK
br-aarch64-glibc [ 3/45]: OK
br-arcle-hs38 [ 4/45]: SKIPPED
br-arm-basic [ 5/45]: SKIPPED
br-arm-cortex-a9-glibc [ 6/45]: OK
br-arm-cortex-a9-musl [ 7/45]: OK
br-arm-cortex-m4-full [ 8/45]: SKIPPED
br-arm-full [ 9/45]: OK
br-arm-full-nothread [10/45]: SKIPPED
br-arm-full-static [11/45]: SKIPPED
br-i386-pentium4-full [12/45]: OK
br-i386-pentium-mmx-musl [13/45]: OK
br-m68k-5208-full [14/45]: SKIPPED
br-m68k-68040-full [15/45]: SKIPPED
br-microblazeel-full [16/45]: SKIPPED
br-mips32r6-el-hf-glibc [17/45]: OK
br-mips64-n64-full [18/45]: OK
br-mips64r6-el-hf-glibc [19/45]: OK
br-mipsel-o32-full [20/45]: OK
br-nios2-glibc [21/45]: SKIPPED
br-openrisc-uclibc [22/45]: SKIPPED
br-powerpc-603e-basic-cpp [23/45]: SKIPPED
br-powerpc64le-power8-glibc [24/45]: OK
br-powerpc64-power7-glibc [25/45]: OK
br-powerpc-e500mc-full [26/45]: SKIPPED
br-riscv32 [27/45]: OK
br-riscv64 [28/45]: OK
br-riscv64-musl [29/45]: OK
br-sh4-full [30/45]: SKIPPED
br-sparc64-glibc [31/45]: SKIPPED
br-sparc-uclibc [32/45]: SKIPPED
br-x86-64-core2-full [33/45]: OK
br-x86-64-musl [34/45]: OK
br-xtensa-full [35/45]: SKIPPED
linaro-aarch64-be [36/45]: OK
linaro-aarch64 [37/45]: OK
linaro-arm [38/45]: OK
sourcery-arm-armv4t [39/45]: OK
sourcery-arm [40/45]: OK
sourcery-arm-thumb2 [41/45]: OK
sourcery-mips64 [42/45]: OK
sourcery-mips [43/45]: OK
sourcery-nios2 [44/45]: SKIPPED
sourcery-x86-64 [45/45]: OK
45 builds, 18 skipped, 0 build failed, 0 legal-info failed
Fixes:
http://autobuild.buildroot.net/results/ead663b4b67b0b57ed003a46db3182d95cc01bc0/
(and many similar build failures)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-08-08 17:39:44 +02:00
|
|
|
depends on BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS # grpc
|
2019-06-10 17:45:28 +02:00
|
|
|
select BR2_PACKAGE_GRPC
|
|
|
|
help
|
|
|
|
Send/receive values using the gRPC protocol.
|
|
|
|
|
2022-05-15 00:16:23 +02:00
|
|
|
comment "grpc needs a toolchain w/ C++, gcc >= 5"
|
2019-06-10 17:45:28 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_ATOMIC
|
2022-05-15 00:16:23 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
2019-06-10 17:45:28 +02:00
|
|
|
depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
|
package/libabseil-cpp: add BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS
The libabseil-cpp package fails to build on a number of CPU
architectures in our autobuilders.
On most CPU architectures, the first issue looked like this:
libabseil-cpp-20200225/absl/base/internal/direct_mmap.h: In function 'void* absl::lts_2020_02_25::base_internal::DirectMmap(void*, size_t, int, int, int, off64_t)':
libabseil-cpp-20200225/absl/base/internal/direct_mmap.h:121:39: error: static assertion failed: Platform is not 64-bit
121 | static_assert(sizeof(unsigned long) == 8, "Platform is not 64-bit");
| ~~~~~~~~~~~~~~~~~~~~~~^~~~
libabseil-cpp-20200225/absl/base/internal/direct_mmap.h:123:15: error: 'SYS_mmap' was not declared in this scope; did you mean 'SYS_mmap2'?
123 | syscall(SYS_mmap, start, length, prot, flags, fd, offset));
| ^~~~~~~~
| SYS_mmap2
Indeed, on 32-bit architectures, libabseil-cpp has some special code
to use the mmap2() system call, and it white-lists the supported
architectures. It is therefore trivial to add support for more
architectures.
However, once this is fixed, another issue arises:
absl/debugging/internal/examine_stack.cc uses the ucontext data
structures, which are not provided by uClibc-ng on all CPU
architectures, and even the code of libabseil-cpp does not exist for
all CPU architectures.
So, this commit solves that by simply making libabseil-cpp available
on architectures/C libraries where it is supported: it needs ucontext
support in the toolchain + a CPU architecture where
absl/debugging/internal/examine_stack.cc has the appropriate logic.
This new dependency is propagated to the reverse dependencies of
libabseil-cpp.
With this commit, libabseil-cpp passes a test-pkg -a test (so all
external toolchains used by the autobuilders):
andes-nds32 [ 1/45]: SKIPPED
arm-aarch64 [ 2/45]: OK
br-aarch64-glibc [ 3/45]: OK
br-arcle-hs38 [ 4/45]: SKIPPED
br-arm-basic [ 5/45]: SKIPPED
br-arm-cortex-a9-glibc [ 6/45]: OK
br-arm-cortex-a9-musl [ 7/45]: OK
br-arm-cortex-m4-full [ 8/45]: SKIPPED
br-arm-full [ 9/45]: OK
br-arm-full-nothread [10/45]: SKIPPED
br-arm-full-static [11/45]: SKIPPED
br-i386-pentium4-full [12/45]: OK
br-i386-pentium-mmx-musl [13/45]: OK
br-m68k-5208-full [14/45]: SKIPPED
br-m68k-68040-full [15/45]: SKIPPED
br-microblazeel-full [16/45]: SKIPPED
br-mips32r6-el-hf-glibc [17/45]: OK
br-mips64-n64-full [18/45]: OK
br-mips64r6-el-hf-glibc [19/45]: OK
br-mipsel-o32-full [20/45]: OK
br-nios2-glibc [21/45]: SKIPPED
br-openrisc-uclibc [22/45]: SKIPPED
br-powerpc-603e-basic-cpp [23/45]: SKIPPED
br-powerpc64le-power8-glibc [24/45]: OK
br-powerpc64-power7-glibc [25/45]: OK
br-powerpc-e500mc-full [26/45]: SKIPPED
br-riscv32 [27/45]: OK
br-riscv64 [28/45]: OK
br-riscv64-musl [29/45]: OK
br-sh4-full [30/45]: SKIPPED
br-sparc64-glibc [31/45]: SKIPPED
br-sparc-uclibc [32/45]: SKIPPED
br-x86-64-core2-full [33/45]: OK
br-x86-64-musl [34/45]: OK
br-xtensa-full [35/45]: SKIPPED
linaro-aarch64-be [36/45]: OK
linaro-aarch64 [37/45]: OK
linaro-arm [38/45]: OK
sourcery-arm-armv4t [39/45]: OK
sourcery-arm [40/45]: OK
sourcery-arm-thumb2 [41/45]: OK
sourcery-mips64 [42/45]: OK
sourcery-mips [43/45]: OK
sourcery-nios2 [44/45]: SKIPPED
sourcery-x86-64 [45/45]: OK
45 builds, 18 skipped, 0 build failed, 0 legal-info failed
Fixes:
http://autobuild.buildroot.net/results/ead663b4b67b0b57ed003a46db3182d95cc01bc0/
(and many similar build failures)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-08-08 17:39:44 +02:00
|
|
|
depends on BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS # grpc
|
2019-06-10 17:45:28 +02:00
|
|
|
|
2016-12-22 02:59:15 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_MQTT
|
|
|
|
bool "mqtt"
|
|
|
|
select BR2_PACKAGE_MOSQUITTO
|
|
|
|
help
|
|
|
|
Sends metrics to and/or receives metrics from an MQTT broker.
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_NETWORK
|
|
|
|
bool "network"
|
|
|
|
help
|
|
|
|
Send/receive values from other instances of collectd.
|
|
|
|
|
2020-03-11 14:35:04 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_NETWORK_GCRYPT
|
|
|
|
bool "crypto support"
|
2020-04-21 19:12:20 +02:00
|
|
|
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
|
2020-03-11 14:35:04 +01:00
|
|
|
depends on BR2_PACKAGE_COLLECTD_NETWORK
|
|
|
|
select BR2_PACKAGE_LIBGCRYPT
|
|
|
|
help
|
|
|
|
Enable crypto support
|
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_RRDTOOL
|
|
|
|
bool "rrdtool"
|
2012-09-03 22:44:10 +02:00
|
|
|
depends on BR2_USE_WCHAR # rrdtool
|
2012-05-11 05:29:31 +02:00
|
|
|
select BR2_PACKAGE_RRDTOOL
|
|
|
|
help
|
|
|
|
Writes values to RRD-files.
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "rrdtool support needs a toolchain w/ wchar"
|
2012-09-03 22:44:10 +02:00
|
|
|
depends on !BR2_USE_WCHAR
|
|
|
|
|
2022-12-27 22:36:31 +01:00
|
|
|
if BR2_PACKAGE_COLLECTD_RRDTOOL
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_RRDCACHED
|
|
|
|
bool "rrdcached"
|
|
|
|
help
|
|
|
|
Use the RRDtool caching daemon.
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2013-04-11 06:41:36 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_RIEMANN
|
|
|
|
bool "riemann"
|
2017-05-07 15:32:46 +02:00
|
|
|
# riemann-c-client -> protobuf-c
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2022-04-04 03:42:52 +02:00
|
|
|
depends on BR2_PACKAGE_HOST_PROTOBUF_ARCH_SUPPORTS
|
2016-12-28 23:18:06 +01:00
|
|
|
select BR2_PACKAGE_RIEMANN_C_CLIENT
|
2015-06-25 23:53:02 +02:00
|
|
|
select BR2_PACKAGE_LIBTOOL
|
2013-04-11 06:41:36 +02:00
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
Sends data to Riemann, a stream processing and monitoring
|
|
|
|
system.
|
2013-04-11 06:41:36 +02:00
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_UNIXSOCK
|
|
|
|
bool "unixsock"
|
|
|
|
help
|
|
|
|
Opens a UNIX domain socket and accepts connections.
|
|
|
|
One can send commands to the daemon and receive information.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_WRITEHTTP
|
2015-06-25 23:53:02 +02:00
|
|
|
bool "write_http"
|
2012-05-11 05:29:31 +02:00
|
|
|
select BR2_PACKAGE_LIBCURL
|
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
Sends values collected to a web-server using HTTP POST and
|
|
|
|
PUTVAL.
|
2012-05-11 05:29:31 +02:00
|
|
|
|
2020-04-15 08:30:06 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_WRITEINFLUXDBUDP
|
|
|
|
bool "write_influxdb_udp"
|
|
|
|
help
|
|
|
|
Sends data to an instance of InfluxDB using the "Line
|
|
|
|
Protocol".
|
|
|
|
|
2015-06-25 23:53:02 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_WRITELOG
|
|
|
|
bool "write_log"
|
|
|
|
help
|
|
|
|
Writes data to the log.
|
|
|
|
|
2016-12-22 02:59:21 +01:00
|
|
|
config BR2_PACKAGE_COLLECTD_WRITEPROMETHEUS
|
|
|
|
bool "write_prometheus"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # protobuf-c
|
2022-04-04 03:42:52 +02:00
|
|
|
depends on BR2_PACKAGE_HOST_PROTOBUF_ARCH_SUPPORTS # protobuf-c
|
2016-12-22 02:59:21 +01:00
|
|
|
select BR2_PACKAGE_LIBMICROHTTPD
|
|
|
|
select BR2_PACKAGE_PROTOBUF_C
|
|
|
|
help
|
|
|
|
Publishes values using an embedded HTTP server, in a format
|
|
|
|
compatible with Prometheus' collectd_exporter.
|
|
|
|
|
2019-10-26 16:53:24 +02:00
|
|
|
comment "write_prometheus needs a toolchain w/ C++"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
2022-04-04 03:42:52 +02:00
|
|
|
depends on BR2_PACKAGE_HOST_PROTOBUF_ARCH_SUPPORTS
|
2016-12-22 02:59:21 +01:00
|
|
|
|
2019-06-10 00:51:19 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_WRITEREDIS
|
|
|
|
bool "write_redis"
|
|
|
|
select BR2_PACKAGE_HIREDIS
|
|
|
|
help
|
|
|
|
Sends data to Redis.
|
|
|
|
|
2015-06-25 23:53:02 +02:00
|
|
|
config BR2_PACKAGE_COLLECTD_WRITESENSU
|
|
|
|
bool "write_sensu"
|
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
Sends data to Sensu, a stream processing and monitoring
|
|
|
|
system, via the Sensu client local TCP socket.
|
2015-06-25 23:53:02 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_WRITETSDB
|
|
|
|
bool "write_tsdb"
|
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
Sends data OpenTSDB, a scalable no master, no shared state
|
|
|
|
time series database.
|
2015-06-25 23:53:02 +02:00
|
|
|
|
2012-05-11 05:29:31 +02:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
endif
|
2012-06-18 00:20:17 +02:00
|
|
|
|
2015-04-19 14:40:00 +02:00
|
|
|
comment "collectd needs a toolchain w/ threads, dynamic library"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
2013-08-30 23:58:43 +02:00
|
|
|
depends on BR2_USE_MMU
|