#
#	start up snmp report generation scripts each evening, before midnight
#
55 23 * * * root /usr/sony/bin/snmp-report/crontab/snmpstats
#
#       the following invocation of awk on the output of ps aux will issue
#	commands to restart either snmppoll or snmptrapd, should they not
#	be running, and send mail to those interested parties.
#
6,21,36,51 * * * * root ps -axw | awk -f /usr/sony/bin/snmp-report/crontab/snmp.awk | /bin/csh

