diff options
author | Holger Weiß <holger@zedat.fu-berlin.de> | 2011-06-08 17:16:44 +0200 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-06-14 12:36:46 -0500 |
commit | 80929a6e73eeece44997b84f2beeb38eb3d7645d (patch) | |
tree | 3d55371d88788254487d4ca56893d90a02189fb7 /doc/reports | |
parent | fdda835c1c6181589f1eb5fa889056ac26a09347 (diff) | |
download | bcfg2-80929a6e73eeece44997b84f2beeb38eb3d7645d.tar.gz bcfg2-80929a6e73eeece44997b84f2beeb38eb3d7645d.tar.bz2 bcfg2-80929a6e73eeece44997b84f2beeb38eb3d7645d.zip |
bcfg2-reports: Show total numbers of entries
Add a "-t NAME" option which reports the total (and good) number of
managed entries on the host NAME. Also, allow for specifying "total",
"good", and "bad" fields via --fields and --sort.
Diffstat (limited to 'doc/reports')
-rw-r--r-- | doc/reports/dynamic.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/reports/dynamic.txt b/doc/reports/dynamic.txt index ecab980c6..4c75cce32 100644 --- a/doc/reports/dynamic.txt +++ b/doc/reports/dynamic.txt @@ -200,6 +200,8 @@ displays:: current interaction of NAME -s NAME : single-host mode - shows bad, modified, and extra entries from the current interaction of NAME + -t NAME : single-host mode - shows total number of managed and + good entries from the current interaction of NAME -x NAME : toggles expired/unexpired state of NAME --badentry=KIND,NAME : shows only hosts whose current interaction has bad entries in of KIND kind and NAME name; if a single @@ -214,8 +216,9 @@ displays:: argument ARG1 is given, then KIND,NAME pairs will be read from a file of name ARG1 --fields=ARG1,ARG2,... : only displays the fields ARG1,ARG2,... - (name,time,state) - --sort=ARG1,ARG2,... : sorts output on ARG1,ARG2,... (name,time,state) + (name,time,state,total,good,bad) + --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 Screenshots |