; SNITCH.ON - List of users and files to be checked by SNITCH.LIT

; Lines can contain comment lines and/or be blank.
; Although comment lines are nice, they must be processed, so the more
; comment lines there are, the more processing needed.
;
; USER list names are NOT Case sensitive to match the MUSER name of the
; JOB that is running SNITCH.
;
; The following users (Always preceded by the "*" character), will
; check the files that follow this list.
;
*James A. Jarboe IV    ; The * in column 1 indicates a user name to match.
*NEW USER
*Any AMUS Member
;
; The above users will check the following files and report if the
; files exceed the block size indicated after the file specification.
;
OPR:SYSLOG.LST  10          ; Report when SYSLOG is > 10 blocks.
LIB:TALKTO.LOG  50
LIB:AUTLOG.PHN  50
OPR:EVN.DET     75          ; Report when EVN.DET is > 75 blocks.
;
;
; Only the following users will check the following files.
;
*James A. Jarboe IV       ; Only the following two users are
*SYSTEM OPERATOR          ;  to check the following files.
DSK1:[1,2]DSK0.ANA   10
OPR:DSK1.ANA       5
OPR:BACKUP.LST       40
;
; End of SNITCH.ON file.