snmpTrap.sh 178 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.SNMPTrapReceiver > ../logs/snmpTrapTest.log 2>&1 &