diff options
author | Fabian Affolter <fabian@bernewireless.net> | 2011-01-23 22:12:23 +0100 |
---|---|---|
committer | Fabian Affolter <fabian@bernewireless.net> | 2011-01-23 22:12:23 +0100 |
commit | cc3d4d1aa8517dc92dff6a55893a89e4a9ac3ed2 (patch) | |
tree | 41bd0f89fe00b104f2cdc3d0fff4b7008c012fd2 | |
parent | 2f261098fcbe6377d952559e2c1566824a7e3eeb (diff) | |
download | bcfg2-cc3d4d1aa8517dc92dff6a55893a89e4a9ac3ed2.tar.gz bcfg2-cc3d4d1aa8517dc92dff6a55893a89e4a9ac3ed2.tar.bz2 bcfg2-cc3d4d1aa8517dc92dff6a55893a89e4a9ac3ed2.zip |
Details from #943 added
-rw-r--r-- | man/bcfg2-admin.8 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/man/bcfg2-admin.8 b/man/bcfg2-admin.8 index c0b8a09ce..0b3829b7e 100644 --- a/man/bcfg2-admin.8 +++ b/man/bcfg2-admin.8 @@ -55,6 +55,10 @@ Build structure entries based on client statistics extra entries. Install configuration information into repo based on client bad entries. .RE +.B report [init|load_stats|purge|scrub|update] +.RS +Interact with the dynamic reporting system. +.RE .B snapshots [init|dump|query|reports] .RS Interact with the Snapshots database. @@ -150,6 +154,28 @@ Specify the type of the entry to pull. .RS Specify the name of the entry to pull. .RE +.SH REPORT OPTIONS +.PP +.B init +.RS +Initialize the database. +.RE +.B load_stats [-s] [-c] [-03] +.RS +Load statistics data. +.RE +.B purge +.RS +Purge records. +.RE +.B scrub [--client [n]] [--days [n]] [--expired] +.RS +Scrub the database for duplicate reasons and orphaned entries. +.RE +.B update +.RS +Apply any updates to the reporting database. +.RE .SH SNAPSHOTS OPTIONS .PP .B init |