diff options
| author | Adam Duskett <Aduskett@gmail.com> | 2017-05-05 10:08:07 -0400 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-11 23:28:01 +0200 |
| commit | ee71aa2375a57bdebb9d8aa13a474e97e942e313 (patch) | |
| tree | 8954cb2ec97ec05c136293afcfdf2a57124f5202 /package/collectd | |
| parent | 4db9bbb475daf96e1d5638b8cbee096691672a55 (diff) | |
| download | buildroot-ee71aa2375a57bdebb9d8aa13a474e97e942e313.tar.gz buildroot-ee71aa2375a57bdebb9d8aa13a474e97e942e313.zip | |
package/c*/Config.in: fix help text wrapping
The check-package script when ran gives warnings on text wrapping
on all of these Config files. This patch cleans up all warnings
related to the text wrapping for the Config files starting with
the letter c in the package directory.
The appropriate indentation is: <tab><2 spaces><62 chars>
See http://nightly.buildroot.org/#writing-rules-config-in for more
information.
Signed-off-by: Adam Duskett <aduskett@codeblue.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/collectd')
| -rw-r--r-- | package/collectd/Config.in | 50 |
1 files changed, 30 insertions, 20 deletions
diff --git a/package/collectd/Config.in b/package/collectd/Config.in index d270494a07..ccd3fbe13f 100644 --- a/package/collectd/Config.in +++ b/package/collectd/Config.in @@ -89,8 +89,8 @@ config BR2_PACKAGE_COLLECTD_SYSLOG config BR2_PACKAGE_COLLECTD_THRESHOLD bool "threshold" help - Checks values against configured thresholds and creates notifications - if values are out of bounds. + Checks values against configured thresholds and creates + notifications if values are out of bounds. endmenu @@ -140,17 +140,20 @@ config BR2_PACKAGE_COLLECTD_CGROUPS config BR2_PACKAGE_COLLECTD_CONNTRACK bool "conntrack" help - Collects the number of entries in Linux's connection tracking table. + Collects the number of entries in Linux's connection tracking + table. config BR2_PACKAGE_COLLECTD_CONTEXTSWITCH bool "contextswitch" help - Collects the number of context switches done by the operating system. + Collects the number of context switches done by the operating + system. config BR2_PACKAGE_COLLECTD_CPU bool "cpu" help - Collects the amount of time spent by the CPU in various states. + Collects the amount of time spent by the CPU in various + states. config BR2_PACKAGE_COLLECTD_CPUFREQ bool "cpufreq" @@ -229,7 +232,8 @@ config BR2_PACKAGE_COLLECTD_FHCOUNT config BR2_PACKAGE_COLLECTD_FILECOUNT bool "filecount" help - Counts the number of files in a directory and all its subdirectories. + Counts the number of files in a directory and all its + subdirectories. config BR2_PACKAGE_COLLECTD_FSCACHE bool "fscache" @@ -323,7 +327,8 @@ config BR2_PACKAGE_COLLECTD_MYSQL depends on BR2_TOOLCHAIN_HAS_THREADS # mysql select BR2_PACKAGE_MYSQL help - Connects to a MySQL database and issues a "show status" command. + Connects to a MySQL database and issues a "show status" + command. config BR2_PACKAGE_COLLECTD_NETLINK bool "netlink" @@ -334,7 +339,8 @@ config BR2_PACKAGE_COLLECTD_NETLINK config BR2_PACKAGE_COLLECTD_NFS bool "nfs" help - Collects information about the usage of the Network File System. + Collects information about the usage of the Network File + System. config BR2_PACKAGE_COLLECTD_NGINX bool "nginx" @@ -358,7 +364,8 @@ config BR2_PACKAGE_COLLECTD_OPENLDAP depends on BR2_USE_WCHAR select BR2_PACKAGE_OPENLDAP help - Read monitoring information from OpenLDAP's cn=Monitor subtree. + Read monitoring information from OpenLDAP's cn=Monitor + subtree. comment "openldap support needs a toolchain w/ wchar" depends on !BR2_USE_WCHAR @@ -409,8 +416,8 @@ config BR2_PACKAGE_COLLECTD_SMART depends on BR2_PACKAGE_HAS_UDEV # libatasmart select BR2_PACKAGE_LIBATASMART help - Collect SMART statistics, notably load cycle count, temperature - and bad sectors. + Collect SMART statistics, notably load cycle count, + temperature and bad sectors. comment "SMART requires udev to be enabled" depends on !BR2_PACKAGE_HAS_UDEV @@ -445,8 +452,8 @@ config BR2_PACKAGE_COLLECTD_TAIL config BR2_PACKAGE_COLLECTD_TAIL_CSV bool "tail csv" help - Follows (tails) files in CSV format, parses each line and submits - extracted values. + Follows (tails) files in CSV format, parses each line and + submits extracted values. config BR2_PACKAGE_COLLECTD_TCPCONNS bool "tcpconns" @@ -516,7 +523,8 @@ comment "Select at least one for collectd to be useful" config BR2_PACKAGE_COLLECTD_CSV bool "csv" help - Writes values to a plain-text file in Comma Separated Values format. + Writes values to a plain-text file in Comma Separated Values + format. config BR2_PACKAGE_COLLECTD_GRAPHITE bool "graphite" @@ -555,7 +563,8 @@ config BR2_PACKAGE_COLLECTD_RIEMANN select BR2_PACKAGE_RIEMANN_C_CLIENT select BR2_PACKAGE_LIBTOOL help - Sends data to Riemann, a stream processing and monitoring system. + Sends data to Riemann, a stream processing and monitoring + system. config BR2_PACKAGE_COLLECTD_UNIXSOCK bool "unixsock" @@ -567,7 +576,8 @@ config BR2_PACKAGE_COLLECTD_WRITEHTTP bool "write_http" select BR2_PACKAGE_LIBCURL help - Sends values collected to a web-server using HTTP POST and PUTVAL. + Sends values collected to a web-server using HTTP POST and + PUTVAL. config BR2_PACKAGE_COLLECTD_WRITELOG bool "write_log" @@ -592,14 +602,14 @@ comment "write_prometheus needs a toolchain w/ C++, host gcc >= 4.5" config BR2_PACKAGE_COLLECTD_WRITESENSU bool "write_sensu" help - Sends data to Sensu, a stream processing and monitoring system, - via the Sensu client local TCP socket. + Sends data to Sensu, a stream processing and monitoring + system, via the Sensu client local TCP socket. config BR2_PACKAGE_COLLECTD_WRITETSDB bool "write_tsdb" help - Sends data OpenTSDB, a scalable no master, no shared state time - series database. + Sends data OpenTSDB, a scalable no master, no shared state + time series database. endmenu |

