Chris Florio | 1 Feb 2005 22:57
Picon

Newbie cricket question

I've got a newbie cricket question.

I'm monitoring a cisco router with a fairly hot gigabitethernet 
interface, and at the (it seems) peak times the graph stops showing data 
and the Cur value shows Not a Number (NaN).  I have looked at the 
cricket-logs and there surely are numbers there. 

Any ideas on why this would be happening?  It is only on this one really 
hot link and only during the hot times.

Thanks

-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
David Behr | 2 Feb 2005 01:04

Netenforcer Allot and Sven Hergenhahn

Hi

 

I am replying to Sven Hergenhahn and his problems with the Netenforcer from Allot.  Unfortunately I cannot get Sven’s email directly since I have just become a member of the group… 

 

However, I have managed to get Cricket instance mapping working – so I can now monitor a virtual channel based on its name. 

 

If anyone needs more info, let me know directly.  I would also love to chat offline with anyone using the Allot NEs, to see if I could be using them better….

 

Here is my Cricket config:

 

In Defaults I have:

 

map vc-matches-target

    base-oid    =   vcName

    match       =   /^.*\\[%auto-target-name%\\].*$/

 

Target --default--

    inst        =   map(vc-matches-target)

    snmp-host   =   %router%

 

Then in my targets file I can just do this:

 

Target    --default--

    snmp-community      = xxxxx

        router = x.x.x.x

        target-type = neVC

 

target POP3

        short-desc = "POP3"

 

Note that all my pipes/VCs are named with [ ] around the part I want to match – I got that idea from the Defaults sample config.

 

Regards

 

David

yilmaz.atag | 2 Feb 2005 23:26
Picon
Favicon

Cricket and SNMP V3

Hi all,

Can cricket support SNMP V3 protocol?
If it does, do I have to do anything
besides configuring the "snmp-version = 3"
entry in the Default file?

Thanks.

Yilmaz.

-----------------------------------------------
ABS Web Site:  www.abs.gov.au

-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
Robert G. Werner | 3 Feb 2005 01:08

Re: Newbie cricket question

Chris Florio wrote:
> I've got a newbie cricket question.
> 
> I'm monitoring a cisco router with a fairly hot gigabitethernet 
> interface, and at the (it seems) peak times the graph stops showing data 
> and the Cur value shows Not a Number (NaN).  I have looked at the 
> cricket-logs and there surely are numbers there.
> Any ideas on why this would be happening?  It is only on this one really 
> hot link and only during the hot times.
> 
> Thanks
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
> Tool for open source databases. Create drag-&-drop reports. Save time
> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
> Download a FREE copy at http://www.intelliview.com/go/osdn_nl
> _______________________________________________
> cricket-users mailing list
> cricket-users <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cricket-users
> 
Could it be a units issue?  Maybe the number is overflowing or 
resulting in a divide by zero?

-- 
In Reach Technology:    http://www.inreachtech.net/

Robert G. Werner
robert <at> inreachtech.net

Tel: 559.304.5122

I WILL NOT SHOW OFF
I WILL NOT SHOW OFF
I WILL NOT SHOW OFF
I WILL NOT SHOW OFF

	Bart Simpson on chalkboard in episode 7F21

-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
Jim Ridley | 7 Feb 2005 21:28

Windows 2003

Hello All: Does anyone have a URL that shows HowTo setup Cricket to collect
data from Windows 2003 servers via SNMP? I have it working nicely on Linux
collecting lots of data from other OS, but need the kindergarten HowTo for
Win2K3

Tx, Jim -- doveryay, no proveryay --

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
Greg Montgomery | 8 Feb 2005 03:28

Adding date range to the grapher UI

I have what I would think is a common question, but I can't find it in the archives.  I want to have a begin and end date in the grapher UI so I can view custom date ranges instead of the default ranges like 'hourly', 'daily', etc.  Surely other people want to do this as well.  Is this possible? Already done?
 
Thanks,
 
Greg
 
Kevin | 8 Feb 2005 06:37
Picon

Re: Adding date range to the grapher UI

On Mon, 7 Feb 2005 21:28:33 -0500, Greg Montgomery
<greg <at> montgomeryhouse.net> wrote:
> I have what I would think is a common question, but I can't find it in the
> archives.  I want to have a begin and end date in the grapher UI so I can
> view custom date ranges instead of the default ranges like 'hourly',
> 'daily', etc.  Surely other people want to do this as well.  Is this
> possible? Already done?

It's trivial to add an additional arbitrary time range (range=XXXX
argument) for the
grapher, equivalent to setting an end date of 'now' and a begin date
any number of seconds in the past.

Technical, rrdgraph can accept a 'start' and 'end' value, so this is
not impossible, though it would require significant changes to
grapher,cgi

Kevin Kadow

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
Kevin | 8 Feb 2005 06:52
Picon

Patch to grapher.cgi to support drawing arbitrary height/width graphs

Is cricket-users an appropriate place to post patches?

I have a simple patch to 'grapher.cgi' to accept as parameters two
optional positive integers the height and width of the image to draw, e.g.
height=200;width=600

With the patch, the usual requests (not specifying height/width) are
drawn using the default values. If given, the new parameters are used in
the hash for calculating image names, so a client will not receive graphs
of an unexpected size when a cached image is served up.

I've found this patch invaluable in creating custom web pages using
graphs from multiple sources as inline <IMG> graphics.

Kevin Kadow

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
Adams, Russell L. | 8 Feb 2005 18:30

Re: Adding date range to the grapher UI

Adding dynamic start/end times has been discussed many times, however
no one has yet undertaken the effort to make the changes.

If I recall properly from looking at the code a while back, one of the
stumbling blocks was regarding handling Events inserting a vertical
ruler at specific times.

Russell

On Mon, Feb 07, 2005 at 11:37:50PM -0600, Kevin wrote:
> On Mon, 7 Feb 2005 21:28:33 -0500, Greg Montgomery
> <greg <at> montgomeryhouse.net> wrote:
> > I have what I would think is a common question, but I can't find it in the
> > archives.  I want to have a begin and end date in the grapher UI so I can
> > view custom date ranges instead of the default ranges like 'hourly',
> > 'daily', etc.  Surely other people want to do this as well.  Is this
> > possible? Already done?
> 
> It's trivial to add an additional arbitrary time range (range=XXXX
> argument) for the
> grapher, equivalent to setting an end date of 'now' and a begin date
> any number of seconds in the past.
> 
> Technical, rrdgraph can accept a 'start' and 'end' value, so this is
> not impossible, though it would require significant changes to
> grapher,cgi
> 
> Kevin Kadow
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> cricket-users mailing list
> cricket-users <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cricket-users

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
Ed Ravin | 8 Feb 2005 23:02
Picon
Favicon

Re: Patch to grapher.cgi to support drawing arbitrary height/width graphs

On Mon, Feb 07, 2005 at 11:52:21PM -0600, Kevin wrote:
> Is cricket-users an appropriate place to post patches?

You can post them either here or cricket-developers.  I'd recommend
the latter if the patch is of the "don't try this at home, kids"
complexity.

But the best place to post the patch is into the Cricket repository
on Sourceforge (cricket.sf.net).  The folks on cricket-developers
will ask you to do this anyway to make sure they don't lose track
of your patch.

	-- Ed

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

Gmane