comparison contrib/app_acct_tools/app_acct.conf @ 533:4cdf146f11d5

Added a set of example PHP scripts to parse the app_acct.fdx data.
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 07 Sep 2010 16:57:48 +0900
parents
children
comparison
equal deleted inserted replaced
532:4cb8f63a0f67 533:4cdf146f11d5
1
2 # This is the configuration for use with the database created by 'database.sql' file.
3 # One should take care of configuring the ConnInfo properly.
4 ConnInfo = "";
5
6 # The table and special fields names:
7 Table = "incoming";
8 Timestamp_field = "recorded_on";
9 Server_name_field = "recorded_serv";
10
11 # The AVPs that are saved in the table:
12 "Origin-Host";
13 "Origin-Realm";
14 "Destination-Realm";
15 "Destination-Host";
16 "Session-Id";
17 "Origin-State-Id";
18 "Accounting-Record-Type";
19 "Accounting-Record-Number";
20 "User-Name";
21 "Event-Timestamp";
22 "Acct-Application-Id";
23 "Accounting-Sub-Session-Id";
24 "Acct-Session-Id";
25 "Acct-Multi-Session-Id";
26 "Origin-AAA-Protocol";
27 "Acct-Delay-Time";
28 "NAS-Identifier";
29 "NAS-IP-Address";
30 "NAS-IPv6-Address";
31 "NAS-Port";
32 "NAS-Port-Id";
33 "NAS-Port-Type";
34 "Service-Type";
35 "Termination-Cause";
36 "Accounting-Input-Octets";
37 "Accounting-Input-Packets";
38 "Accounting-Output-Octets";
39 "Accounting-Output-Packets";
40 "Acct-Authentic";
41 "Acct-Link-Count";
42 "Acct-Session-Time";
43 "Acct-Tunnel-Connection";
44 "Acct-Tunnel-Packets-Lost";
45 "Callback-Id";
46 "Callback-Number";
47 "Called-Station-Id";
48 "Calling-Station-Id";
49 "Connect-Info";
50 "Originating-Line-Info";
51 "Authorization-Lifetime";
52 "Session-Timeout";
53 "Idle-Timeout";
54 "Port-Limit";
55 "Accounting-Realtime-Required";
56 "Acct-Interim-Interval";
57 "Filter-Id";
58 "NAS-Filter-Rule";
59 "QoS-Filter-Rule";
60 "Login-IP-Host";
61 "Login-IPv6-Host";
62 "Login-LAT-Group";
63 "Login-LAT-Node";
64 "Login-LAT-Port";
65 "Login-LAT-Service";
66 "Login-Service";
67 "Login-TCP-Port";
68 "Route-Record" = { multi=5; };
"Welcome to our mercurial repository"