~ubuntu-branches/ubuntu/maverick/lire/maverick

« back to all changes in this revision

Viewing changes to firewall/reports/pkt-summary.xml

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2002-04-11 23:36:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020411233621-rj3dbr7z5wulfd7z
Tags: upstream-20020214
ImportĀ upstreamĀ versionĀ 20020214

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
<!DOCTYPE lire:report-spec PUBLIC
 
3
  "-//LogReport.ORG//DTD Lire Report Specification Markup Language V1.0//EN"
 
4
  "http://www.logreport.org/LRSML/1.0/lrsml.dtd">
 
5
<lire:report-spec xmlns:lire="http://www.logreport.org/LRSML/"
 
6
 superservice="firewall" id="pkt-summary">
 
7
 
 
8
 <lire:title>Packet Summary Firewall Report</lire:title>
 
9
 <lire:description>
 
10
  <para>This report shows some general statistics about the number of
 
11
  packets logged by your firewall.</para>
 
12
 </lire:description>
 
13
 
 
14
 <lire:display-spec>
 
15
  <lire:title>Packet Summary</lire:title>
 
16
 </lire:display-spec>
 
17
 
 
18
 <lire:report-calc-spec>
 
19
  <lire:summary>
 
20
   <lire:sum name="packets_count" field="count"/>
 
21
 
 
22
   <lire:group name="packets_by_action">
 
23
    <lire:field name="action"/>
 
24
    <lire:sum name="action_count" field="count"/>
 
25
   </lire:group>
 
26
 
 
27
   <lire:group name="packets_by_protocol">
 
28
    <lire:field name="protocol"/>
 
29
    <lire:sum name="protocol_count" field="count"/>
 
30
   </lire:group>
 
31
   
 
32
   <lire:count name="from_host_total" fields="from_ip"/>
 
33
   <lire:avg name="packets_by_from_host" field="count" by-fields="from_ip"/>
 
34
 
 
35
   <lire:count name="to_host_total" fields="to_ip"/>
 
36
   <lire:avg name="packets_by_to_host" field="count" by-fields="to_ip"/>
 
37
  </lire:summary>
 
38
 </lire:report-calc-spec>
 
39
 
 
40
</lire:report-spec>
 
41
 
 
42
<!-- 
 
43
Keep this comment at the end of the file
 
44
Local variables:
 
45
mode: xml
 
46
-->