Index: trunk/DataCheck/Cron/crontab.fact-viewer
===================================================================
--- trunk/DataCheck/Cron/crontab.fact-viewer	(revision 15323)
+++ trunk/DataCheck/Cron/crontab.fact-viewer	(revision 15326)
@@ -19,2 +19,4 @@
 # fill thresholds to DB
 30 14,17 * * * if ! ps aux | grep FillAuxThresholds | grep -v grep >/dev/null 2>&1  ; then time ~/DataCheck/Processing/FillAuxThresholds.sh ; fi
+# fill ontime to DB
+30 14,17 * * * if ! ps aux | grep FillEffectiveOn | grep -v grep >/dev/null 2>&1  ; then time ~/DataCheck/Processing/FillEffectiveOn.sh ; fi
