NAME
uliska - UNIX/Linux Inventory Scanner
SYNOPSIS
uliska.pl
DESCRIPTION
uliska.pl
is Perl script for server/host inventory collection of the
UNIX system.
Uliska cover different OS's by loading and calling execution of Perl packages and executing commands for each OS organized into namespace (OS/architecture/release etc).
uliska
gathers data by executing list of UNIX commands and
collecting output into single structured data file. Data file is
YAML-fomratted, but can be changed to other format (JSON or XML)
without loss of functionality.
uliska.pl
is part of Uliska (UNIX/Linux Inventory and Configuration
Scanner) project.
EXECUTION
Script starts from:
- reading and executing commands from cfg/generic.cfg file
- detecting OS's kernel name, major and minor version executing list of commands from cfg/<os>.cfg, cfg/<os>/<major>.cfg, cfg/<os>/<major>/<minor>.cfg
- loading and giving control to lib/<os>.pm Perl module
SEE ALSO
- scanner/ArchitectureOverview.md - README.md
AUTHOR
Dmytro Kovalov dmytro.kovalov\@gmail.com 2012
uliska - UNIX/Linux Inventory Scanner |