From: Stephen L Johnson Date: Wed, 6 Sep 2000 05:13:00 +0000 (+0000) Subject: removed POD documentation to separate file in /pod X-Git-Tag: spong-2_7_0-beta1~58 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4162a92caae1bed5abe76bfeb97b8e890f25271b;p=spong.git removed POD documentation to separate file in /pod --- diff --git a/src/spong-ack.pl b/src/spong-ack.pl index 4a2619d..a9b8b46 100755 --- a/src/spong-ack.pl +++ b/src/spong-ack.pl @@ -1,26 +1,4 @@ #!@@PERL@@ - -=head1 NAME - -B - Spong acknowledgment tool - -=head1 SYNOPSIS - -B [B<--debug>] [B<--batch>] host services time [message] - -B [B<--debug>] B<--delete> ack-id - -=head1 DESCRIPTION - -When a spong evet occurs (or will occur), you can use this tool to acknowledge -that you know that there is a problem. You can provide text that will be seen -by others looking at the event (via a spong display program). You can specify -at time limit that the problem will occur. If a problem has been acknowledged, you -will no longer received notifications of the problem, and the display programs will -show the status of the service as "blue". - -=cut - # # Spong acknowledgment tool. When a spong event occurs (or will occur), you # can use this tool to acknowledge that you know there is a problem. You can diff --git a/src/spong-cleanup.pl b/src/spong-cleanup.pl index cd6d20d..4e0a112 100755 --- a/src/spong-cleanup.pl +++ b/src/spong-cleanup.pl @@ -1,40 +1,4 @@ #!@@PERL@@ - -=head1 NAME - -B - perform nightly mantenance to the spong database - -=head1 SYNOPSIS - -B - -=head1 DESCRIPTION - -This program performs routine, regular maintenace of the spong database. - -=over - -=item - -* Cleans out any history older then 7 days. It moves the old history for -each host into the L<$SPONG_ARCHIVE|spong.conf/"$SPONG_ARCHIVE"> directory. If -you don't think you would ever want to get at that history, then you can just -change the script so that it is deleted. - -=item - -* Removes any acknowledgements that are no longer valid. - -=item - -* Removes any services that don't seem to be reported any more (if you -stop monitoring something on a machine - the old entry will still hang around -and show up as purple). - -=back - -=cut - # # This program performs nightly maintanence to the spong database. # diff --git a/src/spong-client.pl b/src/spong-client.pl index bfaaa01..d71eebb 100755 --- a/src/spong-client.pl +++ b/src/spong-client.pl @@ -1,26 +1,4 @@ #!@@PERL@@ - -=head1 NAME - -spong-client - report system information to spong server - -=head1 SYNOPSIS - -B [ B<--debug>|B<-d> I ] -[ B<--kill>|B<--restart>|B<--nosleep>|B<--norefresh> ] F - -=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 -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 -then 1p% of the total you have specified, to keep clients from syncing -up and overloading the spong-server). - -=cut - # # Spong client monitoring script. This runs various tests locally on a machine # and sends those results to the Spong server machine where the information diff --git a/src/spong-message.pl b/src/spong-message.pl index 0b38aca..2108520 100755 --- a/src/spong-message.pl +++ b/src/spong-message.pl @@ -1,31 +1,4 @@ #!@@PERL@@ - -=head1 NAME - -B - send out alerts when there is a problem - -=head1 SYNOPSIS - -B [B<--debug>] [B<--file> I | B<--message> I<"detailed -message text"] I I I I