62 lines
1.6 KiB
Plaintext
62 lines
1.6 KiB
Plaintext
|
=head1 NAME
|
||
|
|
||
|
B<stopmon> - stops a list of monitoring plug-in modules to monitor the xCAT cluster.
|
||
|
|
||
|
|
||
|
=head1 SYNOPSIS
|
||
|
|
||
|
I<stopmon [-h| --help]>
|
||
|
|
||
|
I<stopmon [-v| --version]>
|
||
|
|
||
|
|
||
|
I<stopmon name[,name...]>
|
||
|
|
||
|
|
||
|
=head1 DESCRIPTION
|
||
|
|
||
|
This command is used to manually stop a list of monitoring plug-in modules to monitor the xCAT cluster. A monitoring plug-in module acts as a bridge that connects a 3rd party monitoring software and the xCAT cluster. The plug-in modules must have been registered in the xCAT I<monitoring> database table. The registered plug-in modules is usually automatically started by xCAT when xcatd starts or when it is first registered.
|
||
|
|
||
|
=head1 Parameters
|
||
|
|
||
|
I<name> name is the name of the monitoring plug-in module in the monitoring table.
|
||
|
|
||
|
=head1 OPTIONS
|
||
|
|
||
|
|
||
|
B<-h | -help> Display usage message.
|
||
|
|
||
|
B<-v | -version > Command Version.
|
||
|
|
||
|
B<-V | -verbose> Verbose output.
|
||
|
|
||
|
|
||
|
=head1 RETURN VALUE
|
||
|
|
||
|
0 The command completed successfully.
|
||
|
|
||
|
1 An error has occurred.
|
||
|
|
||
|
=head1 EXAMPLES
|
||
|
|
||
|
1.To stop gangliamon plug-in module (which interacts with Ganglia monitoring software) and rmcmon plug-in module (which interacts with RMC) to monitor xCAT cluster, enter:
|
||
|
|
||
|
stopmon gangliamon,rmcmon
|
||
|
|
||
|
Please note that gangliamon and rmcmon must have been registered in the xCAT I<monitoring> table. For a list of registered plug-in modules, use command I<tabdump monitoring>. Refer to "monitoring plug-in infrastructure" in xCAT documents on how to register a monitoring plug-in module to monitor xCAT cluster.
|
||
|
|
||
|
|
||
|
=head1 FILES
|
||
|
|
||
|
/opt/xcat/bin/stopmon
|
||
|
|
||
|
|
||
|
=head1 NOTES
|
||
|
|
||
|
See startmon
|
||
|
|
||
|
This command is part of the xCAT software product.
|
||
|
|
||
|
|
||
|
|