From: Clément Stenac Date: Sun, 29 Mar 2009 02:57:35 +0000 (+1300) Subject: Fix typos and grammer in documentation. X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=401127fbd9bfd8c3647d51fdd6450e1ba6ee5bd2;p=spong.git Fix typos and grammer in documentation. --- diff --git a/pod/spong-client.pod b/pod/spong-client.pod index 35c45b4..e534e89 100644 --- a/pod/spong-client.pod +++ b/pod/spong-client.pod @@ -10,7 +10,7 @@ B [ B<--debug>|B<-d> I ] =head1 DESCRIPTION This program is run on each Unix machine in which you want -to monitor local system attributes, and report that information to the +to monitor local system attributes, and reports that information to the spong server. It runs one or more configured checks. It then sleeps for a time period you have defined in your configuration file and does it all again (it actually adds or subtracts a random amount of time - no more @@ -57,7 +57,7 @@ C output, or a listing of the top 10 processes sorted by CPU. =head2 Running the program You should start this program in your system startup file, and it should be -running constantly. If no parameters are specified, B forks +running constantly. If no parameters are specified, B forks and detaches itself to run as a daemon. If you provide the B<--debug> I flag, then debugging information will be @@ -72,7 +72,7 @@ to the running spong-client process causing it to exit. The B<--nosleep> or B<--refresh> flag causes the program to cycle through all of the checks once then exit. These flags can be used to run spong-client as a -cron job (B), this reduced the effectiveness of the B +cron job (B), this reduces the effectiveness of the B module. =head2 Client Checks @@ -81,7 +81,7 @@ The checks are actually a set of modules that are called in series by B. The list of modules to run are defined in the I<$CHECKS> configuration variable. Upon initialization, B will load the modules defined in I<$CHECKS> from the F -directory. As each modules is initialized, it registers itself with the the +directory. As each module is initialized, it registers itself with the the plugins registry (see the L). =head2 Extending Functionality @@ -134,7 +134,7 @@ fall back to using $SPONGSLEEP. =item $SPONGTMP The directory that Spong programs use for temporary store and work files. It -should be different directory than F for operation and security reasons. +should be a different directory than F for operation and security reasons. =item $SPONG_LOG_FILE @@ -190,7 +190,7 @@ a Perl regular expression to be scanned for =item status -the status color to reported lines matching pattern +the status color to reporte when lines match pattern =item duration @@ -236,7 +236,7 @@ Perl v5.005_03 or greater is required. =head1 BUGS -None know bugs. +No known bugs. =head1 SEE ALSO diff --git a/pod/spong-network.pod b/pod/spong-network.pod index 7a82d4e..559183f 100644 --- a/pod/spong-network.pod +++ b/pod/spong-network.pod @@ -37,10 +37,10 @@ verbosity in the debugging output. If you provide the B<--restart> flag, a signal will be sent to the B process that is currently running that will cause it to reload it's configuration files. If you provide the B<--kill> flag, a signal will be sent -to the running spong-client process causing it to exit. +to the running spong-network process causing it to exit. The B<--nosleep> or B<--refresh> flag causes the program to cycle through all -of the checks once then exit. These flags can be used to run spong-client as a +of the checks once then exit. These flags can be used to run spong-network as a cron job (B), but it recommended that you run the program continuously. @@ -145,7 +145,7 @@ fall back to using $SPONGSLEEP. =item $SPONGTMP The directory that Spong programs use for temporary store and work files. It -should be different a directory than F for operation and security reasons. +should be a different directory than F for operation and security reasons. =item $SPONG_LOG_FILE @@ -167,12 +167,12 @@ From F: All of the host names defined in %HOSTS are the list of hosts that B will check. The services defined in the I attribute -are the list of services that will be check for each host. The I service +are the list of services that will be checked for each host. The I service is prepended to the list of services unless 'noping' is defined. Another important attribute for a host is the L flag. If this flag is -set for a host. The B proram will skip the check for the host. +set for a host, the B program will skip the check for the host. =back