From 9f6bc110ab59108d24cb71bc3d866f44cc0248c6 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Thu, 17 Mar 2011 10:09:21 -0500 Subject: man: Add man page for bcfg2-ping-sweep (#997) Signed-off-by: Sol Jerome --- man/bcfg2-ping-sweep.8 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 man/bcfg2-ping-sweep.8 (limited to 'man') diff --git a/man/bcfg2-ping-sweep.8 b/man/bcfg2-ping-sweep.8 new file mode 100644 index 000000000..54eaa8e76 --- /dev/null +++ b/man/bcfg2-ping-sweep.8 @@ -0,0 +1,20 @@ +.TH "bcfg2-ping-sweep" 8 +.SH NAME +bcfg2-ping-sweep \- Update pingable and pingtime attributes in +clients.xml +.SH SYNOPSIS +.B bcfg2-ping-sweep +.SH "DESCRIPTION" +.PP +\fBbcfg2-ping-sweep\fR traverses the list of clients in +Metadata/clients.xml and updates their pingable/pingtime attributes. The +pingtime value is set to the last time the client was pinged (not the +RTT value). +.SH OPTIONS +.PP +.B None +.SH "SEE ALSO" +.BR bcfg(1), +.BR bcfg2-server(8) +.SH "BUGS" +None currently known -- cgit v1.2.3-1-g7c22 From 6ea12567f1ab3b53045780b3048aa3b6a87f1074 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Thu, 17 Mar 2011 10:11:20 -0500 Subject: man: Convert bcfg2-reports man page to a unix file format Signed-off-by: Sol Jerome --- man/bcfg2-reports.8 | 163 ++++++++++++++++++++++++++-------------------------- 1 file changed, 81 insertions(+), 82 deletions(-) (limited to 'man') diff --git a/man/bcfg2-reports.8 b/man/bcfg2-reports.8 index b8b4cccee..bc4c9344b 100644 --- a/man/bcfg2-reports.8 +++ b/man/bcfg2-reports.8 @@ -1,82 +1,81 @@ -.TH "bcfg2-reports" 8 -.SH NAME -bcfg2-reports \- Query reporting system for client status -.SH SYNOPSIS -.B bcfg2-reports -.I [-v] -.SH DESCRIPTION -.PP -.B bcfg2-reports -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. -.SH OPTIONS -.PP -.B "\-a" -.RS -Shows all hosts, including expired hosts. -.RE -.B "\-b NAME" -.RS -Single-host mode \- shows bad entries from the current interaction of -NAME. NAME is the name of the entry. -.RE -.B "-c\" -.RS -Shows only clean hosts. -.RE -.B "\-d" -.RS -Shows only dirty hosts. -.RE -.B "\-e NAME" -.RS -Single host mode \- shows extra entries from the current interaction -of NAME. NAME is the name of the entry. -.RE -.B "\-h" -.RS -Shows help and usage info about bcfg2-reports. -.RE -.B "\-s NAME" -.RS -Single host mode \- shows bad and extra entries from the current -interaction of NAME. NAME is the name of the entry. -.RE -.B "\-x NAME" -.RS -Toggles expired/unexpired state of NAME. NAME is the name of the entry. -.RE -.B "\-\-badentry=KIND,NAME" -.RS -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. -.RE -.B "\-\-extraentry=KIND,NAME" -.RS -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. -.RE -.B "\-\-fields=ARG1,ARG2,..." -.RS -Only displays the fields ARG1,ARG2,... (name, time, state) -.RE -.B "\-\-sort=ARG1,ARG2,..." -.RS -Sorts output on ARG1,ARG2,... (name, time, state) -.RE -.B "\-\-stale" -.RS -Shows hosts which haven't run in the last 24 hours -.RE -.SH "SEE ALSO" -.BR bcfg2(1), -.BR bcfg2-server(8) -.SH "BUGS" -None currently known +.TH "bcfg2-reports" 8 +.SH NAME +bcfg2-reports \- Query reporting system for client status +.SH SYNOPSIS +.B bcfg2-reports +.I [-v] +.SH DESCRIPTION +.PP +\fBbcfg2-reports\fR 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. +.SH OPTIONS +.PP +.B "\-a" +.RS +Shows all hosts, including expired hosts. +.RE +.B "\-b NAME" +.RS +Single-host mode \- shows bad entries from the current interaction of +NAME. NAME is the name of the entry. +.RE +.B "-c\" +.RS +Shows only clean hosts. +.RE +.B "\-d" +.RS +Shows only dirty hosts. +.RE +.B "\-e NAME" +.RS +Single host mode \- shows extra entries from the current interaction +of NAME. NAME is the name of the entry. +.RE +.B "\-h" +.RS +Shows help and usage info about bcfg2-reports. +.RE +.B "\-s NAME" +.RS +Single host mode \- shows bad and extra entries from the current +interaction of NAME. NAME is the name of the entry. +.RE +.B "\-x NAME" +.RS +Toggles expired/unexpired state of NAME. NAME is the name of the entry. +.RE +.B "\-\-badentry=KIND,NAME" +.RS +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. +.RE +.B "\-\-extraentry=KIND,NAME" +.RS +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. +.RE +.B "\-\-fields=ARG1,ARG2,..." +.RS +Only displays the fields ARG1,ARG2,... (name, time, state) +.RE +.B "\-\-sort=ARG1,ARG2,..." +.RS +Sorts output on ARG1,ARG2,... (name, time, state) +.RE +.B "\-\-stale" +.RS +Shows hosts which haven't run in the last 24 hours +.RE +.SH "SEE ALSO" +.BR bcfg2(1), +.BR bcfg2-server(8) +.SH "BUGS" +None currently known -- cgit v1.2.3-1-g7c22