File: natlog.conf

package info (click to toggle)
natlog 3.01.00-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,912 kB
  • sloc: cpp: 3,691; fortran: 201; sh: 133; ansic: 123; makefile: 110
file content (91 lines) | stat: -rw-r--r-- 2,305 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# This configuration file shows the default option values. 
#   Options that are *not* active by default have an extra comment-line
#   showing 'not by default:'

# all options and values are case sensitive
# see `man natlog' for further details

    # the path and options of the conntrack program:
    # when no filtering options are specified, the tcp
    # protocol is monitored
    # the default command is shown. 
    # Note: do not surround the conntrack command specification with quotes
#conntrack-command:  /usr/sbin/conntrack -E -n -o timestamp -e NEW,DESTROY

    # the device used by conntrack
#conntrack-device:  /proc/net/nf_conntrack

    # correction for the IP header size 
    # (standard IP header size is 20 bytes)
#conntrack-ip-header-size:  0

    # max. number of conntrack restarts
#conntrack-restart: 10

    # write additional info to the log file
# not by default:
#debug

    # log messages are written to 'pathname'; use 'log: off' to suppress log
    # messages
# not by default:
#log: pathname

    # data file containing tabular logs
# not by default:
#log-data:  pathname

    # tmespec: time[mhd]nFiles - specification for rotating log-files
# not by default:
#log-rotate: timespec

    # do not log the sent/received byte counts (default: counts are logged)
# not by default:
#no-bytes

    # do not run as a daemon
# not by default:
#no-daemon

    # do not log the destination entries
# not by default:
#no-dst

    # do not log the via: entries
# not by default:
#no-via

    # the path to the pid-file of natlog's daemon process
#pid-file: /run/natlog.pid

    # the protocols that are scanned with the 'conntrack' command:
    #   protocol: all       - monitors tcp, udp, icmp
    #   protocol: udp:tcp   - monitors upd and tcp (any non-empty subset, 
    #                         possibly including icmp is OK)
#protocol: tcp

    # write messages to stdout (ignored by daemons)
# not by default:
#stdout

    # the default syslog facility:
#syslog-facility: DAEMON

    # the default syslog priority:
#syslog-priority: NOTICE

    # the default syslog tag:
#syslog-tag: NATLOG

    # the default time specification (alternatives: utc, local):
#time: raw

    # ttl: time to live (seconds) for udp/icmp connections
#ttl: 60

# end of the configuration file