X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-nagios.pod;h=7b2442e5cb4521894a8bdb5fb8d04df6bab2ca1e;hb=d3648402a2a770bea639ae65c2ccd42196c7a490;hp=ea274bbd8d71df6d9057a263e4c48e4412dcb262;hpb=0ea56e78f17a2367ea6fd2c5335506e0672e190a;p=collectd.git diff --git a/src/collectd-nagios.pod b/src/collectd-nagios.pod index ea274bbd..7b2442e5 100644 --- a/src/collectd-nagios.pod +++ b/src/collectd-nagios.pod @@ -9,10 +9,11 @@ collectd-nagios B<-s> I B<-n> I B<-H> I I<[options =head1 DESCRIPTION This small program is the glue between collectd and nagios. collectd collects -various performance statistics which is provides via the C. -This program is called by Nagios, connects to the UNIX socket and reads the -values from collectd. It then returns B, B or B -depending on the values and the ranges provided by Nagios. +various performance statistics which it provides via the C, +see L. This program is called by Nagios, connects to the +UNIX socket and reads the values from collectd. It then returns B, +B or B depending on the values and the ranges provided by +Nagios. =head1 ARGUMENTS AND OPTIONS @@ -45,7 +46,7 @@ handled according to the consolidation function given with the B<-g> option. =item B<-g> BI<|>BI<|>B When multiple data sources are selected from a value spec they can be handled -differently dependin on this option. The values of the following meaning: +differently depending on this option. The values of the following meaning: =over 4 @@ -85,14 +86,17 @@ As usual for Nagios plugins this program writes a short, one line status message to STDOUT and signals success or failure with it's return value. It exists with a return value of B<0> for success or B<1> or B<2> for warning and critical, respectively. If the values is not available or some other error -occured it returnes B<3> for "unknown". +occurred it returns B<3> for "unknown". =head1 SEE ALSO -L, L, L +L, +L, +L, +L =head1 AUTHOR -Florian Forster Eocto@verplant.orgE +Florian Forster EoctoEatEverplant.orgE =cut