[Nagiosplug-checkins] nagiosplug/plugins check_tcp.c,1.52,1.53
Stanley Hopcroft
stanleyhopcroft at users.sourceforge.net
Fri Dec 3 13:57:04 CET 2004
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins check_by_ssh.c,1.29,1.30 check_dig.c,1.34,1.35 check_disk.c,1.52,1.53 check_dns.c,1.37,1.38 check_dummy.c,1.11,1.12 check_fping.c,1.20,1.21 check_game.c,1.17,1.18 check_hpjd.c,1.26,1.27 check_http.c,1.72,1.73 check_ide-smart.c,1.10,1.11 check_ldap.c,1.24,1.25 check_load.c,1.24,1.25 check_mrtg.c,1.19,1.20 check_mrtgtraf.c,1.20,1.21 check_mysql.c,1.21,1.22 check_nagios.c,1.19,1.20 check_nt.c,1.31,1.32 check_nwstat.c,1.23,1.24 check_overcr.c,1.14,1.15 check_pgsql.c,1.26,1.27 check_ping.c,1.36,1.37 check_procs.c,1.37,1.38 check_radius.c,1.17,1.18 check_real.c,1.20,1.21 check_smtp.c,1.34,1.35 check_snmp.c,1.45,1.46 check_ssh.c,1.23,1.24 check_swap.c,1.37,1.38 check_tcp.c,1.51,1.52 check_time.c,1.20,1.21 check_udp.c,1.20,1.21 check_ups.c,1.22,1.23 check_users.c,1.16,1.17 negate.c,1.21,1.22 urlize.c,1.15,1.16
- Next message: [Nagiosplug-checkins] nagiosplug/plugins check_dig.c,1.35,1.36 check_disk.c,1.53,1.54 check_dns.c,1.38,1.39 check_dummy.c,1.12,1.13 check_fping.c,1.21,1.22 check_game.c,1.18,1.19 check_hpjd.c,1.27,1.28 check_http.c,1.73,1.74 check_ide-smart.c,1.11,1.12 check_ldap.c,1.25,1.26 check_mrtg.c,1.20,1.21 check_mrtgtraf.c,1.21,1.22 check_nagios.c,1.20,1.21 check_nt.c,1.32,1.33 check_nwstat.c,1.24,1.25 check_overcr.c,1.15,1.16 check_pgsql.c,1.27,1.28 check_procs.c,1.38,1.39 check_radius.c,1.18,1.19 check_real.c,1.21,1.22 check_smtp.c,1.35,1.36 check_snmp.c,1.46,1.47 check_swap.c,1.38,1.39 check_tcp.c,1.53,1.54 check_time.c,1.21,1.22 check_udp.c,1.21,1.22 check_ups.c,1.23,1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7684/nagiosplug/plugins
Modified Files:
check_tcp.c
Log Message:
1041571: -D option processing corrected (Eric Chen). Changed process_arguments() to return TRUE. Dont know why this was necessary.
Index: check_tcp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_tcp.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- check_tcp.c 3 Dec 2004 20:28:53 -0000 1.52
+++ check_tcp.c 3 Dec 2004 21:56:44 -0000 1.53
@@ -447,7 +447,7 @@
}
while (1) {
- c = getopt_long (argc, argv, "+hVv46H:s:e:q:m:c:w:t:p:C:W:d:Sr:j:D",
+ c = getopt_long (argc, argv, "+hVv46H:s:e:q:m:c:w:t:p:C:W:d:Sr:jD:",
longopts, &option);
if (c == -1 || c == EOF || c == 1)
@@ -574,7 +574,7 @@
if (server_address == NULL)
usage (_("You must provide a server address\n"));
- return OK;
+ return TRUE;
}
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins check_by_ssh.c,1.29,1.30 check_dig.c,1.34,1.35 check_disk.c,1.52,1.53 check_dns.c,1.37,1.38 check_dummy.c,1.11,1.12 check_fping.c,1.20,1.21 check_game.c,1.17,1.18 check_hpjd.c,1.26,1.27 check_http.c,1.72,1.73 check_ide-smart.c,1.10,1.11 check_ldap.c,1.24,1.25 check_load.c,1.24,1.25 check_mrtg.c,1.19,1.20 check_mrtgtraf.c,1.20,1.21 check_mysql.c,1.21,1.22 check_nagios.c,1.19,1.20 check_nt.c,1.31,1.32 check_nwstat.c,1.23,1.24 check_overcr.c,1.14,1.15 check_pgsql.c,1.26,1.27 check_ping.c,1.36,1.37 check_procs.c,1.37,1.38 check_radius.c,1.17,1.18 check_real.c,1.20,1.21 check_smtp.c,1.34,1.35 check_snmp.c,1.45,1.46 check_ssh.c,1.23,1.24 check_swap.c,1.37,1.38 check_tcp.c,1.51,1.52 check_time.c,1.20,1.21 check_udp.c,1.20,1.21 check_ups.c,1.22,1.23 check_users.c,1.16,1.17 negate.c,1.21,1.22 urlize.c,1.15,1.16
- Next message: [Nagiosplug-checkins] nagiosplug/plugins check_dig.c,1.35,1.36 check_disk.c,1.53,1.54 check_dns.c,1.38,1.39 check_dummy.c,1.12,1.13 check_fping.c,1.21,1.22 check_game.c,1.18,1.19 check_hpjd.c,1.27,1.28 check_http.c,1.73,1.74 check_ide-smart.c,1.11,1.12 check_ldap.c,1.25,1.26 check_mrtg.c,1.20,1.21 check_mrtgtraf.c,1.21,1.22 check_nagios.c,1.20,1.21 check_nt.c,1.32,1.33 check_nwstat.c,1.24,1.25 check_overcr.c,1.15,1.16 check_pgsql.c,1.27,1.28 check_procs.c,1.38,1.39 check_radius.c,1.18,1.19 check_real.c,1.21,1.22 check_smtp.c,1.35,1.36 check_snmp.c,1.46,1.47 check_swap.c,1.38,1.39 check_tcp.c,1.53,1.54 check_time.c,1.21,1.22 check_udp.c,1.21,1.22 check_ups.c,1.23,1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list