#
# crontab for SCCL
#
# write status to ULS
21 6,8,17 * * * root [ -f /etc/sccl/sccl.conf ] && [ -f /etc/uls/uls.conf ] && . /etc/sccl/sccl.conf && [ -x $SCCLBASEDIR/bin/sccl_2_uls ] && $SCCLBASEDIR/bin/sccl_2_uls status &>/tmp/sccl_2_uls.log
#
# write config to ULS
42 1 * * * root [ -f /etc/sccl/sccl.conf ] && [ -f /etc/uls/uls.conf ] && . /etc/sccl/sccl.conf && [ -x $SCCLBASEDIR/bin/sccl_2_uls ] && $SCCLBASEDIR/bin/sccl_2_uls config &>/tmp/sccl_2_uls.log
#
# SCCL-Inventory to ULS
22 3 * * * root [ -f /etc/sccl/sccl.conf ] && [ -f /etc/uls/uls.conf ]  && . /etc/sccl/sccl.conf && [ -x $SCCLBASEDIR/bin/sccl_send_inventory ] && $SCCLBASEDIR/bin/sccl_send_inventory &>/tmp/sccl_send_inventory.log
