From db60e20ca7a328509da99862a1634639dd45cf5d Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Wed, 7 Nov 2012 13:05:47 -0600 Subject: man: Migrate generate-manpages.bash to sphinx Signed-off-by: Sol Jerome --- tools/manpagegen/bcfg2-reports.8.ronn | 82 ----------------------------------- 1 file changed, 82 deletions(-) delete mode 100644 tools/manpagegen/bcfg2-reports.8.ronn (limited to 'tools/manpagegen/bcfg2-reports.8.ronn') diff --git a/tools/manpagegen/bcfg2-reports.8.ronn b/tools/manpagegen/bcfg2-reports.8.ronn deleted file mode 100644 index 1cb999dc7..000000000 --- a/tools/manpagegen/bcfg2-reports.8.ronn +++ /dev/null @@ -1,82 +0,0 @@ -bcfg2-reports(8) -- Query reporting system for client status -============================================================ - -## SYNOPSIS - -`bcfg2-reports` [-a] [-b ] [-c] [-d] [-e ] [-h] [-m ] -[-s ] [-x ] [--badentry=] -[--extraentry=] [--fields=] -[--modifiedentry=] [--sort=] [--stale] [-v] - -## DESCRIPTION - -`bcfg2-reports` allows you to retrieve data from the database about -clients, and the states of their current interactions. It also allows -you to change the expired/unexpired states. The utility runs as a -standalone application. It does, however, use the models from -`/src/lib/Server/Reports/reports/models.py`. - -## OPTIONS - - * `-a`: - Specify alternate bcfg2.conf location - - * `-b` : - Single host mode - shows bad entries from the current interaction of - *hostname*. - - * `-c`: - Shows only clean hosts. - - * `-d`: - Shows only dirty hosts. - - * `-e` : - Single host mode - shows extra entries from the current interaction - of *hostname*. - - * `-h`: - Shows help and usage info about `bcfg2-reports`. - - * `-m` : - Single host mode - shows modified entries from the current - interaction of *hostname*. - - * `-s` : - Single host mode - shows bad, modified, and extra entries from the - current interaction of *hostname*. - - * `-x` : - Toggles expired/unexpired state of *hostname*. - - * `--badentry=`: - Shows only hosts whose current interaction has bad entries of type - *entry type* and name *entry name*. If a single argument ARG1 is - given, then *entry type*,*entry name* pairs will be read from a file - of name ARG1. - - * `--extraentry=`: - Shows only hosts whose current interaction has extra entries of type - *entry type* and name *entry name*. If a single argument ARG1 is - given, then *entry type*,*entry name* pairs will be read from a file - of name ARG1. - - * `--fields=`: - Only displays the fields *ARG1,ARG2,...* (name, time, state, total, - good, bad). - - * `--modifiedentry=`: - Shows only hosts whose current interaction has modified entries of - type *entry type* and name *entry name*. If a single argument ARG1 - is given, then *entry type*,*entry name* pairs will be read from a - file of name ARG1. - - * `--sort=`: - Sorts output on ARG1,ARG2,... (name, time, state, total, good, bad). - - * `--stale`: - Shows hosts which haven’t run in the last 24 hours. - -## SEE ALSO - -bcfg2(1), bcfg2-server(8) -- cgit v1.2.3-1-g7c22