A P P E N D I X B
194
194
194
194
-cd=IdN
deletes the task with the defined ID
.
15.10. Monitor: configuration file
(
monitor.conf)
Parameters in the Monitor configuration file.
Let's review an example of
monitor.conf
:
#Report file section#
LogFile /tmp/KasperskyMonitor.log
Append No
#Options section#
CacheSize 2500
OpenExcludeMask
/etc:/var/log:/usr/include:/lib:/usr/lib
WriteExcludeMask /etc:/var/log
ExecExcludeMask /usr/bin:/bin:/sbin
Warnings Yes
ShowOK No
ShowCached No
WriteInfectedAction none
MaxConcurrentChecks 10
You may edit any section of
monitor.conf
.
Report file section
defines the reporting settings:
LogFile
– the path to the log file.
Append
–
Yes
in this line enables the program to append new reports
to the contents of the log file (valid for all the program reports).
Type
No
to overwrite the report with the new one.