snmpTrapSendTest.sh 187 Bytes Raw Blame History Permalink 1 2 3 4 5 6 PRG="$0" PRGDIR=`dirname "$PRG"` AGENTHOME=`cd "$PRGDIR/.." ; pwd` . $AGENTHOME/bin/setenv.sh nohup java com.sitech.ismp.snmp.SNMPUtilSendTrap > ../logs/snmpUtilSendTrapTest.log 2>&1 &