Example 5.2. FTP Report Configuration File
Here is an example configuration file for the FTP superservice.
# Report configuration for the FTP super service # Top X reports top-remote-host hosts_to_show=10 #top-files files_to_show=10 top-files-in files_to_show=10 top-files-out files_to_show=10 top-users users_to_show=10 # By day reports bytes-by-period period="1d" # Transfers by X reports transfers-by-direction transfers-by-type
The FTP superservice will thus contain seven subreports. Because the line with the top-files subreport starts with #, this subreport won't be included in the report. To include that subreport in the report, you would have to remove the # character.
In Part II, you will find all the subreports and filters available for all superservices.