diff --git a/source/manual.rst b/source/manual.rst index 727e9e5d..044ccb60 100644 --- a/source/manual.rst +++ b/source/manual.rst @@ -26,6 +26,8 @@ User Manual manual/two_factor manual/systemhealth manual/netflow + manual/reporting_settings + manual/reporting_traffic manual/logging manual/aliases manual/certificates diff --git a/source/manual/images/reporting_traffic_sample.png b/source/manual/images/reporting_traffic_sample.png new file mode 100644 index 00000000..37464018 Binary files /dev/null and b/source/manual/images/reporting_traffic_sample.png differ diff --git a/source/manual/reporting_settings.rst b/source/manual/reporting_settings.rst new file mode 100644 index 00000000..a0d6c983 --- /dev/null +++ b/source/manual/reporting_settings.rst @@ -0,0 +1,10 @@ +=================== +Reporting Settings +=================== + +Some basic reporting settings and options can be found under :menuselection:`Reporting --> Settings`. + +The Health reporting uses RRD collection, for which you can disable the statistics collection process, in cases where monitoring is not +relevant or causes too much stress on the system. The option to collect statistics is enabled by default. + +For both health monitoring (rrd) and network insights (netflow) statistics could be reset in this form. diff --git a/source/manual/reporting_traffic.rst b/source/manual/reporting_traffic.rst new file mode 100644 index 00000000..c48d808d --- /dev/null +++ b/source/manual/reporting_traffic.rst @@ -0,0 +1,29 @@ +=================== +Reporting Traffic +=================== + +Under :menuselection:`Reporting --> Traffic` you will find a traffic monitor which show the current amount of +data flowing through your firewall, measured in bps (bits per second). + + +.. image:: images/reporting_traffic_sample.png + :width: 100% + + +The top area of the screen shows an overview of all network adapters for both in- and outgoing traffic. + +Below the larger graphs, you will find a couple of options, which helps track current high traffic nodes on your network. + ++---------------------------------+------------------------------------------------------------------------------------+ +| Setting | Explanation | ++=================================+====================================================================================+ +| Interface | Hostname to display | ++---------------------------------+------------------------------------------------------------------------------------+ +| Sort by | Sort by criteria | ++---------------------------------+------------------------------------------------------------------------------------+ +| Filter | Local traffic only, or All | ++---------------------------------+------------------------------------------------------------------------------------+ +| Display | IP address or (fully qualified) hostname | ++---------------------------------+------------------------------------------------------------------------------------+ +| Top | Number of entries to show | ++---------------------------------+------------------------------------------------------------------------------------+