1man(1) sysreporter man page man(1)
2
3
4
6 sysreporter - Simple system statistics aggregator and emailer
7
8
10 sysreport COMMAND [ARGUMENTS]
11
12
14 sysreport is a tool to run multiple reports on a system and then either
15 email a sysadmin or save the report to a specific location for later
16 review. Reports can be anything from a simple shell script to a native
17 binary.
18
19
21 run Generate a new report by executing all enabled reports and
22 aggregating their output into a single report. run can be ran
23 with the arguments email or stdout to specify where the output
24 will go. Email is assumed if neither is given.
25
26
27 show Display configuration settings that sysreporter is currently
28 using as well as enabled and disabled reports.
29
30
31 enable PATTERN
32 Enable reports matching PATTERN.
33
34
35 disable PATTERN
36 Disable reports matching PATTERN.
37
38
39 help Display help information.
40
41
42 version
43 Print version information.
44
45
47 To generate a report and email it use one of the following:
48
49 sysreport run
50 sysreport run email
51
52
53 To generate a report and print it to standard out:
54
55 sysreport run stdout
56
57
58 To enable a report by its number:
59
60 sysreport enable 43
61
62
63 Or by name (enable all apache reports):
64
65 sysreport enable apache
66
67
69 File a bug report at https://github.com/onesimus-systems/sysreporter.
70
71
73 Lee Keitel (lee@onesimussystems.com)
74
75
76
773.0 17 Dec 2015 man(1)