[Nagiosplug-checkins] nagiosplug/plugins check_tcp.c,1.48,1.49
Stanley Hopcroft
stanleyhopcroft at users.sourceforge.net
Thu Dec 2 13:04:03 CET 2004
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins check_by_ssh.c,1.25,1.26 check_dig.c,1.30,1.31 check_disk.c,1.50,1.51 check_dns.c,1.33,1.34 check_fping.c,1.17,1.18 check_game.c,1.14,1.15 check_hpjd.c,1.23,1.24 check_http.c,1.69,1.70 check_ldap.c,1.19,1.20 check_load.c,1.19,1.20 check_mrtg.c,1.16,1.17 check_mrtgtraf.c,1.17,1.18 check_mysql.c,1.18,1.19 check_nagios.c,1.15,1.16 check_nt.c,1.28,1.29 check_nwstat.c,1.19,1.20 check_overcr.c,1.12,1.13 check_pgsql.c,1.21,1.22 check_ping.c,1.32,1.33 check_procs.c,1.32,1.33 check_radius.c,1.14,1.15 check_real.c,1.17,1.18 check_smtp.c,1.31,1.32 check_snmp.c,1.42,1.43 check_ssh.c,1.19,1.20 check_swap.c,1.34,1.35 check_tcp.c,1.47,1.48 check_time.c,1.17,1.18 check_udp.c,1.16,1.17 check_ups.c,1.19,1.20 check_users.c,1.13,1.14 negate.c,1.18,1.19 popen.c,1.9,1.10 utils.c,1.38,1.39
- Next message: [Nagiosplug-checkins] nagiosplug/plugins check_dns.c,1.34,1.35 check_ldap.c,1.20,1.21 check_procs.c,1.33,1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1272/nagiosplug/plugins
Modified Files:
check_tcp.c
Log Message:
Tracker 1041571: appended :D to getopt_long() args (for cert expiry check). Eric Chen.
Index: check_tcp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_tcp.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- check_tcp.c 2 Dec 2004 16:51:25 -0000 1.48
+++ check_tcp.c 2 Dec 2004 21:03:26 -0000 1.49
@@ -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",
+ c = getopt_long (argc, argv, "+hVv46H:s:e:q:m:c:w:t:p:C:W:d:Sr:j:D",
longopts, &option);
if (c == -1 || c == EOF || c == 1)
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins check_by_ssh.c,1.25,1.26 check_dig.c,1.30,1.31 check_disk.c,1.50,1.51 check_dns.c,1.33,1.34 check_fping.c,1.17,1.18 check_game.c,1.14,1.15 check_hpjd.c,1.23,1.24 check_http.c,1.69,1.70 check_ldap.c,1.19,1.20 check_load.c,1.19,1.20 check_mrtg.c,1.16,1.17 check_mrtgtraf.c,1.17,1.18 check_mysql.c,1.18,1.19 check_nagios.c,1.15,1.16 check_nt.c,1.28,1.29 check_nwstat.c,1.19,1.20 check_overcr.c,1.12,1.13 check_pgsql.c,1.21,1.22 check_ping.c,1.32,1.33 check_procs.c,1.32,1.33 check_radius.c,1.14,1.15 check_real.c,1.17,1.18 check_smtp.c,1.31,1.32 check_snmp.c,1.42,1.43 check_ssh.c,1.19,1.20 check_swap.c,1.34,1.35 check_tcp.c,1.47,1.48 check_time.c,1.17,1.18 check_udp.c,1.16,1.17 check_ups.c,1.19,1.20 check_users.c,1.13,1.14 negate.c,1.18,1.19 popen.c,1.9,1.10 utils.c,1.38,1.39
- Next message: [Nagiosplug-checkins] nagiosplug/plugins check_dns.c,1.34,1.35 check_ldap.c,1.20,1.21 check_procs.c,1.33,1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list