Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46707 - cricket-1.0.4.ebuild (new package)
Summary: cricket-1.0.4.ebuild (new package)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://cricket.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-04-03 12:12 UTC by Sebastian Siewior
Modified: 2007-05-23 09:13 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
the ebuild (cricket-1.0.4.ebuild,1.52 KB, text/plain)
2004-04-03 12:13 UTC, Sebastian Siewior
Details
fix the snmp call (cricket-1.0.5-snmp-collect.patch,1.47 KB, patch)
2004-07-26 14:10 UTC, Sebastian Siewior
Details | Diff
ebuild updated to install to /var/lib/cricket (cricket-1.0.5.ebuild,1.54 KB, text/plain)
2005-02-05 13:28 UTC, siefkenj
Details
updated ebuild (cricket-1.0.5.ebuild,2.71 KB, text/plain)
2005-02-08 13:21 UTC, Sebastian Siewior
Details
small addon (cricket-1.0.5-back-hist.patch,796 bytes, patch)
2005-02-08 13:22 UTC, Sebastian Siewior
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Siewior 2004-04-03 12:12:30 UTC
Hello,

please find attached the ebuild for this package. 

Cricket is a high performance, extremely flexible system for monitoring trends in time-series data. Cricket was expressly developed to help network managers visualize and understand the traffic on their networks, but it can be used all kinds of other jobs, as well.
Cricket has two components, a collector and a grapher. The collector runs from cron every 5 minutes (or at a different rate, if you want), and stores data into a datastructure managed by RRD Tool. Later, when you want to check on the data you have collected, you can use a web-based interface to view graphs of the data.
Cricket reads a set of config files called a config tree. The config tree expresses everything Cricket needs to know about the types of data to be collected, how to get it, and from which targets it should collect data. The config tree is designed to minimize redundant information, making it compact and easy to manage, and preventing silly mistakes from occurring due to copy-and-paste errors. 

I suggest 'net-analyzer' as category.
Comment 1 Sebastian Siewior 2004-04-03 12:13:37 UTC
Created attachment 28639 [details]
the ebuild
Comment 2 Jon Hood (RETIRED) gentoo-dev 2004-04-14 15:34:20 UTC
http://prdownloads.sf.net/cricket/cricket-1.0.5.tar.gz
Also, instead of using the "mv" command, could you try to use "insdir" and "doins" or an alternative like that?
Comment 3 Sebastian Siewior 2004-04-15 11:35:24 UTC
rename to *5.ebuild it will work with the new version.
I player around with 'doins' but this command did not support directories / work recursive and -r from http://bugs.gentoo.org/show_bug.cgi?id=4084 is not supported.
my portage-2.0.50-r6 does not know 'insdir' and did not find any dox about this command :(. 
some ebuilds were using the mv command so I though that could be a good idea :)
Comment 4 Sebastian Siewior 2004-07-26 14:10:14 UTC
Created attachment 36229 [details, diff]
fix the snmp call

for some reason the 1.0.5 version won't collect snmap data with latest perl.
this patch fix this.
Comment 5 Daniel Black (RETIRED) gentoo-dev 2005-01-12 06:24:29 UTC
/home/cricket is not realy FHS place to install. Can it work in /usr/share/cricket?
Comment 6 Daniel Black (RETIRED) gentoo-dev 2005-01-25 07:00:07 UTC
please look closely at http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1
Comment 7 Sebastian Siewior 2005-01-27 01:22:32 UTC
Okey. 
I fix this within the next few days. I try to put the database thing to /var/lib/cricket and binary + info files like described in FHS :)
Comment 8 Daniel Black (RETIRED) gentoo-dev 2005-01-27 01:35:23 UTC
thankyou.
Comment 9 M. Edward Borasky 2005-01-29 11:59:40 UTC
Is this close to making it into Portage? I'm starting a project using Cricket and I'd like to have it in, even if masked "~x86". Thanks!!
Comment 10 siefkenj 2005-02-05 13:28:14 UTC
Created attachment 50473 [details]
ebuild updated to install to /var/lib/cricket
Comment 11 Sebastian Siewior 2005-02-08 13:21:15 UTC
Created attachment 50779 [details]
updated ebuild

I updated my ebuild file. I included 2 patches (snmp fix from cvs and small
addon I just added).
I moved the cricket folder to /var/lib/cricket/cricket_version and hope that's
okey. There are the perl files and modules inside. The docs are in
/use/share/doc/... and the ebuild also updates the paths in the some files :)
I personally think it is better to have them all in a tree but if you want the
perl scripts in /usr/bin and its perl-modules in /usr/lib/cricket I can try to
split it.
Comment 12 Sebastian Siewior 2005-02-08 13:22:14 UTC
Created attachment 50780 [details, diff]
small addon

small addon for grapher.cgi
Comment 13 Peter Volkov (RETIRED) gentoo-dev 2005-06-22 08:48:46 UTC
(In reply to comment #9)  
> Is this close to making it into Portage? I'm starting a project using Cricket  
and I'd like to have it in, even if masked "~x86". Thanks!!  
  
You may put ebuild into PORTDIR_OVERLAY (see man make.conf(5)) and tell us if 
it works for you. 
Comment 14 Peter Volkov (RETIRED) gentoo-dev 2005-06-22 08:55:00 UTC
HOMEPAGE in the ebuild is wrong. The right one: http://cricket.sourceforge.net/ 
Comment 15 Peter Ton 2005-07-12 07:53:26 UTC
the dependancies should read:

net-analyzer/rrdtool
perl-core/Digest-MD5
dev-perl/libwww-perl
perl-core/DB_File
dev-perl/TimeDate
perl-core/Time-HiRes
dev-perl/SNMP_Session

instead of:

net-analyzer/rrdtool 
dev-perl/Digest-MD5
dev-perl/libwww-perl
dev-perl/DB_File
dev-perl/TimeDate
dev-perl/Time-HiRes
dev-perl/SNMP_Session

in other words, the location of some Perl ebuilds has changed
Comment 16 Markus Ullmann (RETIRED) gentoo-dev 2007-02-15 23:06:58 UTC
Still interested in this package?
Comment 17 Markus Ullmann (RETIRED) gentoo-dev 2007-05-23 09:13:59 UTC
Interest lost it seems