sysreport (1) Linux Manual Page
sysreporter – Simple system statistics aggregator and emailer
Synopsis
sysreport COMMAND [ARGUMENTS]Description
sysreport is a tool to run multiple reports on a system and then either email a sysadmin or save the report to a specific location for later review. Reports can be anything from a simple shell script to a native binary.Commands
- run
- Generate a new report by executing all enabled reports and aggregating their output into a single report. run can be ran with the arguments email or stdout to specify where the output will go. Email is assumed if neither is given.
- show
- Display configuration settings that sysreporter is currently using as well as enabled and disabled reports.
- enable PATTERN
- Enable reports matching PATTERN.
- disable PATTERN
- Disable reports matching PATTERN.
- help
- Display help information.
- version
- Print version information.
Examples
To generate a report and email it use one of the following:
- sysreport run
sysreport run email
- sysreport run stdout
- sysreport enable 43
- sysreport enable apache
