Scroll to navigation

BCFG2-REPORTS(8) Bcfg2 BCFG2-REPORTS(8)

NAME

bcfg2-reports - Query reporting system for client status

SYNOPSIS

bcfg2-reports [-a] [-b NAME] [-c] [-d] [-e NAME] [-h] [-m NAME] [-s NAME] [-x NAME] [--badentry=KIND,NAME] [--extraentry=KIND,NAME] [--fields=ARG1,ARG2,...] [--modifiedentry=KIND,NAME] [--sort=ARG1,ARG2,...] [--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/Bcfg2/Reporting/models.py.

OPTIONS

Print usage information.

MODES

The following are various modes available for bcfg2-reports.

Single-Host Modes

Shows bad entries from the current interaction of hostname.
Shows extra entries from the current interaction of hostname.
Shows modified entries from the current interaction of hostname.
Shows bad, modified, and extra entries from the current interaction of hostname.
Shows total number of managed and good entries from the current interaction of hostname.
Toggles expired/unexpired state of hostname.
Show all hosts, including expired hosts.

Host Selection Modes

Show all hosts, including expired hosts.
Show only clean hosts.
Show only dirty hosts.
Show hosts that haven't run in the last 24 hours.

Entry Modes

The following mode flags require either a comma-delimited list of any number of <entry type>:<entry name> arguments describing entries, or the --file option.

Shows only hosts whose current interaction has bad entries matching the given entry or entries.
Shows only hosts whose current interaction has extra entries matching the given entry or entries.
Shows the status of the single entry (given by <entry type>:<entry name>) on all hosts.
Shows only hosts whose current interaction has modified entries matching the given entry or entries.

Entry Options

The following options can be used with the above Entry Modes.

Only display the listed fields. Takes a comma-delimited list of field names
Read <entry type>:<entry name> pairs from the specified file instead of the command line.

SEE ALSO

bcfg2(1), bcfg2-server(8)

March 18, 2013 1.3