File: trafstats.conf.example

package info (click to toggle)
trafstats 0.4.20-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 296 kB
  • ctags: 110
  • sloc: cpp: 1,036; sh: 475; perl: 173; makefile: 98
file content (23 lines) | stat: -rw-r--r-- 428 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# What interface to run trafstats on
IFACE=eth1

# Database storage interval in seconds
SDELAY=3600

# Timestamp interval in seconds
TDELAY=600

# Name of the database to connect to
DBNAME=trafstats

# Userid to connect as
DBUSER=accountant

# Run in reduced functionality mode
CASTRATE=1

# Verbosity level in syslogs:
# 0 - No logging.
# Any other number: Log anything with a priority higher than or equal to it.
VERBOSITY=6