[Nagiosplug-checkins] CVS: nagiosplug/plugins check_snmp.c,1.36,1.37 negate.c,1.13,1.14 netutils.c,1.15,1.16 urlize.c,1.9,1.10
Karl DeBisschop
kdebisschop at users.sourceforge.net
Thu Feb 19 21:33:20 CET 2004
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25314
Modified Files:
check_snmp.c negate.c netutils.c urlize.c
Log Message:
spell fix "received"
Index: check_snmp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_snmp.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** check_snmp.c 12 Nov 2003 06:05:38 -0000 1.36
--- check_snmp.c 20 Feb 2004 05:22:05 -0000 1.37
***************
*** 320,324 ****
if (found == 0)
die (STATE_UNKNOWN,
! _("%s problem - No data recieved from host\nCMD: %s\n"),
label,
command_line);
--- 320,324 ----
if (found == 0)
die (STATE_UNKNOWN,
! _("%s problem - No data received from host\nCMD: %s\n"),
label,
command_line);
Index: negate.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/negate.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** negate.c 22 Aug 2003 06:22:38 -0000 1.13
--- negate.c 20 Feb 2004 05:22:05 -0000 1.14
***************
*** 106,110 ****
if (!found)
die (STATE_UNKNOWN,
! _("%s problem - No data recieved from host\nCMD: %s\n"),\
argv[0], command_line);
--- 106,110 ----
if (!found)
die (STATE_UNKNOWN,
! _("%s problem - No data received from host\nCMD: %s\n"),\
argv[0], command_line);
Index: netutils.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/netutils.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** netutils.c 5 Dec 2003 16:42:38 -0000 1.15
--- netutils.c 20 Feb 2004 05:22:05 -0000 1.16
***************
*** 122,126 ****
if (!recv_length) {
strcpy (recv_buffer, "");
! printf ("No data was recieved from host!\n");
result = STATE_WARNING;
}
--- 122,126 ----
if (!recv_length) {
strcpy (recv_buffer, "");
! printf ("No data was received from host!\n");
result = STATE_WARNING;
}
***************
*** 198,202 ****
if (!FD_ISSET (sd, &readfds)) {
strcpy (recv_buffer, "");
! printf ("No data was recieved from host!\n");
result = STATE_WARNING;
}
--- 198,202 ----
if (!FD_ISSET (sd, &readfds)) {
strcpy (recv_buffer, "");
! printf ("No data was received from host!\n");
result = STATE_WARNING;
}
Index: urlize.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/urlize.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** urlize.c 22 Aug 2003 06:22:38 -0000 1.9
--- urlize.c 20 Feb 2004 05:22:05 -0000 1.10
***************
*** 103,107 ****
if (!found)
die (STATE_UNKNOWN,
! _("%s problem - No data recieved from host\nCMD: %s</A>\n"),
argv[0], cmd);
--- 103,107 ----
if (!found)
die (STATE_UNKNOWN,
! _("%s problem - No data received from host\nCMD: %s</A>\n"),
argv[0], cmd);
More information about the Commits
mailing list