Subversion Repositories ALCASAR

Rev

Rev 1223 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1223 Rev 1372
Line 28... Line 28...
28
# Where to install the NfSen Perl modules
28
# Where to install the NfSen Perl modules
29
$LIBEXECDIR="${BASEDIR}/libexec";
29
$LIBEXECDIR="${BASEDIR}/libexec";
30
 
30
 
31
#
31
#
32
# Where to install the config files
32
# Where to install the config files
33
$CONFDIR="${BASEDIR}/etc";
33
$CONFDIR="/etc";
34
 
34
 
35
#
35
#
36
# NfSen html pages directory:
36
# NfSen html pages directory:
37
# All php scripts will be installed here.
37
# All php scripts will be installed here.
38
# URL: Entry point for nfsen: http://<webserver>/nfsen/nfsen.php
38
# URL: Entry point for nfsen: http://<webserver>/nfsen/nfsen.php
Line 158... Line 158...
158
# Syntax: 
158
# Syntax: 
159
#         'ident' => { 'port' => '<portnum>', 'col' => '<colour>', 'type' => '<type>' }
159
#         'ident' => { 'port' => '<portnum>', 'col' => '<colour>', 'type' => '<type>' }
160
# Ident strings must be 1 to 19 characters long only, containing characters [a-zA-Z0-9_].
160
# Ident strings must be 1 to 19 characters long only, containing characters [a-zA-Z0-9_].
161
 
161
 
162
%sources = (
162
%sources = (
163
    'ipt_netflow'    => { 'port' => '2055', 'col' => '#0000ff', 'type' => 'netflow' },
163
    'alcasar_netflow'    => { 'port' => '2055', 'col' => '#0000ff', 'type' => 'netflow' },
164
);
164
);
165
 
165
 
166
#
166
#
167
# Low water mark: When expiring files, delete files until
167
# Low water mark: When expiring files, delete files until
168
# size = $low_water % of max_size
168
# size = $low_water % of max_size