Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bcfg2-reports(8) [debian man page]

bcfg2-reports(8)					      System Manager's Manual						  bcfg2-reports(8)

NAME
bcfg2-reports - Query reporting system for client status SYNOPSIS
bcfg2-reports [-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 Shows all hosts, including expired hosts. -b NAME Single-host mode - shows bad entries from the current interaction of NAME. NAME is the name of the entry. -c Shows only clean hosts. -d Shows only dirty hosts. -e NAME Single host mode - shows extra entries from the current interaction of NAME. NAME is the name of the entry. -h Shows help and usage info about bcfg2-reports. -m NAME Single-host mode - shows modified entries from the current interaction of NAME. NAME is the name of the entry. -s NAME Single host mode - shows bad, modified, and extra entries from the current interaction of NAME. NAME is the name of the entry. -x NAME Toggles expired/unexpired state of NAME. NAME is the name of the entry. --badentry=KIND,NAME Shows only hosts whose current interaction has bad entries in of KIND kind and NAME name; if a single argument ARG1 is given, then KIND,NAME pairs will be read from a file of name ARG1. KIND is the type of entry (Package, Path, Service, etc). NAME is the name of the entry. --extraentry=KIND,NAME Shows only hosts whose current interaction has extra entries in of KIND kind and NAME name; if a single argument ARG1 is given, then KIND,NAME pairs will be read from a file of name ARG1. KIND is the type of entry (Package, Path, Service, etc). NAME is the name of the entry. --fields=ARG1,ARG2,... Only displays the fields ARG1,ARG2,... (name, time, state, total, good, bad) --modifiedentry=KIND,NAME Shows only hosts whose current interaction has modified entries in of KIND kind and NAME name; if a single argument ARG1 is given, then KIND,NAME pairs will be read from a file of name ARG1. KIND is the type of entry (Package, Path, Service, etc). NAME is the name of the entry. --sort=ARG1,ARG2,... 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) BUGS
None currently known bcfg2-reports(8)

Check Out this Related Man Page

bcfg2-info(8)						      System Manager's Manual						     bcfg2-info(8)

NAME
bcfg2-info - Creates a local version of the bcfg2 server core for state observation SYNOPSIS
bcfg2-info [-C <config file>] [-E <encoding>] [-Q <repository path>] [-h] [-p] [-x <password>] <mode> <mode args> <mode options> DESCRIPTION
bcfg2-info Instantiate an instance of the Bcfg2 core for data examination and debugging purposes. OPTIONS
-C <config file> Specify the location of the configuration file (if it is not in /etc/bcfg2.conf). -E <encoding> Specify the encoding of config files. -Q <repository path> Specify the server repository path. -d Run in debug mode. -h Give a bit of help about the command line arguments and options. After this bcfg2-info exits. -p Specify a profile. -x <password> Set the communication password. MODES
build <hostname> <filename> Build config for hostname, writing to filename. builddir <hostname> <dirname> Build config for hostname, writing separate files to dirname. buildall <directory> Build configs for all clients in directory. buildbundle <filename> <hostname> Build bundle for hostname (not written to disk). If filename is a bundle template, it is rendered. buildfile [--altsrc=<altsrc>] <filename> <hostname> Build config file for hostname (not written to disk). bundles Print out group/bundle information. clients Print out client/profile information. config Print out the configuration of the Bcfg2 server. debug Shell out to native python interpreter. event_debug Display filesystem events as they are processed. groups List groups help Print the list of available commands. mappings <type*> <name*> Print generator mappings for optional type and name. profile <command> <args> Profile a single bcfg2-info command. quit Exit bcfg2-info command line. showentries <hostname> <type> Show abstract configuration entries for a given host. showclient <client1> <client2> Show metadata for given hosts. update Process pending file events. version Print version of this tool. SEE ALSO
bcfg2(1), bcfg2-server(8) BUGS
None currently known bcfg2-info(8)
Man Page