~ubuntu-branches/ubuntu/jaunty/flow-tools/jaunty

« back to all changes in this revision

Viewing changes to debian/flow-capture.conf

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2004-03-13 09:23:13 UTC
  • Revision ID: james.westby@ubuntu.com-20040313092313-2dh1mpszg84h46de
Tags: 0.67-4
* Flow collector daemon is not restarted on package upgrade (closes: #234266).
  Changed debian/postinst.
* Please drop debconf note (closes: #234858).
  Created README.Debian using parts from the debconf note and the original README and INSTALL files.
  Removed debconf note.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Configuration for flow-capture
 
2
#
 
3
# Robin Elfrink <robin@a1.nl>
 
4
#
 
5
# Every line is basically just the options to flow-capture, see
 
6
# flow-capture(1) for explanation.
 
7
 
 
8
 
 
9
# Example 1:
 
10
# Capture flows from router at 10.1.1.10, listening at port 3000.
 
11
# Store flows in /var/flow/myrouter.
 
12
-w /var/flow/myrouter 0/10.1.1.10/3000
 
13
 
 
14
 
 
15
# Example 2:
 
16
# Capture flows from router at 10.3.2.6, listening at port 3002.
 
17
# Store flows in /var/flow/mysecondrouter. Rotate files every
 
18
# 5 minutes.
 
19
-w /var/flow/mysecondrouter -n 275 0/10.3.2.6/3002
 
20
 
 
21
# Example 3:
 
22
# Same as above, but only listen at address 10.3.2.5, and store
 
23
# files under 'YYYY/YYYY-MM/YYYY-MM-DD' directories.
 
24
-w /var/flow/mysecondrouter -n 275 -N 3 10.3.2.5/10.3.2.6/3002
 
25