Subscribe Us


Breaking

Recent In Voip

Popular

Comments

Recent

sysreport : A tool to run multiple reports on a system and email it to sysadmin

 

sysreporter - Simple system statistics aggregator and emailer



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.

 To generate a report and email it use one of the following

sysreport run 

sysreport rum 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

0 on: "sysreport : A tool to run multiple reports on a system and email it to sysadmin"