[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[LDM #DXY-241546]: ldm setup/handshake question...



Gerry,

First one is the 5-minute cron script, second from mon

mike

Ticket Details
===================
Ticket ID: DXY-241546
Department: Support LDM
Priority: Normal
Status: Closed

Attachment: isup
Description: application/shellscript

#/bin/bash
PATH=$PATH:/usr/lib/mon/mon.d
ITERATIONS=5
WORKING=1

while [ $ITERATIONS != 0 ]
do
        /usr/lib/mon/mon.d/ldmping -i0 $* && WORKING=0
        ITERATIONS=`echo "$ITERATIONS - 1" | bc`
done

exit $WORKING