Code

oops it is 1.3.0 not 1.4.0 yet
[rrdtool-all.git] / website / frontends / fwgold.wml
1 #include "$(ROOT)/.wml/template.inc" section=frontends subsection=fwgold
3 <h1>FwGold</h1>
4 <p>by Gianluca Rotoni</p>
6 <p>
7 A tool to graphically display Checkpoint Firewall-1&reg; logging statistical data
8 </p>
10 <p>
11 Snapshots of graphics produced using FwGold can be seen here:
12 <a href="http://rotoni.com/FwGold/example.htm">http://rotoni.com/FwGold/example.htm</a>.
13 </p>
15 <p>
16 FwGold's features include:
17 </p>
19 <ul>
21 <LI>
22 Firewall access statistics logging and graphics
23 </LI>
25 <LI>
26 Keep graphics of last day, week, month and year statistical data
27 </LI>
29 <LI>
30 <A HREF="http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool">RRDtool</A> based  (stores data into non growing round robin databases)
31 </LI>
33 <LI>
34 Completely Perl written (uses RRDs perl module)
35 </LI>
37 <LI>
38 Client/Server structure (the server runs on the fw-1 managment module, the client can be anywhere perhaps where a Web server runs, the communication TCP port is configurable)
39 </LI>
41 <LI>
42 Both client and server sides don't need to run as 'root'
43 </LI>
45 <LI>
46 Fully configurable (users can freely define criterias to match when filtering the FW log and which db and graphics to generate, which graphic's format, colors and labels, which file names etc.)
47 </LI>
49 <LI>
50 Automatic generation of DBs, graphics and html files
51 </LI>
53 <LI>
54 Automatic prevention of spikes in case of counter resets due to server restarts
55 </LI>
57 <LI>
58 Automatic detection of missed data
59 </LI>
61 <LI>
62 Automatic detection of configuration errors
63 </LI>
65 <LI>
66 Default configuration file to generate common firewall statistics (total connections, connections per protocol, total accepted connections per protocol, etc.)
67 </LI>
69 <LI>
70 Detailed installation and configuration instructions
71 </LI>
73 </UL>
75 <p>
76 FwGold is available at
77 <a href="http://rotoni.com/FwGold">http://rotoni.com/FwGold</a>.
78 </p>