From 52b5def4017f552f02eb3ca5716c4ee9d7a43145 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Thu, 9 Apr 2015 00:27:13 +0200 Subject: [PATCH] write_sensu: documentation wording, wrap long lines Thanks to @jamtur01 for reviewing ! --- README | 3 ++- src/collectd.conf.pod | 25 +++++++++++++------------ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/README b/README index 25f2d5e1..ded7538d 100644 --- a/README +++ b/README @@ -449,7 +449,8 @@ Features Sends data to Riemann, a stream processing and monitoring system. - write_sensu - Sends data to Sensu a stream processing and monitoring system, via sensu client local TCP socket. + Sends data to Sensu, a stream processing and monitoring system, via the + Sensu client local TCP socket. * Logging is, as everything in collectd, provided by plugins. The following plugins keep up informed about what's going on: diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index d9721cef..12ed82b5 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -7531,10 +7531,11 @@ attribute for each metric being sent out to I. The I will send values to I, a powerful stream aggregation and monitoring system. The plugin sends I encoded data to -a local I client using a TCP socket. At the moment, write_sensu plugin -does not send over a collectd_host parameter so it not possible to use -one collectd instance as a gateway for other collectd: each collectd host -must write to its own sensu client. +a local I client using a TCP socket. + +At the moment, the I does not send over a collectd_host +parameter so it is not possible to use one collectd instance as a gateway for +others. Each collectd host must pair with one I client. Synopsis: @@ -7562,7 +7563,7 @@ The following options are understood by the I: The plugin's configuration consists of one or more B blocks. Each block is given a unique I and specifies one connection to an instance of -I. Indise the B block, the following per-connection options are +I. Inside the B block, the following per-connection options are understood: =over 4 @@ -7580,9 +7581,9 @@ Service name or port number to connect to. Defaults to C<3030>. If set to B (the default), convert counter values to rates. If set to B counter values are stored as is, i.e. as an increasing integer number. -This will be reflected in the C tag: If B is enabled, -converted values will have "rate" appended to the data source type, e.g. -C. +This will be reflected in the C tag: If +B is enabled, converted values will have "rate" appended to the +data source type, e.g. C. =item B B|B @@ -7593,12 +7594,12 @@ only done when there is more than one DS. =item B B|B -If set to B, create sensu events for notifications. This is B +If set to B, create I events for notifications. This is B by default. At least one of B or B should be enabled. =item B B|B -If set to B, create sensu events for metrics. This is B +If set to B, create I events for metrics. This is B by default. At least one of B or B should be enabled. @@ -7613,8 +7614,8 @@ several of them, one per line. Defaults to no handler. =item B I -Add a handler that will be set when notifications are sent to I. You can add -several of them, one per line. Defaults to no handler. +Add a handler that will be set when notifications are sent to I. You can +add several of them, one per line. Defaults to no handler. =item B I -- 2.11.0