head     1.3;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.3
date     90.01.16.13.42.36;  author wbn;  state Exp;
branches ;
next     1.2;

1.2
date     90.01.16.12.53.56;  author wbn;  state Exp;
branches ;
next     1.1;

1.1
date     89.10.24.10.53.48;  author wbn;  state Exp;
branches ;
next     ;


desc
@pingky startup script
@


1.3
log
@Create PROBLEM.FILE so Display has something to look at at startup.
@
text
@#!/bin/sh
#
#    This is where you can startup other collectors - scripts/programs that
# act as collectors.  See LINKCHECK/READ.ME.

#
#
#    Now,  We start up the main pingky task....
echo "">PROBLEM.FILE
echo "*******************************************************">>pingky.log
echo "************** Starting pingky Startup ****************">>pingky.log
echo "*******************************************************">>pingky.log
while sleep 6
do
   pingky 
   echo "BEV: Pingky had to be automatically restarted!" >>pingky.log
done
@


1.2
log
@*** empty log message ***
@
text
@d9 1
@


1.1
log
@Initial revision
@
text
@d2 7
@
