1bcfg2-reports(8) System Manager's Manual bcfg2-reports(8)
2
3
4
6 bcfg2-reports - Query reporting system for client status
7
9 bcfg2-reports [-v]
10
12 bcfg2-reports bcfg2-reports allows you to retrieve data from the data‐
13 base about clients, and the states of their current interactions. It
14 also allows you to change the expired/unexpired states . The utility
15 runs as a standalone application. It does, however, use the models from
16 /src/lib/Server/Reports/reports/models.py.
17
19 -a
20 Shows all hosts, including expired hosts.
21 -b NAME
22 Single-host mode - shows bad entries from the current interac‐
23 tion of NAME
24 -c
25 Shows only clean hosts.
26 -d
27 Shows only dirty hosts.
28 -e NAME
29 Single host mode - shows extra entries from the current interac‐
30 tion of NAME
31 -h
32 Shows help and usage info about bcfg2-reports.
33 -s NAME
34 Single host mode - shows bad and extra entries from the current
35 interaction of NAME.
36 -x NAME
37 Toggles expired/unexpired state of NAME.
38 --badentry=KIND,NAME
39 Shows only hosts whose current interaction has bad entries in of
40 KIND kind and NAME name; if a single argument ARG1 is given,
41 then KIND,NAME pairs will be read from a file of name ARG1.
42 --extraentry=KIND,NAME
43 Shows only hosts whose current interaction has extra entries in
44 of KIND kind and NAME name; if a single argument ARG1 is given,
45 then KIND,NAME pairs will be read from a file of name ARG1.
46 --fields=ARG1,ARG2,...
47 Only displays the fields ARG1,ARG2,... (name, time, state)
48 --sort=ARG1,ARG2,...
49 Sorts output on ARG1,ARG2,... (name, time, state)
50 --stale
51 Shows hosts which haven't run in the last 24 hours
52
54 bcfg2(1), bcfg2-server(8)
55
57 None currently known
58
59
60
61 bcfg2-reports(8)