dumpnet.report.conf - the host-specific dumpnet.host.report configuration file
A dumpnet.report.conf file is used to configure the module dumpnet.host.report for a specific target host. It should be placed in a host configuration directory (a subdirectory of $DUMPNET_HOME/conf/) - see the CONFIGURATION section in dumpnet(8) for details.
The general format of this configuration file is specified in the section CONFIGURATION FILE FORMAT in dumpnet(8).
This config file primarily contains a list of commands to execute locally on the dumpnet host to generate additional information for the report. Lines starting with `#' are not part of the list. You can certainly use the ``option'' and ``extends'' statements - see the CONFIGURATION FILE FORMAT section in dumpnet(8). Options you might want to set are:
Example:
# option read_options="-r"
An example file could look like this:
# option cleanup_policy="keepFor_5_months,keepWeekly" # option include_info=true # option include_aide=true df -h uptime
dumpnet.host(8) dumpnet.host.report(8)
Lukas Feiler <lukas.feiler@lukasfeiler.com>
dumpnet is published under the LGPL (GNU LESSER GENERAL PUBLIC LICENSE). Please see the LICENSE file contained in the installation tarball for details. The official web site is http://dumpnet.sourceforge.net.