Changeset 68
- Timestamp:
- 23.04.2002 15:41:39 (7 years ago)
- Files:
-
- 1 modified
-
trunk/doc/ipfm.conf.man (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/ipfm.conf.man
r65 r68 36 36 .BR IPFM 37 37 uses local and global variables, so it can manage multiple logs (different 38 time delay, different hosts, different log filename ...) in the same time. 38 time delay, different hosts, different log filename ...) at the same time. 39 40 Global variables will be used for all logs and local variables will only be used in the log beeing defined. 39 41 40 42 .SH GLOBAL VARIABLES … … 45 47 .TP 46 48 <device-name> 47 is the device on witch ipfm will log packets. 49 is the device on witch ipfm will log packets. IPFM monitors only one device. 50 51 .SS 52 .I Time Coordinates 53 .B Syntax : 54 [UTC|local] 55 56 This decides if IPFM will use UTC or local time in its outputs (log filename andthe timesamp inside the file). Default is local. 57 58 Note that IPFM works internally with UTC, and that the dates entered in the config file are UTC (see AFTER Syntax). 48 59 49 60 .SS
