]> git.decadent.org.uk Git - ap-utils.git/blob - debian/patches/102_man-page-for-ap-rrd.diff
Make ap-mrtg manual page cover ap-rrd as well
[ap-utils.git] / debian / patches / 102_man-page-for-ap-rrd.diff
1 --- ap-utils.orig/Documentation/ap-mrtg.8
2 +++ ap-utils/Documentation/ap-mrtg.8
3 @@ -17,9 +17,10 @@
4  .\"  59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5  .TH ap-mrtg 8 "Wireless Access Point Utilities for Unix"
6  .SH NAME
7 -ap-mrtg \- AP to MRTG data translator
8 +ap-mrtg, ap-rrd \- AP statistics translators
9  
10  .SH SYNOPSIS
11 +.HP
12  .B ap-mrtg
13  .B -i
14  .IR ip
15 @@ -33,12 +34,32 @@
16  .B [-v]
17  .B [-r]
18  .B [-h]
19 +.HP
20 +.B ap-rrd
21 +.B -i
22 +.IR ip
23 +.B -c
24 +.IR community
25 +.B -t
26 +.IR type
27 +.BI -d db_file
28 +.B [-b
29 +.IR bssid
30 +.B ]
31 +.B [-r]
32 +.B [-h]
33  
34  .SH DESCRIPTION
35 +.P
36  .B ap-mrtg
37  get stats from AP and return it in MRTG parsable format.
38  .br
39  The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic load on network-links. MRTG generates HTML pages containing graphical images which provide a LIVE visual representation of this traffic. You may get it from: http://people.ee.ethz.ch/~oetiker/webtools/mrtg/.
40 +.P
41 +.B ap-rrd
42 +gets stats from an AP and writes them to an RRDtool database.
43 +.br
44 +RRDtool is a data logging and graphing system for time series data.
45  
46  .SH OPTIONS
47  .TP
48 @@ -54,6 +75,9 @@
49  .B -b bssid 
50  Mac address of the AP to which get link quality.
51  .TP
52 +.B -d db_file
53 +Name of the rrdtool database to write to.
54 +.TP
55  .B -v
56  report MRTG about problems connecting to AP - if you want to get report about when AP spot work enable it
57  .TP