inventory

inventory

Inventory is a tool to collect and report deployment information

Synopsis

Inventory is a tool to collect and report deployment information to a central server. It collects information about the host, docker/incus containers, and manually specified services running on the host. The reporting command is designed to be run as a cron job or systemd timer.

Inventory listens for http requests on port 8000 by default. Inventory listens for rpc requests on port 9000 by default.

Examples

//client
inventory send
inventory send --verbose // more verbose output
inventory send --verbose --config /path/to/config.yaml // specify a config file

//server
inventory server
inventory server --verbose // more verbose output
inventory server --verbose --config /path/to/config.yaml // specify a config file

Options

      --config string   config file (default is /etc/inventory/inventory)
  -h, --help            help for inventory
  -v, --verbose         verbose logging

SEE ALSO

Auto generated by toolbox on 13-Mar-2025
Last updated on