Scan mode example commands

dtjlogmon -l -s "Starting applications for node AppNode1 at host LocalHost"

Scans the log.n.log files for the text "Starting applications for node AppNode1 at host LocalHost" and runs the command "dtbeProblem -s $DTJ_HOME/dtj_logs"

dtjlogmon -a -s LocalHost -c "ls ; ls -l ; pwd"

Scans the Node output files as specified in VRBE configuration file default.cff for the text "LocalHost" and runs the commands ls, ls -l, and pwd sequentially in the same thread.

dtjlogmon -l -s "foo|bar"

Scans the log.n.log files for the text “foo” and “bar” and runs the command "dtbeProblem -s $DTJ_HOME/dtj_logs" if a line being written to the log includes the text “foo” or “bar” or “foo” and “bar”.