[Nagiosplug-checkins] CVS: nagiosplug/plugins check_tcp.c,1.1.1.1,1.2
Karl DeBisschop
kdebisschop at users.sourceforge.net
Fri Sep 13 19:28:03 CEST 2002
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory usw-pr-cvs1:/tmp/cvs-serv20163/plugins
Modified Files:
check_tcp.c
Log Message:
time data in performance string
Index: check_tcp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_tcp.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** check_tcp.c 28 Feb 2002 06:42:59 -0000 1.1.1.1
--- check_tcp.c 14 Sep 2002 02:27:45 -0000 1.2
***************
*** 301,307 ****
if (status)
! printf (" [%s]\n", status);
! else
! printf ("\n");
return result;
--- 301,307 ----
if (status)
! printf (" [%s]", status);
!
! printf ("|time=%d\n", (int) (end_time - start_time));
return result;
More information about the Commits
mailing list