dumpnet.host.info - get information about the target host
dumpnet.host.info [-s SESSIONID] [-d DUMPNET_CONFIG] [-C INFO_CONFIG] HOST_CONFIG
Get some information about the target host by running the commands specified in the configuration file dumpnet.info.conf. Please see dumpnet.info.conf(8) for details.
Get information about 192.168.1.10 configured in /usr/local/dumpnet/conf/192.168.1.10/dumpnet.HOST.conf with the default config file dumpnet.info.conf (placed in /usr/local/dumpnet/conf/192.168.1.10/) - if you don't know what you want, you want something like this:
dumpnet.host.info /usr/local/dumpnet/conf/192.168.1.10/dumpnet.HOST.conf
Get info about 192.168.1.11 configured in conf/192.168.1.11/dumpnet.HOST.conf with an info config of conf/192.168.1.11/dumpnet.info2.conf
dumpnet.host.info -C conf/192.168.1.11/dumpnet.info2.conf conf/192.168.1.11/dumpnet.HOST.conf
dumpnet.host.info will return a zero exit status if all info commands could successfully be executed. In any other case it will return 1.
$DUMPNET_HOME/conf/$host/dumpnet.info.conf
dumpnet(8) dumpnet.host(8) dumpnet.info.conf(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.