[Mon-commit] mon/mon.d fping.monitor,1.1.1.1.2.2,1.1.1.1.2.3
Brought to you by:
trockij
From: Jim T. <tr...@us...> - 2005-01-09 03:28:04
|
Update of /cvsroot/mon/mon/mon.d In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23384/mon.d Modified Files: Tag: mon-1-0-0pre1 fping.monitor Log Message: misc. updates Index: fping.monitor =================================================================== RCS file: /cvsroot/mon/mon/mon.d/fping.monitor,v retrieving revision 1.1.1.1.2.2 retrieving revision 1.1.1.1.2.3 diff -C2 -d -r1.1.1.1.2.2 -r1.1.1.1.2.3 *** fping.monitor 30 Nov 2004 16:20:25 -0000 1.1.1.1.2.2 --- fping.monitor 9 Jan 2005 03:27:56 -0000 1.1.1.1.2.3 *************** *** 162,166 **** print "start time: " . localtime ($START_TIME) . "\n"; print "end time : " . localtime ($END_TIME) . "\n"; ! print "duration : " . ($END_TIME - $START_TIME) . " seconds\n\n"; if (@unreachable != 0) --- 162,167 ---- print "start time: " . localtime ($START_TIME) . "\n"; print "end time : " . localtime ($END_TIME) . "\n"; ! print "duration : " . ($END_TIME - $START_TIME) . " seconds\n"; ! print "fping args: $CMD\n\n"; if (@unreachable != 0) |