From 01ba5ab1ed24d14c1068d5dac951cbea1befba10 Mon Sep 17 00:00:00 2001 From: Steven Jenkins Date: Mon, 18 May 2009 19:35:31 +0000 Subject: [PATCH] man-page-fs-monitor-20090518 LICENSE IPL10 FIXES 124790 Add man page for fs monitor. --- doc/man-pages/README | 1 - doc/man-pages/pod1/fs.pod | 2 ++ doc/man-pages/pod1/fs_monitor.pod | 54 +++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 doc/man-pages/pod1/fs_monitor.pod diff --git a/doc/man-pages/README b/doc/man-pages/README index 1e5911816..3c55186af 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. -- 2.39.5