config/OsecFS.cfg
changeset 11 dc877520743b
parent 7 e75bc05c279d
child 12 e1961a1cbb61
     1.1 --- a/config/OsecFS.cfg	Fri Dec 06 13:15:45 2013 +0100
     1.2 +++ b/config/OsecFS.cfg	Tue Feb 18 15:37:10 2014 +0100
     1.3 @@ -2,17 +2,32 @@
     1.4  # make sure this file is writeable
     1.5  Logfile: /var/log/fuse_test.log
     1.6  
     1.7 +# DEBUG, INFO, WARNING, ERROR, CRITICAL
     1.8 +LogLevel: debug
     1.9 +
    1.10  # where the files really are on the filesystem 
    1.11  Rootpath: /tmp/root_fuse
    1.12  
    1.13 -# the maximum file size in MB that is scanned
    1.14 -MaxFileSize: 50
    1.15  
    1.16 -# the URL of the local scan server
    1.17 -LocalScanserverURL: http://localhost/virusscan
    1.18 +# path to scanner class
    1.19 +ScannerPath: /path/to/ikarusscanner/src/
    1.20  
    1.21 -# the URL of the remote scan server
    1.22 -RemoteScanserverURL: http://192.168.63.129/virusscan
    1.23 +# scanner module name
    1.24 +ScannerModuleName: IkarusScanner
    1.25 +ScannerClassName: IkarusScanner
    1.26  
    1.27 -# wait time in seconds until a new connection attempt to remote server is made
    1.28 -RetryTimeout: 600
    1.29 +# config file for scanner (path will be in the constructor)
    1.30 +ScannerConfig: /path/to/IkarusScanner.cfg
    1.31 +
    1.32 +
    1.33 +
    1.34 +
    1.35 +# path to scanner class
    1.36 +#ScannerPath: /path/to/clamavscanner/src
    1.37 +
    1.38 +# scanner module name
    1.39 +#ScannerModuleName: ClamAVScanner
    1.40 +#ScannerClassName: ClamAVScanner
    1.41 +
    1.42 +# config file for scanner (path will be in the constructor)
    1.43 +#ScannerConfig: /path/to/ClamAVScanner.cfg
    1.44 \ No newline at end of file