dumpnet.host.aide - initialize a new aide database and compare it to the old master database
dumpnet.host.aide [-s SESSIONID] [-d DUMPNET_CONFIG] [-C AIDE_CONFIG] HOST_CONFIG
Initialize a new aide database and compare it to the old MASTER database by running aide(1) on the target host. If a MASTER db does not exist the new database will be created as MASTER. The master file will be postfixed by ``_MASTER''. The configuration is done in dumpnet.aide.conf. Please see dumpnet.aide.conf(8) for details. The aide executable will be copied to the dumpnet host to compare its md5sum to the one stored in the file AIDE_CHECKSUM in $aideDir. If AIDE_CHECKSUM does not exist, it will be created with the aide executable's md5sum.
Retrieve a newly initialized aide database from 192.168.1.10 configured in /usr/local/dumpnet/conf/192.168.1.10/dumpnet.HOST.conf with the default config file dumpnet.aide.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.aide /usr/local/dumpnet/conf/192.168.1.10/dumpnet.HOST.conf
Retrieve a newly initialized aide database from 192.168.1.11 configured in conf/192.168.1.11/dumpnet.HOST.conf with an aide config of conf/192.168.1.11/dumpnet.aide2.conf
dumpnet.host.aide -C conf/192.168.1.11/dumpnet.aide2.conf conf/192.168.1.11/dumpnet.HOST.conf
dumpnet.host.aide will return a zero exit status if aide could successfully be executed and the new db was successfully compared to the old MASTER db. In any other case it will return 1. Please note that dumpnet.host.aide will also return 0 if the old and the new aide database differ.
$DUMPNET_HOME/conf/$host/dumpnet.aide.conf
dumpnet(8) dumpnet.host(8) dumpnet.aide.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.