From: Steven Jenkins Date: Tue, 19 May 2009 00:33:52 +0000 (+0000) Subject: STABLE14-man-page-fs-monitor-20090518 X-Git-Tag: openafs-stable-1_4_11pre1~41 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=95086c6a728df630323347b7308b1cc6742a3a09;p=packages%2Fo%2Fopenafs.git STABLE14-man-page-fs-monitor-20090518 LICENSE IPL10 FIXES 124790 Add man page for fs monitor. (cherry picked from commit 01ba5ab1ed24d14c1068d5dac951cbea1befba10) --- diff --git a/doc/man-pages/README b/doc/man-pages/README index 862d12935..6fe3af95b 100644 --- a/doc/man-pages/README +++ b/doc/man-pages/README @@ -231,7 +231,6 @@ Known Problems * The following installed commands have no man pages: - fs monitor klog.krb krb.conf pagsh.krb diff --git a/doc/man-pages/pod1/fs.pod b/doc/man-pages/pod1/fs.pod index dda18765f..0a4dd14af 100644 --- a/doc/man-pages/pod1/fs.pod +++ b/doc/man-pages/pod1/fs.pod @@ -81,6 +81,7 @@ L|fs_debug(1)>, L|fs_memdump(1)>, L|fs_messages(1)>, L|fs_minidump(1)>, +L|fs_monitor(1)>, L|fs_rxstatpeer(1)>, L|fs_rxstatproc(1)>, and L|fs_trace(1)>. @@ -217,6 +218,7 @@ L, L, L, L, +L, L, L, L, diff --git a/doc/man-pages/pod1/fs_monitor.pod b/doc/man-pages/pod1/fs_monitor.pod new file mode 100644 index 000000000..9631c609d --- /dev/null +++ b/doc/man-pages/pod1/fs_monitor.pod @@ -0,0 +1,54 @@ +=head1 NAME + +fs_monitor - Enable client logging to a remote monitoring station + +=head1 SYNOPSIS + +=for html +
+ +B S<<< [B<-server> >] >>> [B<-help>] + +B S<<< [B<-server> >] >>> [B<-help>] + +=for html +
+ +=head1 DESCRIPTION + +The B command (aka B) sets the cache monitor host +address (or turns it off). + +=head1 CAUTIONS + +This command is hidden since the necessary remote monitoring component, +B, is not part of OpenAFS. This system is not currently +distributed or supported. + +=head1 OPTIONS + +=over 4 + +=item B<-server> > + +Name (or address) of the B host that monitoring information +should be sent to. Setting the server to I turns off monitoring. + +=item B<-help> + +Prints the online help for this command. All other valid options are +ignored. + +=back + +=head1 PRIVILEGE REQUIRED + +The issuer must be super-user on the local machine. + +=head1 COPYRIGHT + +Copyright 2009 Steven Jenkins + +This documentation is covered by the BSD License as written in the +doc/LICENSE file. This man page was written by Steven Jenkins for +OpenAFS.