Search found 28 matches

by matej_v
Sun Jun 17, 2012 10:08 am
Forum: Plugin General
Topic: Automate aggregate
Replies: 19
Views: 8423

Re: Automate aggregate

The problem was the additional rule ".*" that I was not adding. Yeah, I'll have to fix this. As you can see, the aggregate_simular defs are empty. Can you try use this type of graphs (aggregate with totals only) and see if it works for you? I assume you have "Total Users" items ...
by matej_v
Mon Jun 11, 2012 3:05 pm
Forum: Plugin General
Topic: Automate aggregate
Replies: 19
Views: 8423

Re: Automate aggregate

Ok, I'll try to explain: I assume you created an Aggregate Template for your aggregate graph already. Create an Aggregate Rule and choose an Aggregate Template from previous step. (optional) Select Data Query - this allows you to use variables from data query when determining which graph goes to whi...
by matej_v
Mon Jun 04, 2012 11:48 am
Forum: Plugin General
Topic: Automate aggregate
Replies: 19
Views: 8423

Re: Automate aggregate

I believe you tried to use branch main. Main is missing a bunch more patches for autom8 - aggregate integration to work. So please use aggregate trunk. Currently it is still at rev 2069 so the patch from bug #2169 will apply.
by matej_v
Thu May 31, 2012 11:58 am
Forum: Plugin General
Topic: Automate aggregate
Replies: 19
Views: 8423

Re: Automate aggregate

Sorry, I said to use autom8 0.35, but really should have written 0.36. Though 0.36 is not published on docs.cacti.net for some reason. In any case even 0.36 it too old for my patch. I really recommend you start with main branch. I just tried to use my patch on main@rev 2076 and it applies cleanly. S...
by matej_v
Mon May 07, 2012 1:22 pm
Forum: Plugin General
Topic: Automate aggregate
Replies: 19
Views: 8423

Re: Automate aggregate

No, my patches have not been merged (yet). Until now there was no feedback from other users, so the devs probably haven't considered a priority. If you want to try this patch, here is how to get started: Get the latest Aggregate plugin from SVN trunk, Autom8 plugin can be 0.35, I think. Then apply p...
by matej_v
Thu Apr 26, 2012 1:22 am
Forum: Plugin Announcements
Topic: Cisco SFP (with DOM) Optical value plugin v0.2.3 + 0.2.4b
Replies: 163
Views: 201381

Modified plugin

Hello everybody Firstly thanks sodium for the plugin. Unfortunately the script assumes that the indexes of Tx and Rx sensor are sequential. This is not true for at least Cisco 4900M switch which I have to monitor. So I rewrote this plugin to better cope with various Cisco models. The assumption in m...
by matej_v
Fri Feb 10, 2012 5:01 pm
Forum: Plugin General
Topic: Automate aggregate
Replies: 19
Views: 8423

Re: Automate aggregate

I've posted the patch to autom8 in bugtracker under #2171 . A short example to present aggregate rules: I have traffic graphs of each of my customer's interfaces. A customer my have more than one interface. I wish to display all traffic of each customer on one graph. But I am too lazy to create aggr...
by matej_v
Wed Jan 25, 2012 4:13 pm
Forum: Plugin General
Topic: Automate aggregate
Replies: 19
Views: 8423

Re: Automate aggregate

Ok, here is what I'll try to do: Verify that the api_* functions in aggregate work and document them. If needed add more api functions. In autom8 detect if aggregate is also installed. If it is a new item is shown in Console side menu - "Aggregate rules". Aggregate rules are evaluated on g...
by matej_v
Wed Jan 25, 2012 3:32 pm
Forum: Plugin Architecture
Topic: Where to get just PIA 3.1?
Replies: 5
Views: 3541

Re: Where to get just PIA 3.1?

I was also searching for this today, with no luck. In the end I just overridden existing cacti install with a Cacti tarball that has PIA integrated.

You could also checkout the 3.1 version from SVN:

Code: Select all

svn checkout svn://svn.cacti.net/cacti/PIA/tags/v3.1/
and copy the files over your installation.
by matej_v
Wed Jan 25, 2012 3:19 pm
Forum: Plugin General
Topic: Plugin to add options to graph objects?
Replies: 2
Views: 749

Re: Plugin to add options to graph objects?

Weathermap plugin has an option to generate clickable nodes. You can put an URL like telnet://<router_ip> and it will open your telnet client.

Not sure if monitor or superlinks have that option.
by matej_v
Wed Jan 25, 2012 3:12 pm
Forum: Plugin General
Topic: Aggregate: change CDEF function of graph items
Replies: 7
Views: 4186

Re: Aggregate: change CDEF function of graph items

Ran "svn up", did uninstall, install. Created / changed a few aggregate graph and templates. Everything seems to work fine. However, please take a look at function aggregate_upgrade_1_0 in setup.php. At the end is a loop that adds columns to existing aggregate tables. I've done it this way...
by matej_v
Mon Jan 23, 2012 3:11 pm
Forum: Plugin General
Topic: Aggregate: change CDEF function of graph items
Replies: 7
Views: 4186

Re: Aggregate: change CDEF function of graph items

This took me a lot longer than I anticipated, there was a lot more to be done than I first imagined. But I feel I finally have something useful. There is a patch attached in the bug tracker under #2155 . Change summary: You can change graph configuration values (size, auto scale...) in aggregate tem...
by matej_v
Sun Dec 11, 2011 6:24 am
Forum: Plugin General
Topic: Aggregate: change CDEF function of graph items
Replies: 7
Views: 4186

Re: Aggregate: change CDEF function of graph items

Thanks gandalf. You were right, changing LINEx to AREA was also be necessary. Now I have something that seems to work, but I have to manually adjust values I want to override in plugin_aggregate_graphs_graph_item table. After that aggregate graph generation works fine - graph item definitions are ta...
by matej_v
Fri Dec 09, 2011 2:30 pm
Forum: Plugin General
Topic: Automate aggregate
Replies: 19
Views: 8423

Automate aggregate

Autom8 plugin currently does an excellent job of adding newly created graphs to Cacti trees. But I would like to also add new graphs Data sources to a predefined Aggregate graph, based on similar rules as one can define in Autom8. Is there currently such a feature or is someone working on something ...
by matej_v
Fri Dec 09, 2011 2:25 pm
Forum: Plugin General
Topic: Aggregate: change CDEF function of graph items
Replies: 7
Views: 4186

Aggregate: change CDEF function of graph items

I'm wondering if there is there any way to override the CDEF function of certain Graph Items when creating graphs with Aggregate plugin. I have a bunch of traffic graphs using the default traffic template, but for aggregate graph I would like to invert traffic_out graph lines so they are below the 0...