sysreport - Man Page

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

To generate a report and print it to standard out:

    sysreport run stdout

To enable a report by its number:

    sysreport enable 43

Or by name (enable all apache reports):

    sysreport enable apache

Bugs

File a bug report at https://github.com/onesimus-systems/sysreporter.

Author

Lee Keitel (lee@onesimussystems.com)

Info

17 Dec 2015 3.0 sysreporter man page