[Nagiosplug-checkins] nagiosplug/plugins check_load.c,1.23,1.24 check_ssh.c,1.22,1.23
Benoit Mortier
opensides at users.sourceforge.net
Fri Dec 3 09:16:04 CET 2004
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins check_load.c,1.22,1.23 check_pgsql.c,1.25,1.26 check_ping.c,1.35,1.36 check_procs.c,1.36,1.37 check_radius.c,1.16,1.17 check_real.c,1.19,1.20 check_smtp.c,1.33,1.34 check_snmp.c,1.44,1.45 check_ssh.c,1.21,1.22 check_swap.c,1.36,1.37 check_tcp.c,1.50,1.51 check_time.c,1.19,1.20 check_udp.c,1.19,1.20 check_ups.c,1.21,1.22 check_users.c,1.15,1.16 urlize.c,1.14,1.15
- Next message: [Nagiosplug-checkins] nagiosplug/plugins negate.c,1.20,1.21 utils.h,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3023/plugins
Modified Files:
check_load.c check_ssh.c
Log Message:
correcting parenthesis error
Index: check_load.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_load.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- check_load.c 3 Dec 2004 16:56:27 -0000 1.23
+++ check_load.c 3 Dec 2004 17:15:27 -0000 1.24
@@ -319,8 +319,7 @@
void
print_usage (void)
{
- printf ("Usage: %s -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15\n"),
- progname);
+ printf ("Usage: %s -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15\n", progname);
printf (UT_HLP_VRS, progname, progname);
}
Index: check_ssh.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_ssh.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- check_ssh.c 3 Dec 2004 16:56:27 -0000 1.22
+++ check_ssh.c 3 Dec 2004 17:15:27 -0000 1.23
@@ -288,7 +288,7 @@
print_usage (void)
{
printf ("\
-Usage: %s [-46] [-t <timeout>] [-r <remote version>] [-p <port>] <host>\n"), progname);
+Usage: %s [-46] [-t <timeout>] [-r <remote version>] [-p <port>] <host>\n", progname);
printf (UT_HLP_VRS, progname, progname);
}
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins check_load.c,1.22,1.23 check_pgsql.c,1.25,1.26 check_ping.c,1.35,1.36 check_procs.c,1.36,1.37 check_radius.c,1.16,1.17 check_real.c,1.19,1.20 check_smtp.c,1.33,1.34 check_snmp.c,1.44,1.45 check_ssh.c,1.21,1.22 check_swap.c,1.36,1.37 check_tcp.c,1.50,1.51 check_time.c,1.19,1.20 check_udp.c,1.19,1.20 check_ups.c,1.21,1.22 check_users.c,1.15,1.16 urlize.c,1.14,1.15
- Next message: [Nagiosplug-checkins] nagiosplug/plugins negate.c,1.20,1.21 utils.h,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list