You can subscribe to this list here.
| 2000 |
Jan
(52) |
Feb
(243) |
Mar
(354) |
Apr
(200) |
May
(195) |
Jun
(163) |
Jul
(137) |
Aug
(287) |
Sep
(158) |
Oct
(233) |
Nov
(177) |
Dec
(243) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(289) |
Feb
(238) |
Mar
(340) |
Apr
(194) |
May
(207) |
Jun
(290) |
Jul
(181) |
Aug
(119) |
Sep
(99) |
Oct
(109) |
Nov
(214) |
Dec
(192) |
| 2002 |
Jan
(143) |
Feb
(174) |
Mar
(256) |
Apr
(134) |
May
(185) |
Jun
(239) |
Jul
(154) |
Aug
(198) |
Sep
(119) |
Oct
(145) |
Nov
(170) |
Dec
(176) |
| 2003 |
Jan
(181) |
Feb
(175) |
Mar
(146) |
Apr
(126) |
May
(98) |
Jun
(152) |
Jul
(158) |
Aug
(118) |
Sep
(121) |
Oct
(104) |
Nov
(65) |
Dec
(114) |
| 2004 |
Jan
(115) |
Feb
(174) |
Mar
(99) |
Apr
(64) |
May
(97) |
Jun
(87) |
Jul
(66) |
Aug
(93) |
Sep
(58) |
Oct
(67) |
Nov
(75) |
Dec
(66) |
| 2005 |
Jan
(61) |
Feb
(47) |
Mar
(40) |
Apr
(27) |
May
(76) |
Jun
(64) |
Jul
(48) |
Aug
(52) |
Sep
(77) |
Oct
(71) |
Nov
(30) |
Dec
(34) |
| 2006 |
Jan
(39) |
Feb
(33) |
Mar
(22) |
Apr
(44) |
May
(39) |
Jun
(54) |
Jul
(25) |
Aug
(57) |
Sep
(14) |
Oct
(18) |
Nov
(37) |
Dec
(21) |
| 2007 |
Jan
(35) |
Feb
(42) |
Mar
(21) |
Apr
(21) |
May
(10) |
Jun
(26) |
Jul
(47) |
Aug
(14) |
Sep
(20) |
Oct
(17) |
Nov
(18) |
Dec
(2) |
| 2008 |
Jan
(17) |
Feb
(30) |
Mar
(3) |
Apr
(6) |
May
(14) |
Jun
(8) |
Jul
(17) |
Aug
(9) |
Sep
(4) |
Oct
|
Nov
(5) |
Dec
(2) |
| 2009 |
Jan
(9) |
Feb
|
Mar
(14) |
Apr
(2) |
May
(12) |
Jun
(5) |
Jul
(9) |
Aug
(6) |
Sep
(3) |
Oct
|
Nov
(1) |
Dec
(1) |
| 2010 |
Jan
(6) |
Feb
(1) |
Mar
(8) |
Apr
(2) |
May
(5) |
Jun
(6) |
Jul
(1) |
Aug
(7) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
(4) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2012 |
Jan
(2) |
Feb
|
Mar
|
Apr
(3) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(5) |
Nov
(2) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(9) |
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
|
From: Brandon B. <bb...@ca...> - 2014-09-12 18:08:36
|
Hello, we have been graphing Arris docsis 3.0 cable modems for years (errors, signal levels, and utilization) we recently received a new model modem from them and are having problems getting the errors and utilization to graph correctly. Looking for someone to assist in getting this correct. Thank You, Brandon Baker |
|
From: Kiss G. (Bitman) <ki...@ss...> - 2013-10-22 11:58:29
|
I wonder what is the concept of "preload node"
in case of "--default--" target.
File lib/ConfigTree/Node.pm, method parseLines():
my($node);
if ($token eq 'target') {
if ($name eq '--default--') {
if ($self->Done()) {
if (! $self->Preload()) {
$self->Debug("Making a preload node.");
$self->Preload(new ConfigTree::Node);
}
$node = $self->Preload();
$self->Debug("Using a preload node.");
} else {
$node = $self;
}
} else {
I can see that if the parser finds a second (third etc.)
"target --default--" stanza at the same level it passes the content
to the child node directly instead of normal inheritance mechanism.
But why?
Why --default-- targets are not simply merged?
(I want to mix manually maintained and machine generated config files
both containing "target --default--".)
Could somebody explain what was JRA's idea? :-)
Gabor
--
Spider-Pig, Spider-Pig
Does whatever a Spider-Pig does.
Can he swing from a web?
No, he can't, he's a pig.
Look out! He is a Spider-Pig.
|
|
From: Kiss G. (Bitman) <ki...@ss...> - 2013-09-23 13:09:37
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear folks, I've developed a massively parallel version of collector. It uses Net::SNMP Perl module to spread several (actually 512) concurrent SNMP requests to devices to poll. We use it in production since a week without any problem. I've experienced that pcollector needs time 40-70% less to run than collector does. (We have some 5800 SNMP polled device with variable number of interfaces and datasource complexity. Target number is about 22k.) The code is available as a Debian package from my private repository at http://debian6.ki.iif.hu/. (It is IPv6 only. Sorry for that.) Actual version is 1.0.5-19niif.5. Directory of binary and source packages is http://debian6.ki.iif.hu/pool/main/c/cricket/ ******************************************************* *** Attention *** This is "No Country for Old Men". :-) Our version of Cricket contains tons of enhancements and localizations developed in the past 10 years at NIIF Institute and Computer and Automation Institute (SZTAKI). It is obviously not a drop-in replacement of the program actually used by you. DO NOT install it unless you know what do you do. I warned you. ******************************************************* However you may want to study end develop pcollector program and its supporting library called Collector::Parallel. In the source package it is the file debian/patch/niif/58_pcollector.patch you may interested in. Minor changes and enhancements are to be expected in the near future. FYI: Our crontab looks like this: COLLECT=/usr/share/cricket/collect-subtrees PCOLLECT="/usr/share/cricket/collect-subtrees --parallel" 0-59/5 * * * * cricket $PCOLLECT slot0 >/dev/null 2>&1 1-59/5 * * * * cricket $PCOLLECT slot1 >/dev/null 2>&1 2-59/5 * * * * cricket $PCOLLECT slot2 >/dev/null 2>&1 [...] The slightly modified collect-subtrees accepts a --parallel or -p options and starts pcollector instead of legacy collector. pcollector first tries to gather and to cache all of the data reachable by SNMP then runs as legacy collector does: sequentially. When it needs an SNMP variable it gets from the cache if possible. In case of any problem (e.g instance remapping) it falls back to old mode. I hope you will find it useful. :-) Cheers Gabor -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Made with pgp4pine 1.76 iEYEARECAAYFAlJAOVkACgkQd2oiOrtquzh94ACfZYCPGJSPYq++Eo8hBzqpiOaH LtwAnjCGnD93T7fSr0uKO7Lk1AxxJk+q =zrm+ -----END PGP SIGNATURE----- |
|
From: Mellem, D. <Dan...@po...> - 2013-09-05 17:07:40
|
Hi, I have changed "height" from 200 to 500 and "height-hint" from 255 to 555 in the configuration, and it works fine. However, for ifInOctets and ifOutOctets, the scale is rounded and seems to have duplicates. For example, when the max traffic is just about 10Mbps, the scale shows as: 0, 0, 1, 2, 2, 2, 3, 4, 4, 4, 5, 6, 6, 6, 7, 8, 8, 8, 9, 10, 10 However, this is really: 0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10 If this maximum is less than 10, the scale shows decimals as expected. If have tried it without height-hint and with other values, but that didn't seem to help. We're using Cricket v. 1.0.5. Do you have any suggestions on how to expand the scale or to show the fractional part? Thank you, -Dan |
|
From: Merrett W. <Mer...@cb...> - 2013-06-27 11:33:37
|
You'll loose all your existing data if you delete the rrd file. If you want to keep existing data and the 7th missing data value is no longer available for some reason, populate an extra value (any value) and just label the graph to ignore or just don't even put it in the graph. On 6/27/13 6:52 AM, "Anders Synstad" <and...@ba...> wrote: >> What do the below errors mean and how can i fix them ? >> >> cricket@s64lmwbialm ~/cricket #./collector >>/MATERIEL/OSMOSE/PRODUCTION/Cluster_Services/s64lmwbigl5/cpu >> [27-Jun-2013 10:16:32 ] Starting collector: Cricket version 1.0.3 >>(2001-11-06) >> [27-Jun-2013 10:16:35 ] Retrieved data for cpu (): >>33908788,2185,54739353,218619,68796369,1291271386 >> [27-Jun-2013 10:16:35*] Cannot update >>/home/cricket/cricket-config/../cricket-data//MATERIEL/OSMOSE/PRODUCTION/ >>Cluster_Services/s64lmwbigl5/cpu.rrd: expected 7 data source readings >>(got 6) from N:33908788:2185:54739353:218619:68796369:1291271386:... >> >> [27-Jun-2013 10:16:35 ] Processed 1 targets in 4 seconds. >> cricket@s64lmwbialm ~/cricket # >> > >Ii means that you are receiving more datasources than the RRD file is >designed for. >Usually happens when you have a definition of N datasources, and then you >decide to >increase/decrease it. Then the dataset no longer fits in the RRD existing >file. > >In your case, the RRD file seems to be designed for 7 datasources, while >you only >received 6. > >If you remove the RRD file, it should recreate it for the correct and >updated size. > > > >-- >Anders Synstad >senior systems consultant > >Basefarm AS >Nydalen Allé 37A, NO-0484 Oslo >Postal Address: PB 4488 Nydalen, NO-0403 Oslo >+47 959 665 42 | +47 4000 4100 >and...@ba... | www.basefarm.com > >Technical excellence caring for your business > > >-------------------------------------------------------------------------- >---- >This SF.net email is sponsored by Windows: > >Build for Windows Store. > >http://p.sf.net/sfu/windows-dev2dev >_______________________________________________ >cricket-users mailing list >cri...@li... >https://lists.sourceforge.net/lists/listinfo/cricket-users |
|
From: Anders S. <and...@ba...> - 2013-06-27 11:05:23
|
> What do the below errors mean and how can i fix them ? > > cricket@s64lmwbialm ~/cricket #./collector /MATERIEL/OSMOSE/PRODUCTION/Cluster_Services/s64lmwbigl5/cpu > [27-Jun-2013 10:16:32 ] Starting collector: Cricket version 1.0.3 (2001-11-06) > [27-Jun-2013 10:16:35 ] Retrieved data for cpu (): 33908788,2185,54739353,218619,68796369,1291271386 > [27-Jun-2013 10:16:35*] Cannot update /home/cricket/cricket-config/../cricket-data//MATERIEL/OSMOSE/PRODUCTION/Cluster_Services/s64lmwbigl5/cpu.rrd: expected 7 data source readings (got 6) from N:33908788:2185:54739353:218619:68796369:1291271386:... > > [27-Jun-2013 10:16:35 ] Processed 1 targets in 4 seconds. > cricket@s64lmwbialm ~/cricket # > Ii means that you are receiving more datasources than the RRD file is designed for. Usually happens when you have a definition of N datasources, and then you decide to increase/decrease it. Then the dataset no longer fits in the RRD existing file. In your case, the RRD file seems to be designed for 7 datasources, while you only received 6. If you remove the RRD file, it should recreate it for the correct and updated size. -- Anders Synstad senior systems consultant Basefarm AS Nydalen Allé 37A, NO-0484 Oslo Postal Address: PB 4488 Nydalen, NO-0403 Oslo +47 959 665 42 | +47 4000 4100 and...@ba... | www.basefarm.com Technical excellence – caring for your business |
|
From: DUFOUR Jean-M. (e. A. - SNCF)
<ext...@sn...> - 2013-06-27 09:55:57
|
Hi, What do the below errors mean and how can i fix them ? cricket@s64lmwbialm ~/cricket #./collector /MATERIEL/OSMOSE/PRODUCTION/Cluster_Services/s64lmwbigl5/cpu [27-Jun-2013 10:16:32 ] Starting collector: Cricket version 1.0.3 (2001-11-06) [27-Jun-2013 10:16:35 ] Retrieved data for cpu (): 33908788,2185,54739353,218619,68796369,1291271386 [27-Jun-2013 10:16:35*] Cannot update /home/cricket/cricket-config/../cricket-data//MATERIEL/OSMOSE/PRODUCTION/Cluster_Services/s64lmwbigl5/cpu.rrd: expected 7 data source readings (got 6) from N:33908788:2185:54739353:218619:68796369:1291271386:... [27-Jun-2013 10:16:35 ] Processed 1 targets in 4 seconds. cricket@s64lmwbialm ~/cricket # Thanks in advance. JEAN-MICHEL DUFOUR Métrologie (http://metrologie-unix.dsit.sncf.fr/ <http://metrologie-unix.dsit.sncf.fr/> ) SNCF - DSI-T SO DELIVERY *DSI-T/SO DELIVERY DOPG/SUP 25 C, Quai Pierre SEMARD - 69350 la Mulatière TÉL. : +33 (0)4 72 66 41 28 (50 81 28) ext...@sn... ------- Ce message et toutes les pièces jointes sont établis à l'intention exclusive de ses destinataires et sont confidentiels. L'intégrité de ce message n'étant pas assurée sur Internet, la SNCF ne peut être tenue responsable des altérations qui pourraient se produire sur son contenu. Toute publication, utilisation, reproduction, ou diffusion, même partielle, non autorisée préalablement par la SNCF, est strictement interdite. Si vous n'êtes pas le destinataire de ce message, merci d'en avertir immédiatement l'expéditeur et de le détruire. ------- This message and any attachments are intended solely for the addressees and are confidential. SNCF may not be held responsible for their contents whose accuracy and completeness cannot be guaranteed over the Internet. Unauthorized use, disclosure, distribution, copying, or any part thereof is strictly prohibited. If you are not the intended recipient of this message, please notify the sender immediately and delete it. |
|
From: Brandon B. <bb...@ca...> - 2013-06-18 18:28:36
|
The backup is also supposed to be running the collector. Do you offer any support on this we could pay for service or know if anyone who does support for these issues? Thank You, Brandon Baker Community Antenna Service, Inc (304)893-6831 -----Original Message----- From: Chris Adams [mailto:cm...@cm...] Sent: Tuesday, June 18, 2013 2:25 PM To: cri...@li... Subject: Re: [cricket-users] Could not find a datafile for Once upon a time, Brandon Baker <bb...@ca...> said: > Came into work this morning and our primary cricket server was down so I > turned on the backup and it is failing to load graphs, looks to be a > collector problem as I get this error in the logs for everything: You say "primary" and "backup"; how is/was data getting from the primary to the backup? Was data being copied, do they share storage, or is the backup supposed to also be running the collector? It sounds like you have no data. -- Chris Adams <cm...@cm...> ---------------------------------------------------------------------------- -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ cricket-users mailing list cri...@li... https://lists.sourceforge.net/lists/listinfo/cricket-users |
|
From: Chris A. <cm...@cm...> - 2013-06-18 18:25:00
|
Once upon a time, Brandon Baker <bb...@ca...> said: > Came into work this morning and our primary cricket server was down so I > turned on the backup and it is failing to load graphs, looks to be a > collector problem as I get this error in the logs for everything: You say "primary" and "backup"; how is/was data getting from the primary to the backup? Was data being copied, do they share storage, or is the backup supposed to also be running the collector? It sounds like you have no data. -- Chris Adams <cm...@cm...> |
|
From: Brandon B. <bb...@ca...> - 2013-06-18 15:22:27
|
Came into work this morning and our primary cricket server was down so I turned on the backup and it is failing to load graphs, looks to be a collector problem as I get this error in the logs for everything: Could not find a datafile for xxxxxxxxx Any assistance would be greatly appreciated Thank You, Brandon Baker |
|
From: Brandon B. <bb...@ca...> - 2013-06-06 15:46:17
|
Thank you Martin, this issue is now resolved, I had a subtree-sets file that was not updated Thank You, Brandon Baker -----Original Message----- From: Merrett Willett [mailto:Mer...@cb...] Sent: Thursday, June 06, 2013 11:08 AM To: Brandon Baker; cri...@li... Subject: Re: [cricket-users] Graphing Issue Brandon, Your setup isn't real clear. For generic troubleshooting I'd: 1) Check the cricket log directory for errors on the collection set 2) run the collector manually and verify if there are any errors. If there are not, your graphs should show up immediately 3) If the collector runs, try running the command you have listed in cron and see if it generates errors 4) check http logs (apache, IIS, etc) for errors on why graphs are not drawing If you are FTPing the data, how is cricket collecting and entering the data in the rra files? The graphs are rendered via data within the rra files, so you must have the collector read the raw data in the FTP'd files, enter it into the rra files. Then when you load the web page cricket will render the graphs based on data within the rra. On 6/6/13 10:45 AM, "Brandon Baker" <bb...@ca...> wrote: > > >Hello, I am using Cricket to graph Cable modems, I have updated the cron >table and am showing that it is in use when I use the crontab -l command. >I >have also uploaded the files through FTP into the cricket server. My >graphs >are not displaying yet for the new modems I have entered. Am I missing a >command or reboot or something to get these to start graphing? Any help is >appreciated. > > > >Thank You, > >Brandon Baker > > > >-------------------------------------------------------------------------- >---- >How ServiceNow helps IT people transform IT departments: >1. A cloud service to automate IT design, transition and operations >2. Dashboards that offer high-level views of enterprise services >3. A single system of record for all IT processes >http://p.sf.net/sfu/servicenow-d2d-j >_______________________________________________ >cricket-users mailing list >cri...@li... >https://lists.sourceforge.net/lists/listinfo/cricket-users |
|
From: Merrett W. <Mer...@cb...> - 2013-06-06 15:42:06
|
Brandon, Your setup isn't real clear. For generic troubleshooting I'd: 1) Check the cricket log directory for errors on the collection set 2) run the collector manually and verify if there are any errors. If there are not, your graphs should show up immediately 3) If the collector runs, try running the command you have listed in cron and see if it generates errors 4) check http logs (apache, IIS, etc) for errors on why graphs are not drawing If you are FTPing the data, how is cricket collecting and entering the data in the rra files? The graphs are rendered via data within the rra files, so you must have the collector read the raw data in the FTP'd files, enter it into the rra files. Then when you load the web page cricket will render the graphs based on data within the rra. On 6/6/13 10:45 AM, "Brandon Baker" <bb...@ca...> wrote: > > >Hello, I am using Cricket to graph Cable modems, I have updated the cron >table and am showing that it is in use when I use the crontab -l command. >I >have also uploaded the files through FTP into the cricket server. My >graphs >are not displaying yet for the new modems I have entered. Am I missing a >command or reboot or something to get these to start graphing? Any help is >appreciated. > > > >Thank You, > >Brandon Baker > > > >-------------------------------------------------------------------------- >---- >How ServiceNow helps IT people transform IT departments: >1. A cloud service to automate IT design, transition and operations >2. Dashboards that offer high-level views of enterprise services >3. A single system of record for all IT processes >http://p.sf.net/sfu/servicenow-d2d-j >_______________________________________________ >cricket-users mailing list >cri...@li... >https://lists.sourceforge.net/lists/listinfo/cricket-users |
|
From: Brandon B. <bb...@ca...> - 2013-06-06 14:45:59
|
Hello, I am using Cricket to graph Cable modems, I have updated the cron table and am showing that it is in use when I use the crontab -l command. I have also uploaded the files through FTP into the cricket server. My graphs are not displaying yet for the new modems I have entered. Am I missing a command or reboot or something to get these to start graphing? Any help is appreciated. Thank You, Brandon Baker |
|
From: Andrew D. <dav...@qe...> - 2012-11-10 04:11:25
|
Just a follow up here. While working on getting mtargets working (still not
sure if it's just me using it incorrectly...) I found another part of
grapher.cgi that is handling an undefined 'view' correctly (see quoted
email below). It looks like this is what needs to happen to line 233:
--- /Users/davidoff/Downloads/cricket-1.0.5/grapher.cgi 2004-02-06
09:27:34.000000000 -0700
+++ ./grapher.cgi 2012-11-09 21:10:02.000000000 -0700
@@ -230,7 +230,8 @@
# put the view into the target dict, so it's
# there if they want to use it.
- my($view) = lc $gQ->param('view');
+ my($view) = $gQ->param('view');
+ $view = lc $view if defined $view;
if (defined($view)) {
$targRef->{'auto-view'} = $view;
}
Refer to line 1363 for where I saw how this was being handled correctly
elsewhere.
Andy
On Sun, Nov 4, 2012 at 6:52 PM, Andrew Davidoff <dav...@qe...> wrote:
> Before I get into the specifics of the install, I should note that I ran
> into one issue related to targetTypes that don't contain a "view"
> dictionary. Whether this is my fault or a bug, I am not sure.
>
> On line 233 of grapher.cgi we have this:
>
> my($view) = lc $gQ->param('view');
>
> Following that assignment, various statements check to see if $view is
> defined. It appears as though "lc" is returning an empty string (i.e. $view
> is defined) in the case of $gQ->param('view') being undefined, which breaks
> display of targets that aren't views. I am currently only using a single
> target that does use a targetType that contains a view dictionary, so I
> have essentially worked around this (for now).
>
|
|
From: Andrew D. <dav...@qe...> - 2012-11-05 02:14:16
|
Hi,
I just got cricket working on OS X 10.8 Mountain Lion and figured I should
share. I think what I did was reasonable, but I'm open to criticism.
Before I get into the specifics of the install, I should note that I ran
into one issue related to targetTypes that don't contain a "view"
dictionary. Whether this is my fault or a bug, I am not sure.
On line 233 of grapher.cgi we have this:
my($view) = lc $gQ->param('view');
Following that assignment, various statements check to see if $view is
defined. It appears as though "lc" is returning an empty string (i.e. $view
is defined) in the case of $gQ->param('view') being undefined, which breaks
display of targets that aren't views. I am currently only using a single
target that does use a targetType that contains a view dictionary, so I
have essentially worked around this (for now).
And here's what I did to get cricket running on OS X 10.8 Mountain Lion.
Oh, I just remembered, the links to SNMP_Session and rrdtool in the
beginner guide are both out of date. Correct links are below in my notes.
Making cricket work:
1. Download cricket source
2. Untar into ~/, symlink cricket to cricket-1.0.5
3. Install RRDTool (http://oss.oetiker.ch/rrdtool/) via macports
* `sudo port install rrdtool`
4. Install SNMP_Session (http://code.google.com/p/snmp-session/) via
macports
* `sudo port install p5-snmp_session`
5. Install required modules via *macports* cpan
* cpan> install MD5
* cpan> install LWP
* cpan> install DB_File
* cpan> install Date::Parse
* cpan> install Time::HiRes
6. cd to ~/cricket, run util/relocate-perl
* Should update shebangs to macports perl installation in /opt
Cricket now works (compile/collector).
Making apache/grapher.cgi work:
1. You can no longer enable apache from System Preferences in 10.8.
* To enable serving of content from ~user/Sites, and enable the options
necessary for getting cricket's grapher to work, create a file:
/etc/apache2/users/$username.conf
That looks like this:
<Directory "/Users/$username/Sites/">
Options Indexes MultiViews FollowSymlinks ExecCGI
AllowOverride All
Order allow,deny
Allow from all
AddHandler cgi-script .cgi
</Directory>
The really important stuff is:
* The path that you want to act as your public_html directory
* FollowSymlinks
* ExecCGI
* AddHandler cgi-script .cgi
2. Uncomment from /etc/apache2/httpd.conf:
* LoadModule perl_module libexec/apache2/mod_perl.so
3. Start apache with
* `sudo apachectl start`
* Logs are in /var/log/apache2
4. To make apache start at boot:
* sudo launchctl load -w
/System/Library/LaunchDaemons/org.apache.httpd.plist
5. Update cricket's RRD::Format to know about
architecture darwin-thread-multi-2level
* Get rrdtool source, untar somewhere
* In cricket/util/
- Modify getFormat.c (see diff)
. Without these modifications, I received warnings that rrd_format.h
shouldn't be included directly
- `gcc -I<path to RRD Tool's src dir> -o getFormat getFormat.c`
- `./getFormat`
- add getFormat output to Format.pm, including manually adding the
liveHead3 section (see diff)
Apache/grapher.cgi now work.
diff -wur cricket-1.0.5-orig/lib/RRD/Format.pm
/Users/davidoff/cricket-1.0.5/lib/RRD/Format.pm
--- cricket-1.0.5-orig/lib/RRD/Format.pm 2004-01-20 19:11:09.000000000
-0700
+++ /Users/davidoff/cricket-1.0.5/lib/RRD/Format.pm 2012-11-03
17:18:21.000000000 -0600
@@ -177,7 +177,18 @@
$self->{'liveHead'} = "Q";
$self->{'rraPtr'} = "Q";
$self->{'element'} = "d";
- } else {
+ } elsif ( $archname eq 'darwin-2level' ) {
+ $self->{'statHead'} = "a4 a5 x7 d Q Q Q x80";
+ $self->{'dsDef'} = "a20 a20 Q d d x56";
+ $self->{'rraDef'} = "a20 x4 Q Q d x72";
+ $self->{'pdpDef'} = "a30 x2 Q d x64";
+ $self->{'cdpDef'} = "d Q x64";
+ $self->{'liveHead'} = "Q";
+ $self->{'liveHead3'} = "Q Q";
+ $self->{'rraPtr'} = "Q";
+ $self->{'element'} = "d";
+ }
+ else {
return;
}
}
diff -wur cricket-1.0.5-orig/util/getFormat.c
/Users/davidoff/cricket-1.0.5/util/getFormat.c
--- cricket-1.0.5-orig/util/getFormat.c 2002-07-02 19:40:14.000000000 -0600
+++ /Users/davidoff/cricket-1.0.5/util/getFormat.c 2012-11-03
17:08:06.000000000 -0600
@@ -15,6 +15,8 @@
*
*/
+#define _RRD_TOOL_H
+
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
@@ -22,7 +24,7 @@
#include <time.h>
#include <ctype.h>
-#include <rrd_format.h>
+#include <rrd.h>
void format_stat_head (void) {
stat_head_t h1;
Hope this is helpful in some way.
Andy
|
|
From: John C. <Jo...@tr...> - 2012-10-26 16:42:10
|
Yup, actually I got it working about 2 hours later, turned on global debug for a min and watched it try to poll, and saw all the issues. Everything is working perfectly now. Thanks for your help!
-----Original Message-----
From: Francois Mikus [mailto:fm...@ac...]
Sent: Thursday, October 25, 2012 8:47 PM
Cc: cri...@li...
Subject: Re: [cricket-users] CiscoAP 1142N
Hello John,
Your problem is simply that genDevConfig is creating an invalid configuration.
It is identifying the wireless interfaces as if they were ethernet interfaces, which they arent!
They need to be identified as wireless interfaces and the correct target type applied.
The target type for wireless interfaces uses:
### OIDS For Aironet Wireless Access Point
OidClientsAssociated = .1.3.6.1.4.1.522.3.12.1.8
OidClientsTotal = .1.3.6.1.4.1.522.3.12.1.7
OidAPCount = .1.3.6.1.4.1.522.3.12.1.13
OidawcFtBridge = .1.3.6.1.4.1.522.3.12.1.9
OidawcFtBridgeSelf = .1.3.6.1.4.1.522.3.12.1.10
If the OIDs for you AP are different you need to identify what they are.
If you supply the OIDs that should be monitored I can update the Defaults.cisco file to add the new OIDs, datasources and targettypes.
Once that is done, genDevConfig needs to be updated to recognize the sysObjectID of your device(s) and the new target types applied for chassis type information and interface specific information.
genDevConfig 2.x templates haven't been updated in a looong time.
genDevConfig 3.x has been converted for use with Shinken and that is were all they new stuff will be going. Though genDevConfig 2.x can still be updated in the Cricket svn. The acktomic.com web site has a word document which explains how it works and how to add new devices. :-)
Hope that helps! Do not worry, your setup is working...
Cheers,
Francois
On 12-10-25 12:46 PM, John Cardinale wrote:
> Thanks Francois, I am actually getting PPS from the AP, so the string is ok, guess I'll just have to debug and go line by line =( I was hoping there was a known issue. But at least I know where I have to test next.
>
> Checking logs, I guess it will be a long process, but looks like this is where the issue resides.
>
> //log sniplet
> [25-Oct-2012 09:40:02 ] Retrieved data for bvi1 (14):
> U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U
> [25-Oct-2012 09:40:02 ] Some data is missing for bvi1 (14).
> [25-Oct-2012 09:40:02 ] Retrieved data for bvi1 (14):
> U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U
> [25-Oct-2012 09:40:02 ] Some data is missing for bvi1 (14).
> [25-Oct-2012 09:40:02*] Received SNMP response with error code
> noSuchName. OID: 1.3.6.1.4.1.9.2.1.57.0
> [25-Oct-2012 09:40:02 ] Retrieved data for chassis (0): U,U,U,U,U
> [25-Oct-2012 09:40:02 ] Some data is missing for chassis (0).
> [25-Oct-2012 09:40:02 ] Retrieved data for device-traffic (): 0,12836
> [25-Oct-2012 09:40:02*] Received SNMP response with error code
> noSuchName. OID: 1.3.6.1.4.1.9.2.2.1.1.10.1
> [25-Oct-2012 09:40:02 ] Walking ifDescr for
> 192.168.10.5:161:2.0:5:1.0:1 to resolve interface-name mapping
> [25-Oct-2012 09:40:02*] Received SNMP response with error code
> noSuchName. OID: 1.3.6.1.4.1.9.2.2.1.1.10.1
> [25-Oct-2012 09:40:02 ] Retrieved data for dot11radio0 (1):
> U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U
> [25-Oct-2012 09:40:02 ] Some data is missing for dot11radio0 (1).
> [25-Oct-2012 09:40:02 ] Retrieved data for dot11radio0 (1):
> U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U
> [25-Oct-2012 09:40:02 ] Some data is missing for dot11radio0 (1).
> [25-Oct-2012 09:40:02*] Received SNMP response with error code
> noSuchName. OID: 1.3.6.1.4.1.9.2.2.1.1.10.2
> [25-Oct-2012 09:40:02*] Received SNMP response with error code
> noSuchName. OID: 1.3.6.1.4.1.9.2.2.1.1.10.2
> [25-Oct-2012 09:40:02 ] Retrieved data for dot11radio1 (2):
> U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U
> [25-Oct-2012 09:40:02 ] Some data is missing for dot11radio1 (2).
> [25-Oct-2012 09:40:02 ] Retrieved data for dot11radio1 (2):
> U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U
> [25-Oct-2012 09:40:02 ] Some data is missing for dot11radio1 (2).
> [25-Oct-2012 09:40:02*] Received SNMP response with error code
> noSuchName. OID: 1.3.6.1.4.1.9.2.2.1.1.10.3
> [25-Oct-2012 09:40:02*] Received SNMP response with error code
> noSuchName. OID: 1.3.6.1.4.1.9.2.2.1.1.10.3
> [25-Oct-2012 09:40:02 ] Retrieved data for gigabitethernet0 (3):
> U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U
> [25-Oct-2012 09:40:02 ] Some data is missing for gigabitethernet0 (3).
> [25-Oct-2012 09:40:02 ] Retrieved data for gigabitethernet0 (3):
> U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U
>
>
> -----Original Message-----
> From: Francois Mikus [mailto:fm...@ac...]
> Sent: Wednesday, October 24, 2012 7:21 PM
> To: cri...@li...
> Subject: Re: [cricket-users] CiscoAP 1142N
>
> Hello John,
>
> Apart from the few debug statements bugging out on unescaped or empty values, it should work as advertised.
>
> I would suggest running Cricket with an info or debug log level. You will see what the issue is.
>
> I would also suggest making sure the basics work: Like your community string in the config tree.
> You can also check what your server is sending and receiving using Wireshark, if you are more familiar with that. You will see if the snmp requests just timeout or return an error.
>
> If they timeout, it is a community string issue. ;-)
>
> Cheers,
>
> Francois
>
> -- genDevConfig 3.x is now on github --
> -- No new supported devices compared to the 2.x Cricket version --
>
> ----------------------------------------------------------------------
> -------- Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
> _______________________________________________
> cricket-users mailing list
> cri...@li...
> https://lists.sourceforge.net/lists/listinfo/cricket-users
>
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
cricket-users mailing list
cri...@li...
https://lists.sourceforge.net/lists/listinfo/cricket-users
|
|
From: Francois M. <fm...@ac...> - 2012-10-26 03:46:15
|
Hello John,
Your problem is simply that genDevConfig is creating an invalid
configuration.
It is identifying the wireless interfaces as if they were ethernet
interfaces, which they arent!
They need to be identified as wireless interfaces and the correct target
type applied.
The target type for wireless interfaces uses:
### OIDS For Aironet Wireless Access Point
OidClientsAssociated = .1.3.6.1.4.1.522.3.12.1.8
OidClientsTotal = .1.3.6.1.4.1.522.3.12.1.7
OidAPCount = .1.3.6.1.4.1.522.3.12.1.13
OidawcFtBridge = .1.3.6.1.4.1.522.3.12.1.9
OidawcFtBridgeSelf = .1.3.6.1.4.1.522.3.12.1.10
If the OIDs for you AP are different you need to identify what they are.
If you supply the OIDs that should be monitored I can update the
Defaults.cisco file to add the new OIDs, datasources and targettypes.
Once that is done, genDevConfig needs to be updated to recognize the
sysObjectID of your device(s) and the new target types applied for
chassis type information and interface specific information.
genDevConfig 2.x templates haven't been updated in a looong time.
genDevConfig 3.x has been converted for use with Shinken and that is
were all they new stuff will be going. Though genDevConfig 2.x can still
be updated in the Cricket svn. The acktomic.com web site has a word
document which explains how it works and how to add new devices. :-)
Hope that helps! Do not worry, your setup is working...
Cheers,
Francois
On 12-10-25 12:46 PM, John Cardinale wrote:
> Thanks Francois, I am actually getting PPS from the AP, so the string is ok, guess I'll just have to debug and go line by line =( I was hoping there was a known issue. But at least I know where I have to test next.
>
> Checking logs, I guess it will be a long process, but looks like this is where the issue resides.
>
> //log sniplet
> [25-Oct-2012 09:40:02 ] Retrieved data for bvi1 (14): U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U
> [25-Oct-2012 09:40:02 ] Some data is missing for bvi1 (14).
> [25-Oct-2012 09:40:02 ] Retrieved data for bvi1 (14): U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U
> [25-Oct-2012 09:40:02 ] Some data is missing for bvi1 (14).
> [25-Oct-2012 09:40:02*] Received SNMP response with error code noSuchName. OID: 1.3.6.1.4.1.9.2.1.57.0
> [25-Oct-2012 09:40:02 ] Retrieved data for chassis (0): U,U,U,U,U
> [25-Oct-2012 09:40:02 ] Some data is missing for chassis (0).
> [25-Oct-2012 09:40:02 ] Retrieved data for device-traffic (): 0,12836
> [25-Oct-2012 09:40:02*] Received SNMP response with error code noSuchName. OID: 1.3.6.1.4.1.9.2.2.1.1.10.1
> [25-Oct-2012 09:40:02 ] Walking ifDescr for 192.168.10.5:161:2.0:5:1.0:1 to resolve interface-name mapping
> [25-Oct-2012 09:40:02*] Received SNMP response with error code noSuchName. OID: 1.3.6.1.4.1.9.2.2.1.1.10.1
> [25-Oct-2012 09:40:02 ] Retrieved data for dot11radio0 (1): U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U
> [25-Oct-2012 09:40:02 ] Some data is missing for dot11radio0 (1).
> [25-Oct-2012 09:40:02 ] Retrieved data for dot11radio0 (1): U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U
> [25-Oct-2012 09:40:02 ] Some data is missing for dot11radio0 (1).
> [25-Oct-2012 09:40:02*] Received SNMP response with error code noSuchName. OID: 1.3.6.1.4.1.9.2.2.1.1.10.2
> [25-Oct-2012 09:40:02*] Received SNMP response with error code noSuchName. OID: 1.3.6.1.4.1.9.2.2.1.1.10.2
> [25-Oct-2012 09:40:02 ] Retrieved data for dot11radio1 (2): U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U
> [25-Oct-2012 09:40:02 ] Some data is missing for dot11radio1 (2).
> [25-Oct-2012 09:40:02 ] Retrieved data for dot11radio1 (2): U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U
> [25-Oct-2012 09:40:02 ] Some data is missing for dot11radio1 (2).
> [25-Oct-2012 09:40:02*] Received SNMP response with error code noSuchName. OID: 1.3.6.1.4.1.9.2.2.1.1.10.3
> [25-Oct-2012 09:40:02*] Received SNMP response with error code noSuchName. OID: 1.3.6.1.4.1.9.2.2.1.1.10.3
> [25-Oct-2012 09:40:02 ] Retrieved data for gigabitethernet0 (3): U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U
> [25-Oct-2012 09:40:02 ] Some data is missing for gigabitethernet0 (3).
> [25-Oct-2012 09:40:02 ] Retrieved data for gigabitethernet0 (3): U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U
>
>
> -----Original Message-----
> From: Francois Mikus [mailto:fm...@ac...]
> Sent: Wednesday, October 24, 2012 7:21 PM
> To: cri...@li...
> Subject: Re: [cricket-users] CiscoAP 1142N
>
> Hello John,
>
> Apart from the few debug statements bugging out on unescaped or empty values, it should work as advertised.
>
> I would suggest running Cricket with an info or debug log level. You will see what the issue is.
>
> I would also suggest making sure the basics work: Like your community string in the config tree.
> You can also check what your server is sending and receiving using Wireshark, if you are more familiar with that. You will see if the snmp requests just timeout or return an error.
>
> If they timeout, it is a community string issue. ;-)
>
> Cheers,
>
> Francois
>
> -- genDevConfig 3.x is now on github --
> -- No new supported devices compared to the 2.x Cricket version --
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
> _______________________________________________
> cricket-users mailing list
> cri...@li...
> https://lists.sourceforge.net/lists/listinfo/cricket-users
>
>
|
|
From: John C. <Jo...@tr...> - 2012-10-25 17:01:55
|
Thanks Francois, I am actually getting PPS from the AP, so the string is ok, guess I'll just have to debug and go line by line =( I was hoping there was a known issue. But at least I know where I have to test next. Checking logs, I guess it will be a long process, but looks like this is where the issue resides. //log sniplet [25-Oct-2012 09:40:02 ] Retrieved data for bvi1 (14): U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U [25-Oct-2012 09:40:02 ] Some data is missing for bvi1 (14). [25-Oct-2012 09:40:02 ] Retrieved data for bvi1 (14): U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U [25-Oct-2012 09:40:02 ] Some data is missing for bvi1 (14). [25-Oct-2012 09:40:02*] Received SNMP response with error code noSuchName. OID: 1.3.6.1.4.1.9.2.1.57.0 [25-Oct-2012 09:40:02 ] Retrieved data for chassis (0): U,U,U,U,U [25-Oct-2012 09:40:02 ] Some data is missing for chassis (0). [25-Oct-2012 09:40:02 ] Retrieved data for device-traffic (): 0,12836 [25-Oct-2012 09:40:02*] Received SNMP response with error code noSuchName. OID: 1.3.6.1.4.1.9.2.2.1.1.10.1 [25-Oct-2012 09:40:02 ] Walking ifDescr for 192.168.10.5:161:2.0:5:1.0:1 to resolve interface-name mapping [25-Oct-2012 09:40:02*] Received SNMP response with error code noSuchName. OID: 1.3.6.1.4.1.9.2.2.1.1.10.1 [25-Oct-2012 09:40:02 ] Retrieved data for dot11radio0 (1): U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U [25-Oct-2012 09:40:02 ] Some data is missing for dot11radio0 (1). [25-Oct-2012 09:40:02 ] Retrieved data for dot11radio0 (1): U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U [25-Oct-2012 09:40:02 ] Some data is missing for dot11radio0 (1). [25-Oct-2012 09:40:02*] Received SNMP response with error code noSuchName. OID: 1.3.6.1.4.1.9.2.2.1.1.10.2 [25-Oct-2012 09:40:02*] Received SNMP response with error code noSuchName. OID: 1.3.6.1.4.1.9.2.2.1.1.10.2 [25-Oct-2012 09:40:02 ] Retrieved data for dot11radio1 (2): U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U [25-Oct-2012 09:40:02 ] Some data is missing for dot11radio1 (2). [25-Oct-2012 09:40:02 ] Retrieved data for dot11radio1 (2): U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U [25-Oct-2012 09:40:02 ] Some data is missing for dot11radio1 (2). [25-Oct-2012 09:40:02*] Received SNMP response with error code noSuchName. OID: 1.3.6.1.4.1.9.2.2.1.1.10.3 [25-Oct-2012 09:40:02*] Received SNMP response with error code noSuchName. OID: 1.3.6.1.4.1.9.2.2.1.1.10.3 [25-Oct-2012 09:40:02 ] Retrieved data for gigabitethernet0 (3): U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U [25-Oct-2012 09:40:02 ] Some data is missing for gigabitethernet0 (3). [25-Oct-2012 09:40:02 ] Retrieved data for gigabitethernet0 (3): U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U,U -----Original Message----- From: Francois Mikus [mailto:fm...@ac...] Sent: Wednesday, October 24, 2012 7:21 PM To: cri...@li... Subject: Re: [cricket-users] CiscoAP 1142N Hello John, Apart from the few debug statements bugging out on unescaped or empty values, it should work as advertised. I would suggest running Cricket with an info or debug log level. You will see what the issue is. I would also suggest making sure the basics work: Like your community string in the config tree. You can also check what your server is sending and receiving using Wireshark, if you are more familiar with that. You will see if the snmp requests just timeout or return an error. If they timeout, it is a community string issue. ;-) Cheers, Francois -- genDevConfig 3.x is now on github -- -- No new supported devices compared to the 2.x Cricket version -- ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ cricket-users mailing list cri...@li... https://lists.sourceforge.net/lists/listinfo/cricket-users |
|
From: Francois M. <fm...@ac...> - 2012-10-25 02:19:35
|
Hello John, Apart from the few debug statements bugging out on unescaped or empty values, it should work as advertised. I would suggest running Cricket with an info or debug log level. You will see what the issue is. I would also suggest making sure the basics work: Like your community string in the config tree. You can also check what your server is sending and receiving using Wireshark, if you are more familiar with that. You will see if the snmp requests just timeout or return an error. If they timeout, it is a community string issue. ;-) Cheers, Francois -- genDevConfig 3.x is now on github -- -- No new supported devices compared to the 2.x Cricket version -- |
|
From: John C. <Jo...@tr...> - 2012-10-24 23:53:08
|
Hello all,
This is my first cricket instance, and while the data is being logged and graphed correctly for routers, when I attempted to add my access points to cricket it draws empty graphs.
Summary
100.0 MBits/s ethernetCsmacd
Values at last update:
Average bits in (for the day):
Cur: -nan bits/sec
Avg: nan bits/sec
Max: nan bits/sec
Average bits out (for the day):
Cur: -nan bits/sec
Avg: nan bits/sec
Max: nan bits/sec
Last updated at Wed Oct 24 16:30:01 2012
Here is how I generated it initially,
root@Maas-core:/etc/cricket/config# /usr/share/cricket/util/genDevConfig -c public -rtragents --loglevel debug -2 --vendorint accesspoint03
And the following output
Use of uninitialized value $Common::global::isCollector in numeric eq (==) at /usr/share/cricket/lib/ConfigTree/Cache.pm line 58.
[Warn *] Using current version of the config.db. Make sure it is up to date.
[Info ] Log level changed from warn to debug.
[Info ] Script genDevConfig started on: 24-Oct-2012 16:33:07
[Info ] Building Name to IP Adress Translation
[Info ] ......................... [DONE]
[Debug ]
MIB-II System description: Cisco IOS Software, C1140 Software (C1140-K9W7-M), Version 12.4(25d)JA, RELEASE SOFTWARE (fc1)<BR>Technical Support: http://www.cisco.com/techsupport<BR>Copyright (c) 1986-2010 by Cisco Systems, Inc.<BR>Compiled Thu 09-Dec-10 15:24 by prod_rel_team
[Info ] Found a plugin for Cisco IOS Software, C1140 Software (C1140-K9W7-M), Version 12.4(25d)JA, RELEASE SOFTWARE (fc1)<BR>Technical Support: http://www.cisco.com/techsupport<BR>Copyright (c) 1986-2010 by Cisco Systems, Inc.<BR>Compiled Thu 09-Dec-10 15:24 by prod_rel_team
[Info ] Custom discovery functions for plugin: CiscoIOS genDevConfig Module
[Info ] Found an IOS device: model: C1140
[Info ] Current model: C1140
[Info ] Model: C1140
[Info ] Type: Cisco-Generic-Router
[Info ] Walking ifAlias...
[Info ] ......................... 13
[Info ] Walking ifDescr...
[Info ] ......................... 13
[Info ] Walking ifType...
[Info ] ......................... 13
[Info ] Walking ifMtu...
[Info ] ......................... 13
[Info ] Walking ifSpeed...
[Info ] ......................... 13
[Info ] Walking ifAdminStatus...
[Info ] ......................... 13
[Info ] Walking ifOperStatus...
[Info ] ......................... 13
[Info ] Walking dot3StatsIndex...
[Info ] ......................... 3
[Info ] Walking dsx1TotalIndex...
[Info ] ......................... 0
[Info ] Walking ipAdEntAddr...
[Info ] ......................... 1
[Info ] Walking ipAdEntIfIndex...
[Info ] ......................... 1
[Info ] Walking ifHCInOctets...
[Info ] ......................... 12
[Info ] Walking ifHighSpeed...
[Info ] ......................... 13
[Debug ] Monitor-debug: Printing out the target keys.
[Debug ] Monitor-debug: targetkey: directory-desc value:
[Debug ] Monitor-debug: targetkey: ip value: 192.168.10.5
[Debug ] Monitor-debug: targetkey: devicename value: accesspoint03
Missing argument in printf at /usr/share/cricket/lib/Common/Log.pm line 81.
Missing argument in printf at /usr/share/cricket/lib/Common/Log.pm line 81.
Invalid conversion in printf: "%\012" at /usr/share/cricket/lib/Common/Log.pm line 81.
[Debug ] Monitor-debug: targetkey: display-name value: 0evicename%interface-name%
[Debug ] Monitor-debug: targetkey: interface-name value:
[Debug ] Monitor-debug: targetkey: inst value: map(interface-name)
[Debug ] Monitor-debug: targetkey: snmp-host value: 192.168.10.5
Missing argument in printf at /usr/share/cricket/lib/Common/Log.pm line 81.
Missing argument in printf at /usr/share/cricket/lib/Common/Log.pm line 81.
Invalid conversion in printf: "%\012" at /usr/share/cricket/lib/Common/Log.pm line 81.
[Debug ] Monitor-debug: targetkey: long-desc value: hort-desc%
[Debug ] Monitor-debug: targetkey: target-type value: standard-interface
[Debug ] Monitor-debug: targetkey: short-desc value:
[Debug ] Skipping monitoring thresholds for this target.
[Debug ] Monitor-debug: Printing out the target keys.
[Debug ] Monitor-debug: targetkey: monitor-type value: Chassis
[Debug ] Monitor-debug: targetkey: order value: 999
[Debug ] Monitor-debug: targetkey: long-desc value: Cisco IOS Software, C1140 Software (C1140-K9W7-M), Version 12.4(25d)JA, RELEASE SOFTWARE (fc1)<BR>Technical Support: http://www.cisco.com/techsupport<BR>Copyright (c) 1986-2010 by Cisco Systems, Inc.<BR>Compiled Thu 09-Dec-10 15:24 by prod_rel_team<BR>sysContact: jo...@tr...
[Debug ] Monitor-debug: targetkey: inst value: 0
[Debug ] Monitor-debug: targetkey: class value: cisco
[Debug ] Monitor-debug: targetkey: target-type value: Cisco-Generic-Router
[Debug ] Monitor-debug: targetkey: short-desc value: C1140 class chassis
[Debug ] Skipping monitoring thresholds for this target.
[Info ] Building Custom Non-Interface Statistics
[Debug ] Monitor-debug: Printing out the target keys.
[Debug ] Monitor-debug: targetkey: interface-name value: device-traffic
[Debug ] Monitor-debug: targetkey: order value: 998
[Debug ] Monitor-debug: targetkey: long-desc value: Switch fabric statistics - Packets per Second
[Debug ] Monitor-debug: targetkey: inst value:
[Debug ] Monitor-debug: targetkey: target-type value: Device-Traffic
[Debug ] Monitor-debug: targetkey: short-desc value: Switch fabric statistics - Packets per Second
[Debug ] Skipping monitoring thresholds for this target.
[Info ] Walking cardIfSlotNumber...
[Info ] ......................... 0
[Info ] Walking cardIfPortNumber...
[Info ] ......................... 0
[Info ] Walking frCircuitState...
[Info ] ......................... 0
[Info ] Walking cfrExtCircuitSubifIndex...
[Info ] ......................... 0
[Info ] Walking rttMonEchoAdminProtocol...
[Info ] ......................... 0
[Info ] Walking rttMonCtrlOperState...
[Info ] ......................... 0
[Info ] Walking rttMonCtrlAdminTag...
[Info ] ......................... 0
[Info ] Walking rttMonEchoAdminTargetAddress...
[Info ] ......................... 0
[Info ] Walking ccarConfigAccIdx...
[Info ] ......................... 0
[Info ] Walking cbwfqObject...
[Info ] ......................... 0
[Info ] Walking cbwfqPolicy...
[Info ] ......................... 0
[Debug ] index: 192.168.10.5 ipadentif: 13 data: AccessPoint03
[Info ] ......................... [DONE]
[Info ] Processing Pre-Process of interface list
[Info ] ......................... [DONE]
[Info ] Processing Pre-Process modular output
[Info ] ......................... [DONE]
[Info ] Processing Interface list
[Debug ] extended:$index = 1
[Debug ] extended:$dot3statsindex{1} = 1
[Debug ] ### Interface 1: Radio Spread Spectrum (802.11) (71)
[Debug ] desc:
[Debug ] speed: 54.0 MBits/s mtu: 1500 OK
[Debug ] ### Target: Dot11Radio0 ###
[Debug ] Commented-out:
[Debug ] Config: target-type cisco-interface interface-name Dot11Radio0 short-desc <BR>Description: <BR>54.0 MBits/s Radio Spread Spectrum (802.11) long-desc <BR><BR>54.0 MBits/s Radio Spread Spectrum (802.11) order 899 rrd-max 54000000 rrd-max-octets 6750000 monitor-type cisco-interface
[Debug ] Monitor-debug: Printing out the target keys.
[Debug ] Monitor-debug: targetkey: monitor-type value: cisco-interface
[Debug ] Monitor-debug: targetkey: rrd-max value: 54000000
[Debug ] Monitor-debug: targetkey: interface-name value: Dot11Radio0
[Debug ] Monitor-debug: targetkey: order value: 899
[Debug ] Monitor-debug: targetkey: long-desc value: <BR><BR>54.0 MBits/s Radio Spread Spectrum (802.11)
[Debug ] Monitor-debug: targetkey: short-desc value: <BR>Description: <BR>54.0 MBits/s Radio Spread Spectrum (802.11)
[Debug ] Monitor-debug: targetkey: target-type value: cisco-interface
[Debug ] Monitor-debug: targetkey: rrd-max-octets value: 6750000
[Debug ] Skipping monitoring thresholds for this target.
[Debug ] extended:$index = 2
[Debug ] extended:$dot3statsindex{2} = 2
[Debug ] ### Interface 2: Radio Spread Spectrum (802.11) (71)
[Debug ] desc:
[Debug ] speed: 54.0 MBits/s mtu: 1500 OK
[Debug ] ### Target: Dot11Radio1 ###
[Debug ] Commented-out:
[Debug ] Config: target-type cisco-interface interface-name Dot11Radio1 short-desc <BR>Description: <BR>54.0 MBits/s Radio Spread Spectrum (802.11) long-desc <BR><BR>54.0 MBits/s Radio Spread Spectrum (802.11) order 898 rrd-max 54000000 rrd-max-octets 6750000 monitor-type cisco-interface
[Debug ] Monitor-debug: Printing out the target keys.
[Debug ] Monitor-debug: targetkey: monitor-type value: cisco-interface
[Debug ] Monitor-debug: targetkey: rrd-max value: 54000000
[Debug ] Monitor-debug: targetkey: interface-name value: Dot11Radio1
[Debug ] Monitor-debug: targetkey: order value: 898
[Debug ] Monitor-debug: targetkey: long-desc value: <BR><BR>54.0 MBits/s Radio Spread Spectrum (802.11)
[Debug ] Monitor-debug: targetkey: short-desc value: <BR>Description: <BR>54.0 MBits/s Radio Spread Spectrum (802.11)
[Debug ] Monitor-debug: targetkey: target-type value: cisco-interface
[Debug ] Monitor-debug: targetkey: rrd-max-octets value: 6750000
[Debug ] Skipping monitoring thresholds for this target.
[Debug ] extended:$index = 3
[Debug ] extended:$dot3statsindex{3} = 3
[Debug ] ### Interface 3: ethernetCsmacd (6)
[Debug ] desc:
[Debug ] speed: 100.0 MBits/s mtu: 1500 OK
[Debug ] ### Target: GigabitEthernet0 ###
[Debug ] Commented-out:
[Debug ] Config: target-type cisco-interface interface-name GigabitEthernet0 short-desc <BR>Description: <BR>100.0 MBits/s ethernetCsmacd long-desc <BR><BR>100.0 MBits/s ethernetCsmacd order 897 rrd-max 100000000 rrd-max-octets 12500000 monitor-type cisco-interface
[Debug ] Monitor-debug: Printing out the target keys.
[Debug ] Monitor-debug: targetkey: monitor-type value: cisco-interface
[Debug ] Monitor-debug: targetkey: rrd-max value: 100000000
[Debug ] Monitor-debug: targetkey: interface-name value: GigabitEthernet0
[Debug ] Monitor-debug: targetkey: order value: 897
[Debug ] Monitor-debug: targetkey: long-desc value: <BR><BR>100.0 MBits/s ethernetCsmacd
[Debug ] Monitor-debug: targetkey: short-desc value: <BR>Description: <BR>100.0 MBits/s ethernetCsmacd
[Debug ] Monitor-debug: targetkey: target-type value: cisco-interface
[Debug ] Monitor-debug: targetkey: rrd-max-octets value: 12500000
[Debug ] Skipping monitoring thresholds for this target.
[Debug ] extended:$index = 4 not supported.
[Debug ] ### Interface 4: Other (1)
[Debug ] desc:
[Debug ] speed: 10.0 GBits/s mtu: 1500 DONTCOLLECT
[Debug ] extended:$index = 5 not supported.
[Debug ] ### Interface 5: Layer 2 Virtual LAN using 802.1Q (135)
[Debug ] desc:
[Debug ] speed: 54.0 MBits/s mtu: 1500 DONTCOLLECT
[Debug ] extended:$index = 6 not supported.
[Debug ] ### Interface 6: Layer 2 Virtual LAN using 802.1Q (135)
[Debug ] desc:
[Debug ] speed: 54.0 MBits/s mtu: 1500 DONTCOLLECT
[Debug ] extended:$index = 7 not supported.
[Debug ] ### Interface 7: Layer 2 Virtual LAN using 802.1Q (135)
[Debug ] desc:
[Debug ] speed: 54.0 MBits/s mtu: 1500 DONTCOLLECT
[Debug ] extended:$index = 8 not supported.
[Debug ] ### Interface 8: Layer 2 Virtual LAN using 802.1Q (135)
[Debug ] desc:
[Debug ] speed: 54.0 MBits/s mtu: 1500 DONTCOLLECT
[Debug ] extended:$index = 9 not supported.
[Debug ] ### Interface 9: Layer 2 Virtual LAN using 802.1Q (135)
[Debug ] desc:
[Debug ] speed: 54.0 MBits/s mtu: 1500 DONTCOLLECT
[Debug ] extended:$index = 10 not supported.
[Debug ] ### Interface 10: Layer 2 Virtual LAN using 802.1Q (135)
[Debug ] desc:
[Debug ] speed: 100.0 MBits/s mtu: 1500 DONTCOLLECT
[Debug ] extended:$index = 11 not supported.
[Debug ] ### Interface 11: Layer 2 Virtual LAN using 802.1Q (135)
[Debug ] desc:
[Debug ] speed: 100.0 MBits/s mtu: 1500 DONTCOLLECT
[Debug ] extended:$index = 12 not supported.
[Debug ] ### Interface 12: Layer 2 Virtual LAN using 802.1Q (135)
[Debug ] desc:
[Debug ] speed: 100.0 MBits/s mtu: 1500 DONTCOLLECT
[Debug ] extended:$index = 13 not supported.
[Debug ] ### Interface 13: bridge Transparent bridge interface (209)
[Debug ] desc:
[Debug ] speed: 54.0 MBits/s mtu: 1500 OK
[Debug ] ### Target: BVI1 ###
[Debug ] Commented-out:
[Debug ] Config: target-type cisco-interface interface-name BVI1 short-desc <BR>Description: <BR>54.0 MBits/s bridge Transparent bridge interface long-desc <BR>AccessPoint03<BR>192.168.10.5<BR>54.0 MBits/s bridge Transparent bridge interface order 887 rrd-max 54000000 rrd-max-octets 6750000 monitor-type cisco-interface
[Debug ] Monitor-debug: Printing out the target keys.
[Debug ] Monitor-debug: targetkey: monitor-type value: cisco-interface
[Debug ] Monitor-debug: targetkey: rrd-max value: 54000000
[Debug ] Monitor-debug: targetkey: interface-name value: BVI1
[Debug ] Monitor-debug: targetkey: order value: 887
[Debug ] Monitor-debug: targetkey: long-desc value: <BR>AccessPoint03<BR>192.168.10.5<BR>54.0 MBits/s bridge Transparent bridge interface
[Debug ] Monitor-debug: targetkey: short-desc value: <BR>Description: <BR>54.0 MBits/s bridge Transparent bridge interface
[Debug ] Monitor-debug: targetkey: target-type value: cisco-interface
[Debug ] Monitor-debug: targetkey: rrd-max-octets value: 6750000
[Debug ] Skipping monitoring thresholds for this target.
[Info ] ......................... [DONE]
[Info ] Closing filehandles
[Info ] ......................... [DONE]
|
|
From: Franz S. <fra...@cu...> - 2012-05-02 19:34:28
|
Hi List, i ported the mysql-snmp cacti prefs to cricket. Could you please tell me, how to contribute the defaults file. (Also a sample client config as well). These are 37 views with 150 datapoints. All you need is to install the mysql-snmp package. (Available from the contributer of the package as debian stype package). Rgds. Franz Optional, i can also post this via mailinglist, if you will. -- kind regards, +43-664-8468643 Franz Skale +43-1-7189880-0 Senior Systems Engineer www.cubit.at PGP KeyID 0xB294D39A Key Fingerprint B508 8896 B83C B374 770D 80EF 3AD9 4A66 B294 D39A Neuer Standort: 1070 Wien, Zieglergasse 67/3/1 |
|
From: Merrett W. <Mer...@cb...> - 2012-04-09 12:43:08
|
I'm sure there are bugs somewhere, but they work fine if implemented
correctly. Are you modifying the value collected in the monitor for the
correct data source that is being collected for the target? Below are
some examples from by Defaults and Targets files. You should also run a
debug collector to validate the monitors and example (add "-logLevel
debug" to the end of the collector command)
Target examples:
target router01
target-type=Cisco-Router
short-desc = "router01"
monitor-thresholds = "%cpu-mem%"
target GigabitEthernet8_0_0
interface-name = GigabitEthernet8/0/0
short-desc = "router01 - G8/0/0"
monitor-thresholds = "%internet%"
Monitor statements from Defaults file:
internet =
"ifHCInOctets : value : n : %internet-high% : MAIL : Mail : %email_list%,
ifHCOutOctets : value : n : %internet-high% : MAIL : Mail : %email_list%,
ifInErrors : quotient : %inerrpct% : : ifInUcastPackets : 0 : MAIL :
Mail : %email_list%,
ifOutErrors : quotient : %outerrpct% : : ifOutUcastPackets : 0 : MAIL :
Mail : %email_list%"
cpu-mem =
"cpu1min : value : n : %default-cpu% : MAIL : Mail : %email_list%,
mem5minUsed : value : n : %default-mem-used% : MAIL : Mail : %email_list%"
Debug from collector
[09-Apr-2012 06:57:25 ] in rrdFetch: file is
../cricket-data//routers/router01/gigabitethernet8_0_0.rrd
[09-Apr-2012 06:57:25 ] in rrdFetch: skipping RRA
[09-Apr-2012 06:57:25 ] in rrdFetch: rraNum is 0 rowNum is 0 dsNum is 1
[09-Apr-2012 06:57:25 ] in rrdFetch: return is 1458852.8847238
[09-Apr-2012 06:57:25 ] /routers/router01/gigabitethernet8_0_0 -
ifHCInOctets : value : n : 50000000 : MAIL : Mail : <email address> passed.
[09-Apr-2012 07:02:01 ] in rrdFetch: file is
../cricket-data//routers/router01.rrd
[09-Apr-2012 07:02:01 ] in rrdFetch: skipping RRA
[09-Apr-2012 07:02:01 ] in rrdFetch: rraNum is 0 rowNum is 0 dsNum is 0
[09-Apr-2012 07:02:01 ] in rrdFetch: return is 3
[09-Apr-2012 07:02:01 ] Value is 3; min is n; max is 65
[09-Apr-2012 07:02:01 ] /routers/router01 - cpu1min : value : n : 65 :
MAIL : Mail : <email address> passed.
On 4/5/12 11:30 AM, "George Wilbert" <gwi...@si...> wrote:
>I have cricket 1.0.5 and for some reason I can only get a single data
>source to work with thresholds. And to make it even more weird it's a
>different data source on every target.
>
>Any know bugs?? help would be appreciated??
>
>
>--------------------------------------------------------------------------
>----
>Better than sec? Nothing is better than sec when it comes to
>monitoring Big Data applications. Try Boundary one-second
>resolution app monitoring today. Free.
>http://p.sf.net/sfu/Boundary-dev2dev
>_______________________________________________
>cricket-users mailing list
>cri...@li...
>https://lists.sourceforge.net/lists/listinfo/cricket-users
|
|
From: George <gwi...@si...> - 2012-04-05 19:40:16
|
I have cricket 1.0.5 and for some reason I can only get a single data source to work with thresholds. And to make it even more weird it's a different data source on every target. Any know bugs?? help would be appreciated?? |
|
From: George W. <gwi...@si...> - 2012-04-05 15:42:27
|
I have cricket 1.0.5 and for some reason I can only get a single data source to work with thresholds. And to make it even more weird it's a different data source on every target. Any know bugs?? help would be appreciated?? |
|
From: Oliver L. <ol...@la...> - 2012-01-25 19:26:47
|
Hi Ash, Lets look at the first error, the grapher is trying to look for: /home/cricket/cricket/cricket-config/../cricket-data//load-balance/bigip2.globalcenter.net.au/internal_vlan.rrd so unless you have a /home/cricket/cricket/cricket-data/load-balance/bigip2.globalcenter.net.au directory the "dataDir" is probably setup wrong in the Defaults files of the load-balance config directory. For example Target --default-- dataDir = /var/lib/cricket/%auto-target-path% rrd-datafile = %dataDir%/%auto-target-name%.rrd in that case the grapher is going to look for the rrd files in /var/lib/cricket/what_ever_you_subdir_is_called_in_the_config_dir hope that might get you a bit further --Oliver On 25.01.2012 07:35, Ashlen Rohde wrote: > Hi Cricket Users, > > I have been tasked with rebuilding a server that was running cricket as the old hardware is out of support. > > The original server was running Solaris 10 sparc. > > I have rebuilt it with RHEL 6 x86_64. > > I copied all the old cricket config over to the new server once it was built and got cricket up and running. > I applied the patch to make it support 64 bit. > > A lot of the devices still display graphs so I know that it is working to a certain extent. > > Since adding a new device with genRtrConfig it appeared to generate the targets file ok. > > However, when I open the ports on that device via crickets it gives the error "Failed to draw graph - check your server's error log for details" > > The following error is found in my apache error_log after attempting to view the graph page for that device. > > > [Wed Jan 25 17:11:36 2012] [error] [client 10.64.50.13] Use of uninitialized value in localtime at /home/cricket/public_html/cricket/./grapher.cgi line 1492., referer: http://smgnet03/~cricket/cricket/grapher.cgi?target=%2Fload-balance%2Fbigip2.globalcenter.net.au%2Finternal_vlan;view=Octets > [Wed Jan 25 17:11:36 2012] [error] [client 10.64.50.13] Use of uninitialized value in localtime at /home/cricket/public_html/cricket/./grapher.cgi line 1492., referer: http://smgnet03/~cricket/cricket/grapher.cgi?target=%2Fload-balance%2Fbigip2.globalcenter.net.au%2Finternal_vlan;view=Octets > [Wed Jan 25 17:11:36 2012] [error] [client 10.64.50.13] [25-Jan-2012 17:11:36*] Unable to create graph: opening '/home/cricket/cricket/cricket-config/../cricket-data//load-balance/bigip2.globalcenter.net.au/internal_vlan.rrd': No such file or directory, referer: http://smgnet03/~cricket/cricket/grapher.cgi?target=%2Fload-balance%2Fbigip2.globalcenter.net.au%2Finternal_vlan;view=Octets > [Wed Jan 25 17:11:36 2012] [error] [client 10.64.50.13] , referer: http://smgnet03/~cricket/cricket/grapher.cgi?target=%2Fload-balance%2Fbigip2.globalcenter.net.au%2Finternal_vlan;view=Octets > [Wed Jan 25 17:11:36 2012] [error] [client 10.64.50.13] [25-Jan-2012 17:11:36*] Unable to create graph: opening '/home/cricket/cricket/cricket-config/../cricket-data//load-balance/bigip2.globalcenter.net.au/internal_vlan.rrd': No such file or directory, referer: http://smgnet03/~cricket/cricket/grapher.cgi?target=%2Fload-balance%2Fbigip2.globalcenter.net.au%2Finternal_vlan;view=Octets > [Wed Jan 25 17:11:36 2012] [error] [client 10.64.50.13] , referer: http://smgnet03/~cricket/cricket/grapher.cgi?target=%2Fload-balance%2Fbigip2.globalcenter.net.au%2Finternal_vlan;view=Octets > [Wed Jan 25 17:11:36 2012] [error] [client 10.64.50.13] [25-Jan-2012 17:11:36*] rrd graph: /tmp/cricket-cache/cricket-0faff626.png -a PNG -r -l 0 --base 1024 --start -864000 --vertical-label bits per second --width 500 --height 200 DEF:mx0=/home/cricket/cricket/cricket-config/../cricket-data//load-balance/bigip2.globalcenter.net.au/internal_vlan.rrd:ds0:MAX DEF:ds0=/home/cricket/cricket/cricket-config/../cricket-data//load-balance/bigip2.globalcenter.net.au/internal_vlan.rrd:ds0:AVERAGE DEF:mx1=/home/cricket/cricket/cricket-config/../cricket-data//load-balance/bigip2.globalcenter.net.au/internal_vlan.rrd:ds1:MAX DEF:ds1=/home/cricket/cricket/cricket-config/../cricket-data//load-balance/bigip2.globalcenter.net.au/internal_vlan.rrd:ds1:AVERAGE CDEF:smx0=mx0,8,* CDEF:sds0=ds0,8,* CDEF:smx1=mx1,8,* CDEF:sds1=ds1,8,* LINE1:smx0#00FF00:Max Average bits in AREA:sds0#00cc00:Average bits in LINE1:smx1#0080FF:Max Average bits out LINE1:sds1#0000ff:Average bits out VRULE:1327237200#ff00 > 00: VRULE:1326632400#ff0000:, referer: http://smgnet03/~cricket/cricket/grapher.cgi?target=%2Fload-balance%2Fbigip2.globalcenter.net.au%2Finternal_vlan;view=Octets > [Wed Jan 25 17:11:36 2012] [error] [client 10.64.50.13] , referer: http://smgnet03/~cricket/cricket/grapher.cgi?target=%2Fload-balance%2Fbigip2.globalcenter.net.au%2Finternal_vlan;view=Octets > [Wed Jan 25 17:11:36 2012] [error] [client 10.64.50.13] [25-Jan-2012 17:11:36*] Could not open /tmp/cricket-cache/cricket-0faff626.png: No such file or directory, referer: http://smgnet03/~cricket/cricket/grapher.cgi?target=%2Fload-balance%2Fbigip2.globalcenter.net.au%2Finternal_vlan;view=Octets > [Wed Jan 25 17:11:36 2012] [error] [client 10.64.50.13] [25-Jan-2012 17:11:36*] rrd graph: /tmp/cricket-cache/cricket-19e42da5.png -a PNG -r -l 0 --base 1024 --start -151200 --vertical-label bits per second --width 500 --height 200 DEF:mx0=/home/cricket/cricket/cricket-config/../cricket-data//load-balance/bigip2.globalcenter.net.au/internal_vlan.rrd:ds0:MAX DEF:ds0=/home/cricket/cricket/cricket-config/../cricket-data//load-balance/bigip2.globalcenter.net.au/internal_vlan.rrd:ds0:AVERAGE DEF:mx1=/home/cricket/cricket/cricket-config/../cricket-data//load-balance/bigip2.globalcenter.net.au/internal_vlan.rrd:ds1:MAX DEF:ds1=/home/cricket/cricket/cricket-config/../cricket-data//load-balance/bigip2.globalcenter.net.au/internal_vlan.rrd:ds1:AVERAGE CDEF:smx0=mx0,8,* CDEF:sds0=ds0,8,* CDEF:smx1=mx1,8,* CDEF:sds1=ds1,8,* LINE1:smx0#00FF00:Max Average bits in AREA:sds0#00cc00:Average bits in LINE1:smx1#0080FF:Max Average bits out LINE1:sds1#0000ff:Average bits out VRULE:1327410000#ff00 > 00: VRULE:1327323600#ff0000:, referer: http://smgnet03/~cricket/cricket/grapher.cgi?target=%2Fload-balance%2Fbigip2.globalcenter.net.au%2Finternal_vlan;view=Octets > [Wed Jan 25 17:11:36 2012] [error] [client 10.64.50.13] , referer: http://smgnet03/~cricket/cricket/grapher.cgi?target=%2Fload-balance%2Fbigip2.globalcenter.net.au%2Finternal_vlan;view=Octets > [Wed Jan 25 17:11:36 2012] [error] [client 10.64.50.13] [25-Jan-2012 17:11:36*] Could not open /tmp/cricket-cache/cricket-19e42da5.png: No such file or directory, referer: http://smgnet03/~cricket/cricket/grapher.cgi?target=%2Fload-balance%2Fbigip2.globalcenter.net.au%2Finternal_vlan;view=Octets > > > I have tried searching for answers on the web but to no avail. > > If someone could make some suggestions on how to fix this it would be greatly appreciated. > > > Cheers, > Ash > > > > > > > > > > > > ##################################################################################### > Confidentiality and Privilege Notice > This document is intended solely for the named addressee. The information contained in the pages is confidential and contains legally privileged information. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone, and you should destroy this message and kindly notify the sender by reply email. Confidentiality and legal privilege are not waived or lost by reason of mistaken delivery to you. > ##################################################################################### > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > cricket-users mailing list > cri...@li... > https://lists.sourceforge.net/lists/listinfo/cricket-users |