NAME

dumpnet.host.info - get information about the target host


SYNOPSIS

dumpnet.host.info [-s SESSIONID] [-d DUMPNET_CONFIG] [-C INFO_CONFIG] HOST_CONFIG


DESCRIPTION

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.


OPTIONS

-s SESSIONID
Set sessionId to SESSIONID. If you don't know if you need this option, you don't! Read the SESSIONID section in dumpnet(8) before using it!

-d DUMPNET_CONFIG
Use DUMPNET_CONFIG instead of the default $DUMPNET_HOME/conf/dumpnet.conf.

-C INFO_CONFIG
Use INFO_CONFIG as the configuration file (the default is ``dumpnet.info.conf'', set in the default host configuration file). INFO_CONFIG can be the path to the configuration file or `-' to read the configuration from STDIN.

HOST_CONFIG
The host configuration file. For the target host 192.168.1.10 it could be conf/192.168.1.10/dumpnet.HOST.conf.


EXAMPLES

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


EXIT STATUS

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.


FILES

 $DUMPNET_HOME/conf/$host/dumpnet.info.conf


SEE ALSO

 dumpnet(8)
 dumpnet.host(8)
 dumpnet.info.conf(8)


AUTHOR

 Lukas Feiler <lukas.feiler@lukasfeiler.com>


COPYRIGHT AND LICENSE

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.