[Nagiosplug-devel] check_mrtgtraf.c Description incorrect (patch)
    Steve Bonds 
    r1p6os402 at sneakemail.com
       
    Tue Feb  4 15:12:04 CET 2003
    
    
  
The description in check_mrtgtraf.c seems to have been borrowed from
check_ups.c.  The attached short patch provides a better description.
  -- Steve
-------------- next part --------------
Index: check_mrtgtraf.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_mrtgtraf.c,v
retrieving revision 1.4
diff -u -r1.4 check_mrtgtraf.c
--- check_mrtgtraf.c	29 Jan 2003 20:57:09 -0000	1.4
+++ check_mrtgtraf.c	4 Feb 2003 23:10:03 -0000
@@ -358,7 +358,7 @@
 	print_revision (progname, "$Revision: 1.4 $");
 	printf
 		("Copyright (c) 2000 Tom Shields/Karl DeBisschop\n\n"
-		 "This plugin tests the UPS service on the specified host.\n\n");
+		 "This plugin checks local MRTG files for high bandwidth usage.\n\n");
 	print_usage ();
 	printf
 		("\nOptions:\n"
    
    
More information about the Devel
mailing list