File: Example.Insight.nobody.crontab

package info (click to toggle)
dart 0.20020805-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,688 kB
  • ctags: 172
  • sloc: tcl: 4,979; perl: 213; makefile: 61; cpp: 42; sh: 2
file content (9 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
MAILTO=root@localhost
SHELL=/bin/tcsh

# Open the insight dashboard at 3am
5 3 * * * cd /insight/TestingTree/Insight-TestingResults;  make NightlyDashboardStart ; ./myconfig > /dev/null; make NightlyDashboardEnd

# Roll up each hour on the hour
0 0-2,4-23 * * * cd /insight/TestingTree/Insight-TestingResults; make NightlyDasboardEnd >>& Log.txt