]> git.etc.gen.nz Git - spong.git/commitdiff
documentation updates
authorStephen L Johnson <sjohnson@monsters.org>
Sat, 6 Jan 2001 06:36:13 +0000 (06:36 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Sat, 6 Jan 2001 06:36:13 +0000 (06:36 +0000)
pod/admin-guide.pod
pod/builddoc
pod/spong-network.pod
pod/spong.hosts.pod
pod/user-guide.pod
src/lib/Spong/Network/plugins/check_interfaces

index dba07b235f223d6200dc083fbdfd3624a909fb2d..e3c9f9462e190b66730532e386015b502207de62 100755 (executable)
@@ -37,7 +37,7 @@ file, then please email it to me so that I can add it to the distribution.
 =item *
 
 Make sure you are in the directory that you unpacked spong in and type: 
-C<./build <os>> where E<lt>osE<gt> is the name corresponding to your
+C<./build> C<os> where E<lt>osE<gt> is the name corresponding to your
 operating system. You can type C<./build help> to generate a list of
 valid operating system strings.
 
@@ -129,14 +129,15 @@ file.
 This is the URI path to the location of the B<www-spong> CGI program in the web
 server's document tree. For example, if the URL of www-spong is going to be
 C<http://www.example.org/spong/cgi-bin/www-spong>, you need to set I<$WWWSPONG>
-to '/spong/cgi-bin/www-spong'. See also L</"SPONG CGI DIR">.
+to '/spong/cgi-bin/www-spong'. See also L</"Spong CGI Directory">.
 
 =item $WWWACK
 
 This is the URI path to the location of the B<www-spong-ack> CGI program in the
 web server's document tree. For example, if the URL of www-spong is going to be
 C<http://www.example.org/spong/cgi-bin/www-spong-ack>, you need to set
-I<$WWWSPONG> to '/spong/cgi-bin/www-spong-ack'. See also L</"SPONG CGI DIR">.
+I<$WWWSPONG> to '/spong/cgi-bin/www-spong-ack'. See also
+ L</"Spong CGI Directory">.
 
 =item $WWWGIF
 
index 0d88c1d85d7d46a2fdfd82262b877380370ff21b..4d580ac367c4d9e9df3f3defbddb0ff9f97a9941 100755 (executable)
@@ -6,7 +6,7 @@
 # the POD document sources. It will build various formats: html, text and man
 #
 
-# $Id: builddoc,v 1.1 2000/09/14 17:19:32 sljohnson Exp $
+# $Id: builddoc,v 1.2 2001/01/06 06:36:13 sljohnson Exp $
 
 use File::Basename;
 use Getopt::Long;
@@ -52,7 +52,7 @@ if ($doctype eq "dist") {
    $files =~ s/\s+/ /g;  # Make the whitepace into spaces
 
    $cmd = "mpod2html -dir ../www/docs/ -tocname spongtoc -idxname spongindex" 
-            . " $files 1> /tmp/pod.out 2>&1";
+            . " $files >/tmp/pod.out 2>&1";
    system $cmd;
    exit 0;
 }
index 3ae4c0bd603aba9d307e5e6b037585dfae622f95..7a82d4ed16137ba1ea71af0eb35b67c6b2603045 100644 (file)
@@ -171,7 +171,7 @@ are the list of services that will be check 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.conf/"skip_network_check"> flag. If this flag is
+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.
 
 =back
index adbef78a219eb43df63cdfe0d252751948483c6d..bf79ab36213ff8f3788bc79d592a62ada6917297 100755 (executable)
@@ -73,7 +73,7 @@ format
 The I<ip_addr> attribute is a list (well reference to one anyway) of IP
 address that the machine responds to.
 
-The I<skip_network_checks) flag be used to temporarily disable the network
+The I<skip_network_checks> flag be used to temporarily disable the network
 checks for one or more hosts. The hosts can stll received spong-client status
 updates.  And the historical network information for the hosts is available.
 This is useful when the hosts are being renamed or re-networked over an
index 8f7f74a0d35488b2616340d489492d2569e27ac0..29e1e75c61d0a723e96e7bf2c991302cba1fb454 100644 (file)
@@ -271,7 +271,7 @@ This is discussed above.
 =item Summary Information
 
 This section shows summary information for the service. First is a colored bar
-that shows the current status color of the service. See L<|"Status Colors"> for
+that shows the current status color of the service. See L<"Status Colors"> for
 details. Next is the I<Updated:> field which if the date and time of the last
 update of the status. The I<Duration> field shows the amount of time that the
 service has been in it's current status.  And last is the I<Summary> field
index fd69769bc8db19fc6c533d041723ca665f981a89..865689f8b82cf60444f08814ff39acde6cc46c29 100644 (file)
@@ -175,12 +175,12 @@ field will have a detailed description of the cause of an error.
 
 The default SNMP Community name is I<public>. To provide an alternate default
 SNMP Community name add it to the
-L<$HOSTS_DEFAULTS|spong.conf/"$HOSTS_DEFAULTS"> entry in the B<spong.conf> file
+L<$HOSTS_DEFAULTS|spong.hosts/"$HOSTS_DEFAULTS"> entry in the B<spong.conf> file
 (i.e. $HOSTS_DEFAULTS{'snmp_community'} = 'secret';).
 
 To override the default name on a per host basis, specify a C<snmp_ community>
 attribute in a host's entry in the I<%HOSTS> variabile of the L<spong.conf>
-configuration file. See the L<Examples|"EXAMPLES"> section for a detailed
+configuration file. See the L<"EXAMPLES"> section for a detailed
 example.
 
 =item Ignored Interfaces
@@ -192,7 +192,7 @@ $HOSTS with a list of network interface to ignore.
 A default list of interfaces to ignore is added an 'ignore_interfaces' entry
 to the $HOSTS_DEFAULTS variable.  A list of interfaces to ignore in all hosts
 is created by adding an 'ignore_interfaces' entry to the $HOSTS_ALL varirable.
-See the L<Examples|"EXAMPLES> section for a detailed example.
+See the L<Examples|"EXAMPLES"> section for a detailed example.
 
 =back
 
@@ -218,7 +218,7 @@ See the L<Examples|"EXAMPLES> section for a detailed example.
 
 L<spong-network>, L<check_snmp>,
 L<spong-network Modules Template|spong-network-mod-template>,
-L<Spong Developer Guide|develop-guide>
+L<Spong Developer Guide|developer-guide>
 
 =head1 NOTES