From 8c310f027239ba464c73d4d418874a217e2b5877 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Mon, 5 Oct 2009 17:41:31 +0000 Subject: [PATCH] Fixed formatting and typos in monadd man page (bug 2873021) git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4296 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/monadd.1.pod | 43 +++++++++++++++++++----------- 1 file changed, 28 insertions(+), 15 deletions(-) diff --git a/xCAT-client/pods/man1/monadd.1.pod b/xCAT-client/pods/man1/monadd.1.pod index 1af28f860..3d072ae43 100644 --- a/xCAT-client/pods/man1/monadd.1.pod +++ b/xCAT-client/pods/man1/monadd.1.pod @@ -2,8 +2,6 @@ B - Registers a monitoring plug-in to the xCAT cluster. - - =head1 SYNOPSIS I @@ -26,15 +24,25 @@ I is the monitoring plug-in specific settings. It is used to customize =head1 OPTIONS +=over 10 -B<-h | --help> Display usage message. +=item B<-h | --help> -B<-n | --nodestatmon> Indicate that this monitoring plug-in will be used for feeding the node liveness status to the xCAT I table. +Display usage message. -B<-s | --settings> Specifies the plug-in specific settings. These settings will be used by the plug-in to customize certain entities for the plug-in or the third party monitoring software. e.g. -s mon_interval=10 -s toggle=1. +=item B<-n | --nodestatmon> -B<-v | --version > Command Version. +Indicate that this monitoring plug-in will be used for feeding the node liveness status to the xCAT I table. +=item B<-s | --settings> + +Specifies the plug-in specific settings. These settings will be used by the plug-in to customize certain entities for the plug-in or the third party monitoring software. e.g. -s mon_interval=10 -s toggle=1. + +=item B<-v | --version > + +Command Version. + +=back =head1 RETURN VALUE @@ -44,36 +52,41 @@ B<-v | --version > Command Version. =head1 EXAMPLES -1. To register gangliamon plug-in module (which interacts with Ganglia monitoring software) to monitor the xCAT cluster, enter: +=over 3 + +=item 1. + +To register gangliamon plug-in module (which interacts with Ganglia monitoring software) to monitor the xCAT cluster, enter: monadd gangliamon -2. To register rmcmon plug-in module (which interacts with IBM's RSCT monitoring software) to monitor the xCAT cluster and have it feed the node liveness status to xCAT's I table, enter: +=item 2. + +To register rmcmon plug-in module (which interacts with IBM's RSCT monitoring software) to monitor the xCAT cluster and have it feed the node liveness status to xCAT's I table, enter: monadd rmcmon -n This will also add the I to the I table. To view the content of the I table, enter: + tabdump postscritps #node,postscripts,comments,disable "service","servicenode",, "xcatdefaults","syslog,remoteshell,configrmcnode",, -3. To register xcatmon plug-in module to feed the node liveness status to xCAT's I table, enter: +=item 3. - monaddt rmcmon -n -s ping-interval=2 +To register xcatmon plug-in module to feed the node liveness status to xCAT's I table, enter: + + monadd rmcmon -n -s ping-interval=2 where 2 is the number of minutes between the pings. - +=back =head1 FILES /opt/xcat/bin/monadd - =head1 SEE ALSO L, L, L, L, L, L - - -