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.
/* loop through each of the graph_items selected on the previous page for skipped items */
$skipped_items = array();
$hr_items = array();
$color_templates = array();
while (list($var,$val) = each($_POST)) {
The "array()" statement will initialize those arrays.
Reinhard
PROGERR: ERRNO:'8' TYPE:'Notice' MESSAGE:'Undefined offset: 2' IN FILE:'/opt/cacti/plugins/aggregate/setup.php' LINE NO:'275'
PROGERR: ERRNO:'8' TYPE:'Notice' MESSAGE:'Undefined offset: 3' IN FILE:'/opt/cacti/plugins/aggregate/setup.php' LINE NO:'275'
PROGERR: ERRNO:'8' TYPE:'Notice' MESSAGE:'Undefined offset: 4' IN FILE:'/opt/cacti/plugins/aggregate/setup.php' LINE NO:'275'
PROGERR: ERRNO:'8' TYPE:'Notice' MESSAGE:'Undefined offset: 5' IN FILE:'/opt/cacti/plugins/aggregate/setup.php' LINE NO:'275'
PROGERR: ERRNO:'8' TYPE:'Notice' MESSAGE:'Undefined offset: 7' IN FILE:'/opt/cacti/plugins/aggregate/setup.php' LINE NO:'275'
PROGERR: ERRNO:'8' TYPE:'Notice' MESSAGE:'Undefined offset: 8' IN FILE:'/opt/cacti/plugins/aggregate/setup.php' LINE NO:'275'
PROGERR: ERRNO:'8' TYPE:'Notice' MESSAGE:'Undefined offset: 9' IN FILE:'/opt/cacti/plugins/aggregate/setup.php' LINE NO:'275'
PROGERR: ERRNO:'8' TYPE:'Notice' MESSAGE:'Undefined offset: 10' IN FILE:'/opt/cacti/plugins/aggregate/setup.php' LINE NO:'275'
PROGERR: ERRNO:'8' TYPE:'Notice' MESSAGE:'Undefined offset: 2' IN FILE:'/opt/cacti/plugins/aggregate/setup.php' LINE NO:'275'
PROGERR: ERRNO:'8' TYPE:'Notice' MESSAGE:'Undefined offset: 3' IN FILE:'/opt/cacti/plugins/aggregate/setup.php' LINE NO:'275'
PROGERR: ERRNO:'8' TYPE:'Notice' MESSAGE:'Undefined offset: 4' IN FILE:'/opt/cacti/plugins/aggregate/setup.php' LINE NO:'275'
PROGERR: ERRNO:'8' TYPE:'Notice' MESSAGE:'Undefined offset: 5' IN FILE:'/opt/cacti/plugins/aggregate/setup.php' LINE NO:'275'
PROGERR: ERRNO:'8' TYPE:'Notice' MESSAGE:'Undefined offset: 7' IN FILE:'/opt/cacti/plugins/aggregate/setup.php' LINE NO:'275'
PROGERR: ERRNO:'8' TYPE:'Notice' MESSAGE:'Undefined offset: 8' IN FILE:'/opt/cacti/plugins/aggregate/setup.php' LINE NO:'275'
PROGERR: ERRNO:'8' TYPE:'Notice' MESSAGE:'Undefined offset: 9' IN FILE:'/opt/cacti/plugins/aggregate/setup.php' LINE NO:'275'
PROGERR: ERRNO:'8' TYPE:'Notice' MESSAGE:'Undefined offset: 10' IN FILE:'/opt/cacti/plugins/aggregate/setup.php' LINE NO:'275'
ERROR: Legend set but no color: devicename Inbound
Simon
Ok. This requires some more testing as it is perfectly ok not to select a Color Template. Would you be able to post the whole rrdtool graph statement for this case?
Reinhard
There is another BUG:
If i choose to sum different interfaces, and convert it to AREA/STACK I obtain a graph with wrong sequence AREA/STACK. Nothing important, It needs only to move the other DS in the right sequence.
I'm a bit curious if what I've got working is in fact working correctly... By aggregate, do you mean it shows multiple interface values on a single graph? Or do you mean it adds the values of each interface and displays the total "aggregate" on a single graph? The result it's giving me is the former. If that's what it's supposed to do, does anyone know how to make cacti do an aggregate that's a total of combined interfaces?