NAME


B<monstop> -  Stops a monitoring plug-in module to monitor the xCAT cluster.
 
=head1 SYNOPSIS
 
I<monstop [-h| --help]>

monstop [-v| --version]

monstop name


DESCRIPTION

This command is used to unregister a monitoring plug-in module from the monitoring table. A monitoring plug-in module acts as a bridge that connects a 3rd party monitoring software and the xCAT cluster. Once unregistered, xCAT will ask the monitoring plug-in to stop the 3rd party software to monitor the xCAT cluster.


Parameters

name is the name of the monitoring plug-in module in the monitoring table.


OPTIONS

-h | -help Display usage message.

-v | -version Command Version.

-V | -verbose Verbose output.


RETURN VALUE

0 The command completed successfully.

1 An error has occurred.


EXAMPLES

1.To stop gangliamon plug-in module (which interacts with Ganglia monitoring software) to monitor the xCAT cluster, enter:

  monstop gangliamon

Please note that gangliamon must have been registered in the xCAT monitoring table. For a list of registered plug-in modules, use command tabdump monitoring.


FILES


/opt/xcat/bin/monstop


NOTES

See monstart monls

This command is part of the xCAT software product.