Ed Ravin | 1 Jun 2007 15:58
Picon
Favicon

Script for detecting RRDs not collecting

>    On Tue, Apr 24, 2007 at 05:26:34PM -0300, Nicolas Royo wrote:
>    > Im using cricket for monitoring customized wireless APs and
>    therefore, clientes that are very dinamic.
>    > As the number of targets rises to about 4000 clients, I was looking a
>    way for detecting who have activity and who dont.

See attached script.  It checks the log files and the RRD files for
things that are out of date.  I'm not sure if I would call it
production quality, but it might fit the bill for you.

If you're keeping things in your RRD directory that are old, like
a router or host that's not online anymore but you kept the RRD
in your config so you could compare against current graphs, then
use the "--ignore" option for those files.
#!/bin/sh

set -u

# Monitor a Cricket installation
# complain if it appears that Cricket is not running or if a
# configured Cricket directory is not getting any RRD updates

USAGE="Usage: cricket.monitor [-ignore dir-pattern ]"

# tasks:

# if cron job writes to temp file, make sure it is recent

(Continue reading)

Mr Router | 5 Jun 2007 15:08
Picon

UID issue while Installing from FreeBSD port

Hello , im installing nav & it tries to install cricket as dependency , but
insatlltion process stops

===>  cricket-1.0.5_4 uses a UID registered to another port.
*** Error code 1
Stop in /usr/ports/net-mgmt/cricket.
*** Error code 1

any idea to reslove this issue ? im stuk on taht ,

thankx in Advance

Mr.Router
===================
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
James R Emerson | 5 Jun 2007 15:17
Favicon

Install Issues

After following the official documentation and the documentation here:

http://www.onlamp.com/pub/a/apache/2000/03/17/cricket.html?page=2

I have run into some issues with installing cricket. 

I have installed all of the perl modules as well as SNMP_session and
RRDtool. I did compile RRDtool using make site-perl-install.

I am trying to install  cricket-1.0.5  and rrdtool-1.2.23 this is on a
centos5 box.

The error that I receive when trying to run the command:
cricket/collector /http-performance

[cricket <at> localhost ~]$ cricket/collector /http-performance
Can't locate RRDs.pm in  <at> INC ( <at> INC contains: cricket/./lib
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7
/usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7
/usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5
(Continue reading)

Alan Edmonds | 5 Jun 2007 15:23

Re: UID issue while Installing from FreeBSD port


I'm not sure why cricket isn't listed in there, but I think you can fix it by editting /usr/ports/UIDs and
removing entry for UID number 81.

Alan

-----Original Message-----
From: cricket-users-bounces <at> lists.sourceforge.net
[mailto:cricket-users-bounces <at> lists.sourceforge.net]On Behalf Of Mr
Router
Sent: 05 June 2007 14:09
To: cricket-users <at> lists.sourceforge.net
Subject: [cricket-users] UID issue while Installing from FreeBSD port

Hello , im installing nav & it tries to install cricket as dependency , but
insatlltion process stops

===>  cricket-1.0.5_4 uses a UID registered to another port.
*** Error code 1
Stop in /usr/ports/net-mgmt/cricket.
*** Error code 1

any idea to reslove this issue ? im stuk on taht ,

thankx in Advance

Mr.Router
===================
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
(Continue reading)

Greg | 3 Jun 2007 15:58

How change eg. font size for legened

I'm having this problem with Cricet. I tried to change the
default font of rrdtool using variable:
eg. rrd-graph-args  --font DEFAULT:12:times.ttf ,
but it does not seem to refered, since the font is  not
changing after graph updates, I have error:
"Failed to graw graph. Check your server's error log for details."

I read http://oss.oetiker.ch/rrdtool/doc/rrdgraph.en.html
and I probe set this in grapher.cgi in section  ...my( <at> args)...
but all time I this have error.

Log:
[Sun Jun 03 15:40:29 2007] [error] [client 192.168.10.31] [03-Jun-2007 
15:40:29*]
rrd graph: /tmp/cricket-cache/cricket-fa5be664.png -a PNG -r -l 10 
--base 1024
--slope-mode --start -151200 --vertical-label bits per second --width 
498 --height 187
 -n TITLE:15:/usr/share/fonts/corefonts/arial.ttf  (...)

How change eg. font size  for legened? Any idea?

----------------------------------------------------------------------
Cywilizacje powstaja z gliny i zelaza. Travian 
>>> http://link.interia.pl/f1a7e

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
(Continue reading)

Marc Powell | 5 Jun 2007 15:55
Favicon

Re: Install Issues


> -----Original Message-----
> From: cricket-users-bounces <at> lists.sourceforge.net
[mailto:cricket-users-
> bounces <at> lists.sourceforge.net] On Behalf Of James R Emerson
> Sent: Tuesday, June 05, 2007 8:17 AM
> To: cricket-users <at> lists.sourceforge.net
> Subject: [cricket-users] Install Issues
> 
> After following the official documentation and the documentation here:
> 
> http://www.onlamp.com/pub/a/apache/2000/03/17/cricket.html?page=2
> 
> 
> 
> I have run into some issues with installing cricket.
> 
> 
> 
> I have installed all of the perl modules as well as SNMP_session and
> RRDtool. I did compile RRDtool using make site-perl-install.
> 
> 
> 
> I am trying to install  cricket-1.0.5  and rrdtool-1.2.23 this is on a
> centos5 box.
> 
> The error that I receive when trying to run the command:
> cricket/collector /http-performance
> 
(Continue reading)

James R Emerson | 5 Jun 2007 20:23
Favicon

Re: Install Issues

It was done in that directory and completed with no errors.

Thanks,
James

-----Original Message-----
From: cricket-users-bounces <at> lists.sourceforge.net
[mailto:cricket-users-bounces <at> lists.sourceforge.net] On Behalf Of Marc
Powell
Sent: Tuesday, June 05, 2007 9:56 AM
To: cricket-users <at> lists.sourceforge.net
Subject: Re: [cricket-users] Install Issues

> -----Original Message-----
> From: cricket-users-bounces <at> lists.sourceforge.net
[mailto:cricket-users-
> bounces <at> lists.sourceforge.net] On Behalf Of James R Emerson
> Sent: Tuesday, June 05, 2007 8:17 AM
> To: cricket-users <at> lists.sourceforge.net
> Subject: [cricket-users] Install Issues
> 
> After following the official documentation and the documentation here:
> 
> http://www.onlamp.com/pub/a/apache/2000/03/17/cricket.html?page=2
> 
> 
> 
> I have run into some issues with installing cricket.
> 
> 
(Continue reading)

Mr Router | 6 Jun 2007 08:42
Picon

UID for Cricket cricket-1.0.5_4

Hi

What i steh UID cricket-1.0.5_4 port use in freebsd ?

Reagards

Mr.Router
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Mike Fisher | 6 Jun 2007 12:28
Picon

Re: Install Issues

How did you configure RRDtool when you built it?

Mike

James R Emerson wrote:
> It was done in that directory and completed with no errors.
> 
> Thanks,
> James
> 
> -----Original Message-----
> From: cricket-users-bounces <at> lists.sourceforge.net
> [mailto:cricket-users-bounces <at> lists.sourceforge.net] On Behalf Of Marc
> Powell
> Sent: Tuesday, June 05, 2007 9:56 AM
> To: cricket-users <at> lists.sourceforge.net
> Subject: Re: [cricket-users] Install Issues
> 
> 
> 
>> -----Original Message-----
>> From: cricket-users-bounces <at> lists.sourceforge.net
> [mailto:cricket-users-
>> bounces <at> lists.sourceforge.net] On Behalf Of James R Emerson
>> Sent: Tuesday, June 05, 2007 8:17 AM
>> To: cricket-users <at> lists.sourceforge.net
>> Subject: [cricket-users] Install Issues
>>
>> After following the official documentation and the documentation here:
>>
(Continue reading)

James R Emerson | 6 Jun 2007 15:10
Favicon

Re: Install Issues

I have the pages coming up properly, however now it is not drawing any
graphs, I have let it run overnight and I still am not seeing any graphs.
I am sure that this is an rrdtool issue.

I am running a centos5 box and have compiled rrdtool rrdtool-1.2.23

When I went to do the install cricket it said it was unable to find it in
the default path, so I have changed the path to /usr/local/rrdtool-1.2.23

I just used a straight ./configure make make install  to install rrdtool, 

Should this have been done differently?

Any suggestions would be greatly appreciated.

-----Original Message-----
From: Mike Fisher [mailto:mlf2 <at> tampabay.rr.com] 
Sent: Wednesday, June 06, 2007 6:28 AM
To: James R Emerson
Cc: cricket-users <at> lists.sourceforge.net
Subject: Re: [cricket-users] Install Issues

How did you configure RRDtool when you built it?

Mike

James R Emerson wrote:
> It was done in that directory and completed with no errors.
> 
> Thanks,
(Continue reading)


Gmane