User's Manual
D-22 Customizing the DecisioNet System
Changing the Log Monitor Time Interval
The default time is 30 minutes in the S60lm.bat file in the Windows
NT \epl\bin\scripts directory. Edit the batch file and set the time
frame to the desired length by changing the -m option.
@echo off
echo Starting Log Monitor
if "%1" == "startservice" goto startservice
start /min ..\eslogmon -m30 –h10
goto finish
:startservice
..\startsrv svlogmon
:finish
The default time is 30 minutes in the S60lm script in the UNIX
/epl/bin/scripts directory. Edit the batch file and set the time frame to
the desired length by changing the -c option.
echo Starting Log Monitor
eslogmon -m30 –h10 > $ESCONFIGDIR/eslogmon.out 2>&1 &
The syntax and options for eslogmon are as follows:
Syntax eslogmon [-?vna] [-h <integer>] [-m <minutes>] [-s <seconds>]
[-f <pagewidth>]
where:
-?
Displays release information and available options
-v
Verbose mode: displays messages to standard output
-n
No-alert mode: user-defined actions only
-a
Disable audible alarm
-h<x>
Maintains history of Log Monitor reports <1 - 100>
-m<x>
Sets continuous mode interval time in minutes
<0 – 360>
-s<x>
Sets continuous mode interval time in seconds
<0 – 360>
-f
Specifies page width for Log Monitor report