1 ################################################################################
2 # Stargazer Configuration file #
3 ################################################################################
8 # Default: /var/log/stargazer.log
9 LogFile = /var/log/stargazer.log
14 # Default: /var/run/stargazer.pid
15 PIDFile = /var/run/stargazer.pid
17 # Traffic classification rules
20 # Default: /etc/stargazer/rules
21 Rules = /etc/stargazer/rules
23 # The time interval between writing detailed user's statistics into the database
24 # Note: With a large number of users this value should be increased,
25 # since writting into the database can take a long time.
27 # Values: 1 (hourly), 1/2 (every half hour), 1/4 (every 15 m), 1/6 (every 10 m)
29 DetailStatWritePeriod = 1/2
31 # The time interval between writing summary user's statistics into the database
33 # Value: 1 ... 1440 (minutes)
38 # Note: 0 - The last day of the month
44 # When set to 'no' Stargazer will continue reading database after error and show all of them.
50 # Fee charged at the last (yes) or first (no) day of tariffication period.
51 # Defines how the fee will be charged in the transition to the new tariff.
52 # User has tariff A with fee 100. Changing it to tariff B with fee 200
53 # will result in charging user's account at 100 if DayFeeIsLastDay = yes
54 # and at 200, if DayFeeIsLastDay = no
60 # Day of changing delayed tariffs and resetting summary user's statistics.
61 # Defines the edge of the tariffication period.
63 # Value: 0 ... 31. 0 - The last day of the month
67 # Defines whether to charge fee daily (yes) or monthly (no)
73 # Defines whether the user can access the internet if it has no cash,
74 # but remained prepaid traffic
80 # Defines what will be written in the traffic cost in detail_stat.
81 # If user still has the prepaid traffic and WriteFreeMbTraffCost = no,
82 # then the traffic cost willn't be written in detail_stat.
83 # If user doestn't have prepaid traffic and WriteFreeMbTraffCost = no,
84 # then the traffic cost will be written in detail_stat.
85 # When WriteFreeMbTraffCost = yes the traffic cost will be recorded in any case.
89 WriteFreeMbTraffCost = yes
91 # Charge a full monthly fee even if user was "frozen" a part
92 # of the tariffication period
98 # Allow user to see and use a full cash (yes) or hide a part of it (no)
99 # for the next fee charge
100 # Parameter: optional
105 # The names of directions. Direction without names will not appear in
106 # authorizer and configurator.
107 # Note: Names consisting of several words should be quoted
108 # Parameter: optional
123 # Amount of stg-exec processes.
124 # These processes are responsible for the execution of scripts OnConnect,
126 # Amount of processes means how many scripts can be executed simultaneously.
127 # Recommend to leave 1 to avoid errors when executing scripts
128 # Parameter: optional
133 # Message queue identifier for the script executer.
134 # It may be changed if there're a needs to run multiple copies of stargazer.
135 # Warning: If you do not understand it, do not touch this setting!
136 # Parameter: optional
137 # Value: 0 ... 2 ^ 32
141 # The path to directory with server modules
142 # Parameter: required
143 # Value: directory path
144 # Default: /usr/lib/stg
145 ModulesPath = /usr/lib/stg
147 # Directory where the "monitor" files are located.
148 # A blank files will be created in this directory. The modification time of such
149 # files will be changed about once a minute. If server crashes or some of server
150 # component hang, the files will stop refreshing, and on this basis we can define
151 # the failure of the server and if necessary restart.
152 # If option is omitted or blank, the monitoring is not performed.
153 # Parameter: optional
155 # Default: /var/stargazer/monitor
156 #MonitorDir=/var/stargazer/monitor
158 # Defines message maximum lifetime
159 # Note: 0 - unlimited
160 # Parameter: optional
163 # MessagesTimeout = 0
165 # Defines fee charging rules.
166 # 0 - classic rules, allow fee charge even cash is negative;
167 # 1 - disallow fee charge if cash value is negative;
168 # 2 - disallow fee charge if there is not enought cash (cash < fee).
169 # Parameter: optional
171 # Default: 0 (classic)
174 # Enable or disable reconnect on tariff change
175 # Parameter: optional
178 # ReconnectOnTariffChange = no
180 ################################################################################
182 # Configure the module that works with the database server
184 # Warning: Only one store module could be used at the same time!
186 <IncludeFile "conf-enabled.d/store_*.conf">
190 ################################################################################
195 <IncludeFile "conf-enabled.d/mod_*.conf">
199 ################################################################################