Hacked By AnonymousFox
# where the state information will be saved.
$seekfilesdir = '/var/tmp/check_logfiles';
# where protocols with found patterns will be stored.
$protocolsdir = '/tmp';
# where scripts will be searched for.
$scriptpath = '/var/tmp';
@searches = ( {
tag => 'lfd_root_compromise',
logfile => '/var/log/lfd.log',
rotation => 'centos',
criticalpatterns => ['has detected a possible root compromise'],
# criticalexceptions => '',
options => 'sticky=10800',
}
);
Hacked By AnonymousFox1.0, Coded By AnonymousFox