more modularization
[svn/Prometheus-QoS/.git] / conf / prometheus.conf
index 27002015dcce0b9ad1b9627c3708b3dbd831f786..3471a83a945e5c2530194c48f061aa3ad2dc95ec 100644 (file)
@@ -82,11 +82,9 @@ htb-r2q              1
 filter-type            classify #or mark
 #==========================================================================
 #magic-include-upload - is data counter sum of upload and download ?
-#magic-priorities - prioty levels are used by magic-relative-prio
 #magic-treshold - heaviest downloader: htb-rate, 2nd: htb-rate+magic-treshold
 #==========================================================================
 magic-include-upload   1       #1=yes|0=no
-magic-priorities       8       #number of priority levels - 2
 magic-treshold         2       #kbps
 #--------------------------------------------------------------------------
 #Magic data limit based od guaranted bandwidth in kbps fine tunes HTB ceil:
@@ -113,10 +111,10 @@ adsl-prometheus-magic-fixed-prio          0
 #--------------------------------------------------------------------------
 #These settings are keyword-derived ! (see "keyword" section)
 #--------------------------------------------------------------------------
-via-prometheus-htb-default-prio                1       #can be 1...magic-priorities-2
+via-prometheus-htb-default-prio                1       #can be 1...7
 via-prometheus-htb-rate-bonus          0       #kbps
 via-prometheus-htb-ceil-malus          0       #kbps
-adsl-prometheus-htb-default-prio       1       
+adsl-prometheus-htb-default-prio       1
 adsl-prometheus-htb-rate-bonus         16
 adsl-prometheus-htb-ceil-malus         0
 #==========================================================================
@@ -131,14 +129,21 @@ adsl-prometheus-htb-ceil-malus            0
 #==========================================================================
 #Credit file settings - stores unused credit from previous runs
 #--------------------------------------------------------------------------
-credit-filename                /var/run/prometheus.credit
+credit-filename                /var/lib/misc/prometheus.credit
 credit-enable          1       #1=yes|0=no
 #==========================================================================
 #Log file names and directories
 #--------------------------------------------------------------------------
-log-filename           /var/log/prometheus
-log-traffic-directory  /var/www/logs/
-log-traffic-url-path    logs/
+log-filename                   /var/log/prometheuslog
+log-traffic-directory          /var/www/logs/
+log-traffic-html-directory     /var/www/logs/html/
+#==========================================================================
+#URLs of external resources
+#--------------------------------------------------------------------------
+log-traffic-url-path           /logs/
+jquery-url             http://code.jquery.com/jquery-latest.js
+lms-url                        /lms/?m=customerinfo&id=
+use-jquery-popups      1
 #==========================================================================
 #Hall of Fame - Greatest Suckers settings
 #--------------------------------------------------------------------------
This page took 0.116296 seconds and 4 git commands to generate.