dumpnet.info.conf - the host-specific dumpnet.host.info configuration file
A dumpnet.info.conf file is used to configure the module dumpnet.host.info 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 on the target host to get some information about it. If a command is prefixed by an `@' sign the command will be run locally and not on the target host. 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:
An example file could look like this:
# option cleanup_policy=keepFor_1_month,keepWeekly route -n df -h fdisk -l cat /etc/fstab ps aux @nmap $host
dumpnet.host(8) dumpnet.host.info(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.