Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bandwidthd.conf(5) [debian man page]

BANDWIDTHD.CONF(5)						File Formats Manual						BANDWIDTHD.CONF(5)

NAME
bandwidthd.conf - configuration file for bandwidthd DESCRIPTION
The file, /etc/bandwidthd/bandwidthd.conf, is read by bandwidthd when started. It contains a small set of tunable options for bandwidthd features that can be adjusted. OPTIONS
subnet <network> <netmask> Subnet to log traffic for. dev <device> Device to listen on. skip_intervals <n> Number on intervals (2.5 minute) to skip between graphing. Default 0. graph_cutoff <kilobytes-minimum> Number of kilobytes required before drawing a graph for a host. Default 1024. promiscuous <bool> Put device in promisc ("eavesdropping") mode. Default true. output_cdf <bool> Write logfiles for analyzed traffic. Default false. recover_cdf <bool> Recover from logfiles after restart. Default false. Warning: This can take very long time if the logfiles are big. Enabling this and having bandwidthd start on system start might be a bad idea. It will delay your possibilities to log in locally since it's not done in the background. filter <pcap-filter-rule> Pcap filter rule to use. Always include "ip" to avoid weird problems. Default "ip". graph <bool> Write graphs and html for analyzed traffic. Default true. meta_refresh <seconds> Number of seconds before html-page reloads. 0 to disable. Default 150. FILES
/etc/bandwidthd/bandwidthd.conf - configuration file. /etc/init.d/bandwidthd - startscript. SEE ALSO
bandwidthd(8) Furter information available at the website: http://bandwidthd.sourceforge.net AUTHOR
This manual page was written by Andreas Henriksson <andreas@fatal.se>, for the Debian GNU/Linux system. 5 Jul 2004 BANDWIDTHD.CONF(5)

Check Out this Related Man Page

vboxgetty.conf(5)					    Linux System Administration 					 vboxgetty.conf(5)

NAME
vboxgetty.conf - config file for vboxgetty Description The file /etc/isdn/vboxgetty.conf is used to configure vboxgetty. Please read the man page vboxgetty(8) for a description of how vboxgetty works. Everything after "#" is ignored, as are empty lines. All arguments must be separated by whitespace (spaces, tabs). Arguments may not con- tain whitespace. All settings before the first port command are global settings, after a port command they only affect the current port. port <string> ISDN device to configure. modeminit <string> Command to initialize the modem. You should set the MSN/EAZ on which vboxgetty should listen for incoming calls. Default is "ATZ". user <string> Name of the user that vboxgetty will use. This user must exist in /etc/passwd and you must use this parameter. group <string> Name of the group that vboxgetty will use. This group must exist in /etc/group and you must use this parameter. umask <number> Vboxgetty will use this umask when creating new files. You must give the umask as an octal number. Default is 077. dropdtrtime <seconds> Number of milliseconds to hold the DTR-Line low to reset the modem. Default value is 800. initpause <number> Number of milliseconds to wait after initializing the modem. This is used to compensate the delay of the "NO CARRIER" response. Default value is 1500. badinitsexit <number> Maximum failures with modeminit. If this number is reached, vboxgetty exits. Default is 0. ringtimeout <number> Time in seconds to wait for a RING. If no RING is received within this time, no call is taken. Default is 5. echotimeout <number> Time in seconds to wait for the echo from the modem. Default is 4. commandtimeout <number> Time in seconds to wait for a response to a modem command. Default is 4. alivetimeout <number> After this time in seconds vboxgetty will check if the modem is still responding to modem commands. Default is 1800. compression <string> Audio compression to use to record new messages. Possible values are ADPCM-2, ADPCM-3, ADPCM-4 and ULAW. The ALAW compression mode is no longer supported. Default is ULAW. spooldir <string> Spool directory to use. This directory must exist. It's used for control files of several programs. Default is /var/spool/vbox/<user>. vboxconfig <string> Full path of the vbox config file. Default value is <spooldir>/vbox.conf. freespace <number> Number of bytes that must be available on the partition with the spool directory, so that a call may be taken. Default is 0. debuglevel <string> What messages are be written to /var/log/vbox/vboxgetty-<device>.log. The string consists of letters representing the severities of the messages to log (F=FATAL, E=ERROR, W=WARNING, I=INFO, D=DEBUG, J=JUNK). Default is FEWI. FILES
/etc/isdn/vboxgetty.conf this configuration file SEE ALSO
vboxgetty(8), vbox(5), vboxtcl(5) AUTHOR
This manual page was written by Andreas Jellinghaus <aj@dungeon.inka.de>, for Debian GNU/Linux and isdn4linux. ISDN 4 Linux 3.25 2003/03/11 vboxgetty.conf(5)
Man Page