Aggregate V0.71 - Released

Announcements concerning Plugins for Cacti

Moderators: Developers, Moderators

Locked
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Re: how to shown Image2.jpg ?

Post by gandalf »

hsuan wrote:how do you to create the Image2.jpg ?
how do you can choose "(traffic_in)ALL ITEMS " in data source ?
That's a feature of this plugin and explaine in full detail in the PDF document atteched to the plugin code (and to the first post)
Reinhard
star3am
Posts: 23
Joined: Mon Aug 04, 2008 5:08 am
Location: Cape Town

hi

Post by star3am »

Hallo, thank you, here you are,

Code: Select all

RRDTool Command:

/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="TOTAL WWW Apache - Hits" \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="Hits/sec" \
--slope-mode \
DEF:a="/www/hosts/cacti/rra/scyther_xxx_-_apache_apache_busy_workers_1344.rrd":apache_total_hits:AVERAGE \
DEF:b="/www/hosts/cacti/rra/scyther_xxx_-_apache_apache_busy_workers_1344.rrd":apache_total_hits:LAST \
DEF:c="/www/hosts/cacti/rra/scyther_xxx_-_apache_apache_busy_workers_1344.rrd":apache_total_hits:MIN \
DEF:d="/www/hosts/cacti/rra/scyther_xxx_-_apache_apache_busy_workers_1344.rrd":apache_total_hits:MAX \
DEF:e="/www/hosts/cacti/rra/www1_xxx_-_apache_apache_busy_workers_213.rrd":apache_total_hits:AVERAGE \
DEF:f="/www/hosts/cacti/rra/www1_xxx_-_apache_apache_busy_workers_213.rrd":apache_total_hits:LAST \
DEF:g="/www/hosts/cacti/rra/www1_xxx_-_apache_apache_busy_workers_213.rrd":apache_total_hits:MIN \
DEF:h="/www/hosts/cacti/rra/www1_xxx_-_apache_apache_busy_workers_213.rrd":apache_total_hits:MAX \
DEF:i="/www/hosts/cacti/rra/www2_xxx_-_apache_apache_busy_workers_220.rrd":apache_total_hits:AVERAGE \
DEF:j="/www/hosts/cacti/rra/www2_xxx_-_apache_apache_busy_workers_220.rrd":apache_total_hits:LAST \
DEF:ba="/www/hosts/cacti/rra/www2_xxx_-_apache_apache_busy_workers_220.rrd":apache_total_hits:MIN \
DEF:bb="/www/hosts/cacti/rra/www2_xxx_-_apache_apache_busy_workers_220.rrd":apache_total_hits:MAX \
DEF:bc="/www/hosts/cacti/rra/www3_xxx_-_apache_apache_busy_workers_258.rrd":apache_total_hits:AVERAGE \
DEF:bd="/www/hosts/cacti/rra/www3_xxx_-_apache_apache_busy_workers_258.rrd":apache_total_hits:LAST \
DEF:be="/www/hosts/cacti/rra/www3_xxx_-_apache_apache_busy_workers_258.rrd":apache_total_hits:MIN \
DEF:bf="/www/hosts/cacti/rra/www3_xxx_-_apache_apache_busy_workers_258.rrd":apache_total_hits:MAX \
DEF:bg="/www/hosts/cacti/rra/www4_xxx_-_apache_apache_busy_workers_265.rrd":apache_total_hits:AVERAGE \
DEF:bh="/www/hosts/cacti/rra/www4_xxx_-_apache_apache_busy_workers_265.rrd":apache_total_hits:LAST \
DEF:bi="/www/hosts/cacti/rra/www4_xxx_-_apache_apache_busy_workers_265.rrd":apache_total_hits:MIN \
DEF:bj="/www/hosts/cacti/rra/www4_xxx_-_apache_apache_busy_workers_265.rrd":apache_total_hits:MAX \
AREA:a#AAABA1FF:"scyther.xxx Hits/sec"  \
GPRINT:b:LAST:"Current\:%8.2lf %s"  \
GPRINT:a:AVERAGE:"Average\:%8.2lf %s"  \
GPRINT:d:MAX:"Maximum\:%8.2lf %s\n"  \
AREA:e#AAABA1FF:"www1.xxx Hits/sec":STACK \
GPRINT:f:LAST:"   Current\:%8.2lf %s"  \
GPRINT:e:AVERAGE:"Average\:%8.2lf %s"  \
GPRINT:h:MAX:"Maximum\:%8.2lf %s\n"  \
AREA:i#AAABA1FF:"www2.xxx Hits/sec":STACK \
GPRINT:j:LAST:"   Current\:%8.2lf %s"  \
GPRINT:i:AVERAGE:"Average\:%8.2lf %s"  \
GPRINT:bb:MAX:"Maximum\:%8.2lf %s\n"  \
AREA:bc#AAABA1FF:"www3.xxx Hits/sec":STACK \
GPRINT:bd:LAST:"   Current\:%8.2lf %s"  \
GPRINT:bc:AVERAGE:"Average\:%8.2lf %s"  \
GPRINT:bf:MAX:"Maximum\:%8.2lf %s\n"  \
AREA:bg#AAABA1FF:"www4.xxx Hits/sec":STACK \
GPRINT:bh:LAST:"   Current\:%8.2lf %s"  \
GPRINT:bg:AVERAGE:"Average\:%8.2lf %s"  \
GPRINT:bj:MAX:"Maximum\:%8.2lf %s\n"  \
AREA:d#00000033:"scyther.iol Max\n"  \
AREA:h#00000033:"www1.xxx Max\n":STACK \
AREA:bb#00000033:"www2.xxx Max\n":STACK \
AREA:bf#00000033:"www3.xxx Max\n":STACK \
AREA:bj#00000033:"www4.xxx Max\n":STACK

RRDTool Says:

OK
therecession
Posts: 3
Joined: Tue Feb 03, 2009 3:46 am

Post by therecession »

Hello !

First, thanks to Reinhard for this plugin!!

I have the same question that Samsonite:

I'm working on differents servers, and I've the 95th percentile graph for each one.

I followed the PDF manual to create an Aggregated graph and it was pretty easy.

The problem is I would like to create an Aggregated graph with the 95th percentile for the sum of the differents graphs Aggregated and not for each graph like "samsonite".

I'm wondering if it's possible, because I read many times the manual and differents topics on this forum but neither talked about the solution that I need.

I would like to know at least, if somebody has already done that before and if I can see the result with a picture.


Thanks in advance!!!

I really need your help. :wink: :o
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Not yet done, at least on my side. Requires some thinking ...
Reinhard
therecession
Posts: 3
Joined: Tue Feb 03, 2009 3:46 am

Post by therecession »

Thanks alot for your answer.

I hope that a solution exist for that.

Yann.
therecession
Posts: 3
Joined: Tue Feb 03, 2009 3:46 am

Post by therecession »

Hello Everybody.

I finally found a solution to my problem. Now, I have an Aggregated graph of differents sources and only one 95th Percentile Line (Hrule).

If anybody wants some help from me or a tutorial, just motion it to me.

See you. :wink:
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

therecession wrote:Hello Everybody.

I finally found a solution to my problem. Now, I have an Aggregated graph of differents sources and only one 95th Percentile Line (Hrule).

If anybody wants some help from me or a tutorial, just motion it to me.

See you. :wink:
A PDF attachment would be greatly appreciated :wink:
Reinhard
ertanaltun
Posts: 12
Joined: Wed Jan 07, 2009 7:40 am

Post by ertanaltun »

hi all,


we uploaded the aggregate-0.70.tgz file. but the aggregate plugin doesn't work. when I select two interfaces to aggregate on the graph, opened a empty page as below. I think we must see some informations in this page. how can we fix it?


thanks.
Attachments
aggregate.png
aggregate.png (3.92 KiB) Viewed 8009 times
zivley
Cacti User
Posts: 69
Joined: Tue Nov 13, 2007 6:22 am

95th percentile

Post by zivley »

Is it possible to add 95th percentile to work on a total bandwidth after I aggregated two graphs?
I have the 95th for each one, now that I've aggregated them I'd like the 95th percentile to work, I've added but it doesn't work, so I'm trying to understand why, perhaps there's something to do with the formula?
Thanks,
Ziv
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

This is currently not supported. And I can't guess from a mo of thinking that or when it would be supported
Reinhard
zivley
Cacti User
Posts: 69
Joined: Tue Nov 13, 2007 6:22 am

Post by zivley »

gandalf wrote:This is currently not supported. And I can't guess from a mo of thinking that or when it would be supported
Reinhard
Just wanted to inform you that maybe it's not supported as a built-in feature, but I succeeded making an aggregate graph of two inbound sources converted to "area/stack" with your aggregate plugin, and then I manually added the normal three items required for the 95th percentile and it works!
See below:
Attachments
aggregated+95th.png
aggregated+95th.png (66.29 KiB) Viewed 7941 times
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Yep, I missed to mention that. The Aggreagte Graphs are "normal" graphs and you may change them as you like.
Good you dicovered this on your own
Reinhard
argon0
Cacti User
Posts: 460
Joined: Fri Mar 12, 2004 1:22 pm

Post by argon0 »

Getting the same problem as Zivley, got PA 2.4, Cacti .8.7d (cactiEZ 0.6 upgraded), Aggregate .70 bet and cannot create Aggregate's - get the same as Zivley above, and no graphs created.

Create Aggregate Graphs
Directory: aggregate
Version: 0.70 Bet
Author: Reinhard Scheck
Home Page: http://forums.cacti.net/about30695.html
Status: Active

If useful, the cacti technical support info attached.

Argon0
Attachments
Cacti Technical Support.doc
Technical Support details from Cacti installation
(691 KiB) Downloaded 413 times
No longer a n00by, probably, by now an 0ldby

Now Head of Technology at RSCH, back to the prickly subject of Monitorring....
cdnvballer
Cacti User
Posts: 89
Joined: Fri May 25, 2007 1:18 pm

Post by cdnvballer »

seeing the same problem now as ertanaltun;

trying to create an aggregate graph from 2 graphs doesn't seem to do anything:
I see same Y/N prompt to create a graph, hit Y and then it brings me back to the graph mgmt list.. nothing added...


didn't see this behaviour before... but I screwed up my previous graph definitions after installing ASA host template so rebuilt...
cdnvballer
Cacti User
Posts: 89
Joined: Fri May 25, 2007 1:18 pm

Post by cdnvballer »

very weird...
the aggregate graph creation works once I disabled the Thold plugin...(?)...
Locked

Who is online

Users browsing this forum: No registered users and 0 guests