# File that defines when not to scan
#
# Format is time_off-time_oon|day_off|date_off
# where an asterisk indicates all occurence within category
#
# Example:
#
#   Do not scan on Saturday or Sunday
#
#           *|Sat|*
#           *|Sun|*
#
#   Do not scan from 1700 through 0800
#
#           0000-0800|*|*
#           1700-0000|*|*
#
#   Do not scan on Holidays
#
#           *|*|4 Jul
#           *|*|25 Dec
#
1700-2359|*|*
0000-0800|*|*
*|Sat|*
*|Sun|*
*|*|25 Dec
