Notify User Manual
Notify User Manual
- All lines are logged in the logfile.
- A line whose error number is contained in table table1_name will be given as input data tothe commands designated by cmd1.
- A line whose error number is contained in table table2_name will be given as input data tothe commands designated by both cmd1 and cmd2.
The parameters for notify are as follows:
tcid a sequence of four alpha-numeric characters that uniquely
identify this instance of notify. This sequence should
probably correspond to the TCID of the interface being served (use
QUOT for EBS and mrg# for instances of the merge program (with
the # replaced by a different number for each merge
instance)).
table1_name the name of the file containing lines of
error numbers that will be fed to
cmd1.
table2_name the name of the file containing lines of
error numbers that will be fed to both
cmd1 and cmd2.
preproc_cmd a stdin-stdout filter to run over the lines of
input text, before they are passed to cmd2 and/or cmd1
(e.g. uniq -6).
cmd1 the command that will process less urgent
critical messages (perhaps an email
command).
cmd2 the command that will process urgent
critical messages (perhaps a pager
command such as
blat).
PRS_TABLE1 Used if the table1_name parameter is missing.
PRS_TABLE2 Used if the table2_name parameter is missing.
PRS_PREPROC Used if the preproc_cmd parameter is missing.
PRS_ECMD Used if the cmd1 parameter is missing.
PRS_PCMD Used if the cmd2 parameter is missing.