head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.10 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.6 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.4 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.2.0.42 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.40 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.38 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.36 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.34 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.32 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.30 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.28 pkgsrc-2008Q1:1.2.0.26 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.24 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.22 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.20 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.18 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.16 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.14 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.12 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.10 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.8 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.6 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.4 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.2 pkgsrc-2005Q1-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2009.11.10.14.55.18; author brook; state dead; branches; next 1.2; 1.2 date 2005.02.10.02.33.53; author jschauma; state Exp; branches; next 1.1; 1.1 date 2005.02.07.14.33.21; author jschauma; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.02.07.14.33.21; author jschauma; state Exp; branches; next ; desc @@ 1.3 log @Update to v3.1.2. The number of changes over the intervening years is too large to list here. See the ChangeLog file or the home page for details. @ text @$NetBSD: patch-ag,v 1.2 2005/02/10 02:33:53 jschauma Exp $ --- gmond/cmdline.c.orig 2005-02-07 22:23:36.000000000 -0500 +++ gmond/cmdline.c 2005-02-07 22:24:47.000000000 -0500 @@@@ -42,7 +42,7 @@@@ printf("\n"); printf(" -h, --help Print help and exit\n"); printf(" -V, --version Print version and exit\n"); - printf(" -c, --conf=STRING Location of gmond configuration file (default=\n `/etc/gmond.conf')\n"); + printf(" -c, --conf=STRING Location of gmond configuration file (default=\n `@@PKG_SYSCONFDIR@@/gmond.conf')\n"); printf(" -l, --location=STRING Location of this host in the cluster \n 'rack,rank,plane'. (default=`0,0,0')\n"); printf(" -d, --debug=INT Debug level. If greater than zero, daemon will stay \n in foreground. (default=`0')\n"); printf(" -f, --foreground Run in foreground (don't daemonize) (default=off)\n"); @@@@ -84,7 +84,7 @@@@ args_info->bandwidth_given = 0 ; args_info->convert_given = 0 ; #define clear_args() { \ - args_info->conf_arg = gengetopt_strdup("/etc/gmond.conf") ;\ + args_info->conf_arg = gengetopt_strdup("@@PKG_SYSCONFDIR@@/gmond.conf") ;\ args_info->location_arg = gengetopt_strdup("0,0,0") ;\ args_info->debug_arg = 0 ;\ args_info->foreground_flag = 0;\ @ 1.2 log @Upgradde ganglia-monitor-core to version 3.0.0, which was released one day after the initial import of this package. @ text @d1 1 a1 1 $NetBSD: $ @ 1.1 log @Initial revision @ text @d3 14 a16 14 --- gmond/cmdline.c.orig 2005-02-04 17:32:28.000000000 -0500 +++ gmond/cmdline.c 2005-02-04 17:32:47.000000000 -0500 @@@@ -49,7 +49,7 @@@@ "Usage: %s [OPTIONS]...\n", PACKAGE); printf(" -h --help Print help and exit\n"); printf(" -V --version Print version and exit\n"); - printf(" -cSTRING --conf=STRING Location of gmond configuration file (default='/etc/gmond.conf')\n"); + printf(" -cSTRING --conf=STRING Location of gmond configuration file (default='@@PKG_SYSCONFDIR@@/gmond.conf')\n"); printf(" -lSTRING --location=STRING Location of this host in the cluster 'rack,rank,plane'. (default='0,0,0')\n"); printf(" -dINT --debug=INT Debug level. If greater than zero, daemon will stay in foreground. (default=0)\n"); } @@@@ -81,7 +81,7 @@@@ args_info->location_given = 0 ; args_info->debug_given = 0 ; d18 3 a20 3 - args_info->conf_arg = strdup("/etc/gmond.conf") ;\ + args_info->conf_arg = strdup("@@PKG_SYSCONFDIR@@/gmond.conf") ;\ args_info->location_arg = strdup("0,0,0") ;\ d22 1 a22 1 } @ 1.1.1.1 log @Initial import of ganglia-monitor-core into pkgsrc: Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids. It is based on a hierarchical design targeted at federations of clusters. It relies on a multicast-based listen/announce protocol to monitor state within clusters and uses a tree of point-to-point connections amongst representative cluster nodes to federate clusters and aggregate their state. It leverages widely used technologies such as XML for data representation, XDR for compact, portable data transport, and RRDtool for data storage and visualization. It uses carefully engineered data structures and algorithms to achieve very low per-node overheads and high concurrency. The implementation is robust, has been ported to an extensive set of operating systems and processor architectures, and is currently in use on over 500 clusters around the world. It has been used to link clusters across university campuses and around the world and can scale to handle clusters with 2000 nodes. http://ganglia.sourceforge.net @ text @@