From bac2aba5b19150d934d1d473d2457e380c635715 Mon Sep 17 00:00:00 2001 From: Teemu Toivola Date: Thu, 8 Jan 2015 18:48:05 +0200 Subject: [PATCH] update config file man page --- man/vnstat.conf.5 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/man/vnstat.conf.5 b/man/vnstat.conf.5 index d3ddf82..b1c6636 100644 --- a/man/vnstat.conf.5 +++ b/man/vnstat.conf.5 @@ -29,6 +29,18 @@ the daemon related keywords and the last section for the image output. .SH COMMON KEYWORDS +.TP +.B BandwidthDetection +Try to automatically detect +.B MaxBandwidth +value for each monitored interface. Mostly only ethernet interfaces support +this feature. +.B MaxBandwidth +or interface specfic +.B MaxBW +will be used as fallback value if detection fails. +1 = enabled, 0 = disabled. (vnstat and vnstatd only) + .TP .B BootVariation Time in seconds how much the boot time reported by system kernel can variate @@ -135,6 +147,14 @@ to write to the file at the same time. .SH DAEMON RELATED KEYWORDS +.TP +.B BandwidthDetectionInterval +How often in minutes interface specific detection of +.B MaxBandwidth +is done for detecting possible changes when +.B BandwidthDetection +is enabled. Can be disabled by setting to 0. Value range: 0..30 + .TP .B CreateDirs Enable or disable the creation of directories when a configured path doesn't -- 2.40.0