NAME
armadito-prelude - command line interface script for Armadito Prelude.
SYNOPSIS
armadito-prelude --input <alertsdir>
Options:
--help this menu
-i --input alertsdir Armadito alerts directory
-a --action action Action ( status | scan )
--path scan_path Scan path (only if action is scan).
--max max Maximum alerts processed (>0)
--no-rm Do not remove alerts after processing (not by default).
--setup Show setup paths
EXAMPLES
% armadito-prelude --input /var/spool/armadito
% armadito-prelude -i $PREFIX/install/var/spool/armadito --max 10
% armadito-prelude --action status
% armadito-prelude -a scan --path "/home/armadito/toscandir"
DESCRIPTION
armadito-prelude is the command line interface for Armadito Prelude.
OPTIONS
Main options
- -i, --input=ALERTSDIR
-
Read alerts in given directory.
- --max=MAX
-
Process alerts up to given maximum (>0).
- --no-rm
-
Do not remove alerts after processing. By using that option, be aware that these alerts will be reprocessed if they are still in alerts directory.
- -a, --action=ACTION
-
Executes the selected action.
- --path=SCAN_PATH
-
Path of directory to scan. It is used as a parameter of Armadito AV's RESTful API.