Tory M Blue | 5 Jan 2010 01:44
Picon

Added DS, now graphs of 2 datasources are flipped

I added "successfully" so I thought 3 data-sources to a rrd and it's polling
no issue. However the graphs, 2 of my datasources are reversed. The values
being displayed are correct, however the graph has 2 of them swapped. Green
which has been DS1 for a long period of time, has been switched with the new
DS4 that I added. Say MSN/yahoo, values up top in numeric are correct, but
the graph is graphing green (yahoo) with MSN data and cyan (msn) with yahoo
data.

There is no reference to graphing that I can find in the rrd and I've
deleted the cricket-cache files and even hupped my apache process.

Any idea, what am I missing?

thanks
Tory
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
Tory M Blue | 8 Jan 2010 20:07
Picon

Re: Added DS, now graphs of 2 datasources are flipped

Wondering if anyone has seen this.

Summary has one color for the attribute and the graph has another. I have no
clue how this is happening. I don't believe anything in the rrd dictates
color of the summary or graph data

Tpry

On Mon, Jan 4, 2010 at 4:44 PM, Tory M Blue <tmblue <at> gmail.com> wrote:

> I added "successfully" so I thought 3 data-sources to a rrd and it's
> polling no issue. However the graphs, 2 of my datasources are reversed. The
> values being displayed are correct, however the graph has 2 of them swapped.
> Green which has been DS1 for a long period of time, has been switched with
> the new DS4 that I added. Say MSN/yahoo, values up top in numeric are
> correct, but the graph is graphing green (yahoo) with MSN data and cyan
> (msn) with yahoo data.
>
> There is no reference to graphing that I can find in the rrd and I've
> deleted the cricket-cache files and even hupped my apache process.
>
> Any idea, what am I missing?
>
> thanks
> Tory
>
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
(Continue reading)

Oliver Landsmann | 8 Jan 2010 23:52
Picon

Re: Added DS, now graphs of 2 datasources are flipped

I have not seen this. Are you sure that all three datasources are 
showing up on the graph image and the summary?

It could be that you have a differnt color order in the cricket Default 
files and the rrdgraph has another default order. I think this could be 
since you added another datasource to the rrd files. How did you do that 
btw.? I have never been very successful with adding datasource and 
prefer just deleting the rrd file.

Br,
   Oliver

On 08/01/2010 20:07, Tory M Blue wrote:
> Wondering if anyone has seen this.
>
> Summary has one color for the attribute and the graph has another. I have no
> clue how this is happening. I don't believe anything in the rrd dictates
> color of the summary or graph data
>
> Tpry
>
> On Mon, Jan 4, 2010 at 4:44 PM, Tory M Blue<tmblue <at> gmail.com>  wrote:
>
>    
>> I added "successfully" so I thought 3 data-sources to a rrd and it's
>> polling no issue. However the graphs, 2 of my datasources are reversed. The
>> values being displayed are correct, however the graph has 2 of them swapped.
>> Green which has been DS1 for a long period of time, has been switched with
>> the new DS4 that I added. Say MSN/yahoo, values up top in numeric are
>> correct, but the graph is graphing green (yahoo) with MSN data and cyan
(Continue reading)

John Hutchinson | 21 Jan 2010 15:46

saving images

I need to every 4 hours make a hard copy of the graphs that can then be
transferred to another machine to be displayed Is there a way to do this.

John

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
Wilson Carl | 22 Jan 2010 13:33

saving images

I either print the webpage to a pdf or pull it into Acrobat writer under
Windows - but only on demand.

You might try some program to scrape the webpage on a regular basis.

-----Original Message-----
From: cricket-users-request <at> lists.sourceforge.net
[mailto:cricket-users-request <at> lists.sourceforge.net]
Sent: 22 January 2010 12:05
To: cricket-users <at> lists.sourceforge.net
Subject: cricket-users Digest, Vol 42, Issue 4

Send cricket-users mailing list submissions to
	cricket-users <at> lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/cricket-users
or, via email, send a message with subject or body 'help' to
	cricket-users-request <at> lists.sourceforge.net

You can reach the person managing the list at
	cricket-users-owner <at> lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of cricket-users digest..."

Today's Topics:

   1. saving images (John Hutchinson)

(Continue reading)

c3 | 22 Jan 2010 22:55

Re: saving images

If you want just a graph, right click and copy image location will give 
you something like;

http://cricket.example.com/cricket/mini-graph.cgi?type=png;target=%2Frouter-interfaces%2gigabitethernet2_1;inst=0;dslist=ifInOctets%2CifOutOctets;range=151200;rand=70

which you can use with wget to retrieve the image (png).

On the other machine run a cron job and use wget to retrieve the 
graph(s) you wish.

0 0,4,8,12,16,20 * * * wget -O networkchart.png 
http://cricket.example.com/cricket/...

Wilson Carl wrote:
> I either print the webpage to a pdf or pull it into Acrobat writer under
> Windows - but only on demand.
>
> Date: Thu, 21 Jan 2010 09:46:45 -0500
> From: "John Hutchinson" <john <at> upnorth.net>
> Subject: [cricket-users] saving images
> To: <cricket-users <at> lists.sourceforge.net>
> Message-ID:
> 	<mailman.104.1264161919.31947.cricket-users <at> lists.sourceforge.net>
> Content-Type: text/plain;	charset="US-ASCII"
>
> I need to every 4 hours make a hard copy of the graphs that can then be
> transferred to another machine to be displayed Is there a way to do this.
>
>  
>
(Continue reading)


Gmane