]> git.etc.gen.nz Git - spong.git/commitdiff
Make $summary more consistent with other plugins (service name, lowercase)
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 27 Sep 2000 03:32:21 +0000 (03:32 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 27 Sep 2000 03:32:21 +0000 (03:32 +0000)
src/lib/Spong/Network/plugins/check_ntp

index d6700fd3b6f881d73f910f49ae03755fc17af3b8..f96c380a88dff8c72f37faa2d9f088d1376eb20e 100755 (executable)
@@ -9,7 +9,7 @@ $PLUGINS{'ntp'} = \&check_ntp;
 
 sub check_ntp {
    my( $host ) = @_;
-   my( $color, $summary, $message ) = ( "green", "Server OK", "" );
+   my( $color, $summary, $message ) = ( "green", "ntp ok", "" );
    my( @output,$line );
 
    $message = join(//,`$NTPDATE $host 2>&1`);