Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Actually, now that I look at it, the last STACK item is the only one that's still the same as the original graph. The other 5 items have changed... they're supposed to be padded like the last item is. I checked all the original graphs, and they're all padded like the last item on the aggregate graph.
Here's the graph debug output.. I don't see anything problematic.
EDIT:
Also.. I just tried creating an aggregate of only the first three items by themselves, and got the same results. The last item's GPRINT is close together like the source graph, but the other two preceding it were padded far apart.
I have spent the past few hours playing with the aggregate plugin, and I love it. There is TONS of potential, and many other things that could be added to make it even better.
I'm not sure if this request is even possible, but I'd like to explore the possibility of doing "on-the-fly" aggregation. So, for example, a user could select any number of graphs from a list and just hit a button, and they'd all be displayed with no additional setup required.
cschutte wrote:I also get this error (refer problem logged by iYRe in May):
PROGERR: ERRNO:'2048' TYPE:'' MESSAGE:'Assigning the return value of new by reference is deprecated' IN FILE:'/usr/share/cacti/site/lib/adodb/adodb-lib.inc.php' LINE NO:'537'
I just installed v0.63 and plugin arc 1.1, and the error message appears when I have selected 2 graphs, executed the aggregate option, and then selecting YES to confirm.
Was this problem resolved? I could not find a solution in the forums.
Regards
I can't reproducs this one. Please state your version of php and setting of /etc/php.ini concerning the var "error_reporting" and "display_errors".
Reinhard
eddy wrote:I have just installed the Aggregate v0.63 plugin and I get this error message :
Notice: Undefined index: cdef.php: in C:\Inetpub\wwwroot\cacti\lib\functions.php on line 1422
any ideas
When aggregate is deactivated and only killspike is there, dies this error disappear? You know, on the killspike thread, there have been plenty reports concerning this error. I just downloaded latest killspike, and I can't reproduce this initialization error. Please check and report
Reinhard
eddy wrote:I have just installed the Aggregate v0.63 plugin and I get this error message :
Notice: Undefined index: cdef.php: in C:\Inetpub\wwwroot\cacti\lib\functions.php on line 1422
any ideas
When aggregate is deactivated and only killspike is there, dies this error disappear? You know, on the killspike thread, there have been plenty reports concerning this error. I just downloaded latest killspike, and I can't reproduce this initialization error. Please check and report
Reinhard
Automatic color template creation (I might write a script to do this). Preferably with easier to read templates. Gradients are nice, but fall apart with a lot of data sources (second aggregate I made had 36 data sources).. A paired alternating gradient would be great.
Footer templates.. ie: Whenever I create an aggregate graph, it'd be nice to have a pulldown to (among other options) add 'Total Current: Total Average: Total Maximum:' to the end of the graph, with no ds, and a cdef of total_all_ds_nodups.
FreeBSD/RHEL
cacti-0.8.7i, spine 0.8.7i, PIA 3.1+boost 5.1
MySQL 5.5/InnoDB
RRDtool 1.2.27, PHP 5.1.6
Automatic color template creation (I might write a script to do this). Preferably with easier to read templates. Gradients are nice, but fall apart with a lot of data sources (second aggregate I made had 36 data sources).. A paired alternating gradient would be great.
I was already thinking about sth like a "wraparound" when reaching the last color template entry and still more data source to cope with. So, even a 12 element Color Template would satify 36 data sources: it would simply be applied thrice.
Footer templates.. ie: Whenever I create an aggregate graph, it'd be nice to have a pulldown to (among other options) add 'Total Current: Total Average: Total Maximum:' to the end of the graph, with no ds, and a cdef of total_all_ds_nodups.
Aah: This is a nice idea to cope with that already requested feature. But IMHO, data source sorting has to be solved first to apply this one. And this bit is quite UGLY!
Reinhard
I just tried to create my first aggregate since updating everything to 0.8.7a and got the following :-
PROGERR: ERRNO:'2' TYPE:'Warning' MESSAGE:'include(/usr/local/apache2/htdocs/cacti/include/config_arrays.php) [function.include]: failed to open stream: No such file or directory' IN FILE:'/usr/local/apache2/htdocs/cacti/plugins/aggregate/aggregate_functions.php' LINE NO:'99'
PROGERR: ERRNO:'2' TYPE:'Warning' MESSAGE:'include() [function.include]: Failed opening '/usr/local/apache2/htdocs/cacti/include/config_arrays.php' for inclusion (include_path='.:/usr/local/php/lib/php')' IN FILE:'/usr/local/apache2/htdocs/cacti/plugins/aggregate/aggregate_functions.php' LINE NO:'99'
And then these errors repeat many times in a box below the initial error.
looking at the code :-
function draw_aggregate_graph_items_list($_graph_id) {
global $colors, $config;