summaryrefslogtreecommitdiffstats
path: root/doc/reports
diff options
context:
space:
mode:
authorHolger Weiß <holger@zedat.fu-berlin.de>2011-06-08 17:16:44 +0200
committerHolger Weiß <holger@zedat.fu-berlin.de>2011-06-08 17:16:44 +0200
commitbfd6b1bc1e842b2be66c72e385d1d4556746a375 (patch)
tree3d55371d88788254487d4ca56893d90a02189fb7 /doc/reports
parent716182d04c7ff55ff1f275de9f31a170acf9dc23 (diff)
downloadbcfg2-bfd6b1bc1e842b2be66c72e385d1d4556746a375.tar.gz
bcfg2-bfd6b1bc1e842b2be66c72e385d1d4556746a375.tar.bz2
bcfg2-bfd6b1bc1e842b2be66c72e385d1d4556746a375.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.txt7
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