]> git.etc.gen.nz Git - spong.git/commitdiff
Fix typos and grammer in documentation.
authorClément Stenac <zorglub@via.ecp.fr>
Sun, 29 Mar 2009 02:57:35 +0000 (15:57 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Sun, 29 Mar 2009 02:57:35 +0000 (15:57 +1300)
pod/spong-client.pod
pod/spong-network.pod

index 35c45b4c5f5196d5d21bd26a3c919840fd642d61..e534e89ab418b688185336d86656511d3d70f38c 100644 (file)
@@ -10,7 +10,7 @@ B<spong-client> [ B<--debug>|B<-d> I<n> ]
 =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<df> 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<spong-network> forks
+running constantly. If no parameters are specified, B<spong-client> forks
 and detaches itself to run as a daemon.
 
 If you provide the B<--debug> I<n> 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<depreciated>), this reduced the effectiveness of the B<check_logs>
+cron job (B<depreciated>), this reduces the effectiveness of the B<check_logs>
 module.
 
 =head2 Client Checks
@@ -81,7 +81,7 @@ The checks are actually a set of modules that are called in series by
 B<spong-client>. The list of modules to run are defined in the I<$CHECKS>
 configuration variable. Upon initialization, B<spong-client> will load the
 modules defined in I<$CHECKS> from the F<LIBDIR/Spong/Client/plugins/>
-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<Developer Guide|developer-guide>).
 
 =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</tmp> for operation and security reasons.
+should be different directory than F</tmp> 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
 
index 7a82d4ed16137ba1ea71af0eb35b67c6b2603045..559183f4dc6d1be5b7e718c32b93d35f402637fc 100644 (file)
@@ -37,10 +37,10 @@ verbosity in the debugging output.
 If you provide the B<--restart> flag, a signal will be sent to the B<spong-network>
 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<depreciated>), 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</tmp> for operation and security reasons.
+should be a different directory than F</tmp> for operation and security reasons.
 
 =item $SPONG_LOG_FILE
 
@@ -167,12 +167,12 @@ From F<spong.hosts>:
 
 All of the host names defined in %HOSTS are the list of hosts that
 B<spong-network> will check.  The services defined in the I<services> attribute
-are the list of services that will be check for each host. The I<ping> service
+are the list of services that will be checked for each host. The I<ping> service
 is prepended to the list of services unless 'noping' is defined.
 
 Another important attribute for a host is the
 L<skip_network_checks|spong.hosts/"skip_network_check"> flag. If this flag is
-set for a host. The B<spong-network> proram will skip the check for the host.
+set for a host, the B<spong-network> program will skip the check for the host.
 
 =back