Hi Erich,
Sounds good to me. Can you see if you accept to apply the following patch? The
patch creates a man page for gangread (avoiding a warning with the Debian
package).
BTW, the files i submitted for the creation of the Debian package are not
available in the SVN version. Is it normal?
Regards,
Quoting Erich Focht <[EMAIL PROTECTED]>:
> Hi Geoffroy,
>
> netbootmgr is a separate project at sf.net, and I already took patches
> from you and integrated them. It is a normal sf.net project, with own
> mailing list and own repository. So if you have more, send them to me.
>
> Regards,
> Erich
>
> On Mittwoch 12 M�rz 2008, Geoffroy Vallee wrote:
> > Hi all,
> >
> > I will have soon a set of patches for netbootmgr. Since the netbootmgr
> > code is not directly included into OSCAR, i do not have a write access
> > to the netbootmgr SVN repository.
> >
> > Is it possible to have such a write access? Or do i need to send patches
> > here on the mailing list (which won't be convient)?
> >
> > Regards,
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Oscar-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>
Index: netbootmgr-status/gangread
===================================================================
--- netbootmgr-status/gangread (revision 6)
+++ netbootmgr-status/gangread (working copy)
@@ -18,6 +18,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# Copyright (c) 2006 Erich Focht
+# Copyright (c) 2008 Geoffroy Vallee <[EMAIL PROTECTED]>
+# Oak Ridge National Laboratory
#
# $Id: gangread 5969 2006-12-11 16:55:23Z focht $
@@ -241,3 +243,67 @@
return $res;
}
+__END__
+
+=head1 NAME
+
+Display ganglia metrics information.
+
+=head1 Syntax
+
+gangread [OPTIONS]
+
+=head2 Options
+
+Recognized options include:
+
+=over 9
+
+=item --ghost <GHOST>
+
+Query ganglia host GHOST. Default is oscar_server.
+
+=item --gport <GPORT>
+
+Use specified port for query. Default is 8649.
+
+=item --host|-h <NAME>
+
+Display info for specified host.
+
+=item --metric|-m <MET>
+
+Metric to be displayed.
+
+=item --listmetrics|-L
+
+List available metrics.
+
+=item --cluster|-c <NAME>
+
+Get info only from nodes of specified cluster.
+
+=item --listcluster|-C
+
+List available clusters.
+
+=item --file|-f <XML_FILE>
+
+Read metrics from specified file instead of the ganglia port.
+
+=item --verbose
+
+Verbose output.
+
+=back
+
+=head1 AUTHOR
+
+Erich Focht
+
+=head1 SEE ALSO
+
+perl(1)
+
+=cut
+
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel