Jared Gillis | 4 Jul 2006 01:30
Favicon

Problem with multi-target sums

Hey all,

I've set up a multi-target sum graph in cricket, and it's not working. I've
got several other multi-target sums set up that work fine, and I've
duplicated the config. The only difference is a different target-type.
Here's the relevant config:

targetType      F740QuotaTree
        ds              = "treeCurK, treeMaxK, treeCurFiles, treeMaxFiles"
        view            = "Bytes Used: treeCurK treeMaxK,
                           Files Used: treeCurFiles treeMaxFiles"

This is to graph quota trees on NetApp filers. The target works, as regular
targets with this type work as expected.

target "Mail trees (sum)"
        mtargets = "na1-1.san/mail;
		na1-2.san/mail;
		na2-1.san/mail;
		na2-2.san/mail;"
        mtargets-ops = "sum()"
        target-type = F740QuotaTree
        short-desc = "Mail trees (sum)"

This is the target definition for the multi-target sum. It's based on
another multi-target that works (using standard-interface as it's type).

There are a few errors I'm seeing in the httpd logs, but this seems to be
the centerpoint:
[03-Jul-2006 15:47:00*] Failed to get dslist from view name.
(Continue reading)

Edmonds, Alan | 7 Jul 2006 11:03

'collect = create' patch for collector


First of all, I like cricket because it's not "network device" centric like most of the other 
applications (cacti, mrtg, etc).  I'm focused on applications and it provides a
good framework for monitoring.

My cricket setup monitors network devices (via SNMP), and applications (offline collection). 
I have built a collection of scripts that process log files, etc, and produce files that
are transferred to the cricket server and then update the .rrd files (home grown script).
The targets collected this way have the "collect = false" set in the target so the collector
doesn't try to update.  If this is a good thing or not is another discussion.  

This all mostly works.

One big problem is when I create a new target.  The syntax for the rrd create is very complicated 
and I don't want to mess with it too much.

I create a target definition, etc.  I set the ds-source to "exec:0:echo Nan".  etc.  
When I create the targets file, I specify

    collect = true

compile and run the collector manually or wait for the next cron run.  After the run,
I edit the targets file and change the true to false.

    collect = false

Then run compile.  Now the offline collection scripts run and update the .rrd etc.

This is tedious. 

(Continue reading)

Terje Bless | 9 Jul 2006 15:27
Picon
Favicon
Gravatar

Re: RRD Tool Update (FC4 package rrdtool.i386 1.2.13-2.fc4)

Shannon Reis <shanman <at> shanman.com> wrote:

>- Fedora has changed from a site based RRD to a local install
>- The new version enforces the "Comments must have colons escaped" rule

The former is a packaging issue; the Perl modules should be in the default
module search path without need for "use lib" additions in applications.

The latter is a known problem in Cricket with the new RRDTool and I think we
even have a patch for it gathering dust somewhere.

--

-- 
“Frailty, thy name is woman!”                    - Hamlet, Prince of Denmark.
                   See Project Gutenberg <URL:http://promo.net/pg/> for more.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
cricket-users mailing list
cricket-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cricket-users
Terje Bless | 9 Jul 2006 15:32
Picon
Favicon
Gravatar

Re: Cricket and Cisco FWSM

Madsen.Jan JMD <JMD <at> kmd.dk> wrote:

>Now I have run into some problems with Cisco FWSM boxes.
>The Cisco boxes is running the following software
>
>FWSM Firewall Version 3.1(1) <context>
>Device Manager Version 5.1(1)

The FWSM runs what is essentially PixOS 7.x and should behave similarly in terms
of SNMP. However, genDevConfig[0] may not recognize it as a such and probably
hasn't been extensively tested with PixOS 7.x yet so YMMV.

[0] — Francois Mikus' all-singing, all-dancing, Cricket config generator for
      multiple types of devices (routers, switches, firewalls, APs, servers,
      etc.). See <http://www.acktomic.com/cricket/cricket-genRtrConfig.htm>
      for details.
--

-- 
  “I don't mind being thought of as a badguy,
   but it /really/ annoys me to be thought of
   as an *incompetent* badguy!” -- John Moreno

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
cricket-users mailing list
cricket-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cricket-users
(Continue reading)

Rahul, Jaz | 11 Jul 2006 19:17

Re: Cricket and Cisco FWSM

I've modified my "Default" file to include the following for FWSMs:

# The following OIDs are for FWSM (FireWall Switch Modules) These are
being
#   added due to the slight difference in meaning compared to previous
#   definitions

#OID     cpmCPUTotalPhysicalIndex       defined above
OID     FWSM5secCPU                     1.3.6.1.4.1.9.9.109.1.1.1.1.3
#               defined above as cpmCPUTotal1min
OID     FWSM1minCPU                     1.3.6.1.4.1.9.9.109.1.1.1.1.4
#               defined above as cpmCPUTotal5min
OID     FWSM5minCPU                     1.3.6.1.4.1.9.9.109.1.1.1.1.5
OID     FWSMMaxConn
1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.7

datasource FWSM5secCPU
    ds-source   = snmp://%snmp%/FWSM5secCPU.%inst%
    rrd-ds-type = GAUGE

datasource FWSM1minCPU
    ds-source   = snmp://%snmp%/FWSM1minCPU.%inst%
    rrd-ds-type = GAUGE

datasource FWSM5minCPU
    ds-source   = snmp://%snmp%/FWSM5minCPU.%inst%
    rrd-ds-type = GAUGE

datasource fByteBlocksFree
   rrd-ds-type     =   GAUGE
(Continue reading)

Thor Spruyt | 14 Jul 2006 00:54
Picon
Favicon

Architecture migration scripts

Hi,

I had to move a cricket installation with a lot of trees and targets from a
sparc/solaris to a x86/linux a while ago.
I searched the internet for tools to easily do this job (rrd->xml; scp;
xml->rrd), but couldn't find any. Therefore I creating 2 scripts myself.

They are downloadable (not forever!) from
http://www.thor-spruyt.com/rrd-architecture-migration.tar
Feel free to add them to the Cricket contributions.

--
Groeten, Regards, Salutations,

Thor Spruyt
M: +32 (0)475 67 22 65
E: thor.spruyt <at> telenet.be
W: www.thor-spruyt.com

www.salesguide.be
www.telenethotspot.be

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
TheJack | 14 Jul 2006 18:12
Favicon

Incorrect URLs generated in grapher.cgi and minigraph.cgi

K.. New install on Windows.  I'm decently experienced with MRTG/RRD on windows, but Cricket is new to me.  Everything seems to be working, compile, collect, etc.  But the URLs/Links on grapher.cgi and mini-graph.cgi are incorrect.
 
All the links, hyperlinks, images are coming out with a URL like this:
 
 
When it should be:
 
 
My stuff looks like this:
 
$gCricketHome = "c:/cricket-1.0.5";
$gInstallRoot = "c:/cricket-1.0.5";
$gConfigRoot = "$gInstallRoot/cricket-config";
$gDbAccess = "slurp"; # Slurp the database into memory
$gCacheDir = "c:/cricket-1.0.5/cricket-cache";
 
Any advice you can give would be greatly appreciated.
 
Jack

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
cricket-users mailing list
cricket-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cricket-users
Richman, Marc | 14 Jul 2006 22:35

Bad links in contrib page

Is anybody maintaining the contrib page anymore? 

The following are no longer available:
    unix_host_resources
    cricket-linux-boxen
    netsaintcricket.tar
    cricket-latency
    novell_netware_resources
    cricket-95
    Traffic for Cricket

I also get the feeling that new things are not finding their way onto
this page, but I haven't looked through the archives to figure this out

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Haq | 15 Jul 2006 11:51
Picon

Error in compiling

Dear All,
    I am getting the error when i compile the cricket. The error is "Use of uninitialized value at /home/cricket/cricket/lib/ConfigTree/Node.pm line
238."
 
Can Anybody help me on this error.
 
Regards,
Haq

 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
cricket-users mailing list
cricket-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cricket-users
Ed Ravin | 15 Jul 2006 18:53
Picon
Favicon

Re: Bad links in contrib page

On Fri, Jul 14, 2006 at 04:35:02PM -0400, Richman, Marc wrote:
> Is anybody maintaining the contrib page anymore? 
> 
> The following are no longer available:
>     unix_host_resources
>     cricket-linux-boxen

Those two are superceded by systemPerfConf.pl in Cricket-1.05.  They
shouldn't be needed anymore.

>     cricket-latency

That one worked for me after a bit of patching, but Smokeping is so much
better that I didn't see the point in using it.  I should still have a
version of it lying around somewhere if we want to put it back in the
archives.

>     netsaintcricket.tar
>     novell_netware_resources
>     cricket-95
>     Traffic for Cricket

Yeah, I went looking for Cricket-95 a few weeks ago and gave up.  Kind of
scary to think that Google doesn't archive everything forever :-).

> I also get the feeling that new things are not finding their way onto
> this page, but I haven't looked through the archives to figure this out

I haven't seen too many new things float by lately, but I suspect you're
right.  Unless the submitter is kind enough to file it on Sourceforge
as a patch or post it this (hopefully archived) mailing list, it won't
be easy for others to find.

It would also be nice to copy any remaining externally hosted Cricket
contribs to Sourceforge so we don't lose any more of them.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Gmane