[Nagiosplug-checkins] nagiosplug/plugins check_http.c,1.68,1.69
Benoit Mortier
opensides at users.sourceforge.net
Thu Dec 2 06:36:03 CET 2004
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins Makefile.am,1.34,1.35
- Next message: [Nagiosplug-checkins] nagiosplug/plugins check_by_ssh.c,1.24,1.25 check_dig.c,1.29,1.30 check_disk.c,1.49,1.50 check_dns.c,1.32,1.33 check_fping.c,1.16,1.17 check_game.c,1.13,1.14 check_hpjd.c,1.22,1.23 check_ldap.c,1.18,1.19 check_load.c,1.18,1.19 check_mrtg.c,1.15,1.16 check_mrtgtraf.c,1.16,1.17 check_mysql.c,1.17,1.18 check_nagios.c,1.14,1.15 check_nt.c,1.27,1.28 check_nwstat.c,1.18,1.19 check_overcr.c,1.11,1.12 check_pgsql.c,1.20,1.21 check_ping.c,1.31,1.32 check_procs.c,1.31,1.32 check_radius.c,1.13,1.14 check_real.c,1.16,1.17 check_smtp.c,1.30,1.31 check_snmp.c,1.41,1.42 check_ssh.c,1.18,1.19 check_swap.c,1.33,1.34 check_tcp.c,1.46,1.47 check_time.c,1.16,1.17 check_udp.c,1.15,1.16 check_ups.c,1.18,1.19 check_users.c,1.12,1.13 negate.c,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32418/plugins
Modified Files:
check_http.c
Log Message:
return of process_arguments() is TRUE not OK !
Index: check_http.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_http.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- check_http.c 2 Dec 2004 01:11:00 -0000 1.68
+++ check_http.c 2 Dec 2004 14:35:04 -0000 1.69
@@ -145,7 +145,7 @@
asprintf (&user_agent, "User-Agent: check_http/%s (nagios-plugins %s)",
clean_revstring (revision), VERSION);
- if (process_arguments (argc, argv) != OK)
+ if (process_arguments (argc, argv) != TRUE)
usage (_("check_http: could not parse arguments\n"));
if (strstr (timestamp, ":")) {
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins Makefile.am,1.34,1.35
- Next message: [Nagiosplug-checkins] nagiosplug/plugins check_by_ssh.c,1.24,1.25 check_dig.c,1.29,1.30 check_disk.c,1.49,1.50 check_dns.c,1.32,1.33 check_fping.c,1.16,1.17 check_game.c,1.13,1.14 check_hpjd.c,1.22,1.23 check_ldap.c,1.18,1.19 check_load.c,1.18,1.19 check_mrtg.c,1.15,1.16 check_mrtgtraf.c,1.16,1.17 check_mysql.c,1.17,1.18 check_nagios.c,1.14,1.15 check_nt.c,1.27,1.28 check_nwstat.c,1.18,1.19 check_overcr.c,1.11,1.12 check_pgsql.c,1.20,1.21 check_ping.c,1.31,1.32 check_procs.c,1.31,1.32 check_radius.c,1.13,1.14 check_real.c,1.16,1.17 check_smtp.c,1.30,1.31 check_snmp.c,1.41,1.42 check_ssh.c,1.18,1.19 check_swap.c,1.33,1.34 check_tcp.c,1.46,1.47 check_time.c,1.16,1.17 check_udp.c,1.15,1.16 check_ups.c,1.18,1.19 check_users.c,1.12,1.13 negate.c,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list