2008-01-15 14:50:27 +00:00
=head1 NAME
2008-08-02 16:18:07 +00:00
2008-03-21 20:32:41 +00:00
B<monstop> - Stops a monitoring plug-in module to monitor the xCAT cluster.
2008-01-15 14:50:27 +00:00
2008-08-02 16:18:07 +00:00
2008-01-15 14:50:27 +00:00
=head1 SYNOPSIS
2008-08-02 16:18:07 +00:00
2008-03-21 20:32:41 +00:00
I<monstop [-h| --help]>
2008-01-15 14:50:27 +00:00
2008-03-21 20:32:41 +00:00
I<monstop [-v| --version]>
2008-01-15 14:50:27 +00:00
2008-03-21 20:32:41 +00:00
I<monstop name>
2008-01-15 14:50:27 +00:00
=head1 DESCRIPTION
2008-08-02 16:18:07 +00:00
This command is used to unregister a monitoring plug-in module from the I<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.
2008-01-15 14:50:27 +00:00
=head1 Parameters
2008-08-02 16:18:07 +00:00
I<name> is the name of the monitoring plug-in module in the I<monitoring> table.
2008-01-15 14:50:27 +00:00
=head1 OPTIONS
B<-h | -help> Display usage message.
2008-08-02 16:18:07 +00:00
B<-v | -version > Command Version.
2008-01-15 14:50:27 +00:00
2008-08-02 16:18:07 +00:00
B<-V | -verbose> Verbose output.
2008-01-15 14:50:27 +00:00
=head1 RETURN VALUE
0 The command completed successfully.
1 An error has occurred.
=head1 EXAMPLES
2008-01-18 19:42:40 +00:00
1.To stop gangliamon plug-in module (which interacts with Ganglia monitoring software) to monitor the xCAT cluster, enter:
2008-01-15 14:50:27 +00:00
2008-03-21 20:32:41 +00:00
monstop gangliamon
2008-01-18 19:42:40 +00:00
2008-08-02 16:18:07 +00:00
Please note that gangliamon must have been registered in the xCAT I<monitoring> table. For a list of registered plug-in modules, use command I<tabdump monitoring>.
2008-01-15 14:50:27 +00:00
2008-08-02 16:18:07 +00:00
=head1 FILES
2008-01-15 14:50:27 +00:00
2008-03-21 20:32:41 +00:00
/opt/xcat/bin/monstop
2008-01-15 14:50:27 +00:00
2008-08-02 16:18:07 +00:00
=head1 SEE ALSO
2008-01-15 14:50:27 +00:00
2008-08-02 16:18:07 +00:00
L<monstart(1)|monstart.1>, L<monls(1)|monls.1>
2008-01-15 14:50:27 +00:00