FW: [jffnms-users] Admin Structure Not Found

2005-11-06 Thread Tim Carr
We're trying to move back to Fedora Core 4 (from FC3) and are back into this problem. Has anyone been able to come up with why this is occurring, and what we might be able to do about it? Thanks, Tim Carr Buchanan Associates -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTEC

Re: [jffnms-users] Traffic Graphs with MAX Values

2005-11-06 Thread Rob Royan
Thanks Craig, After an array learning curve, I've come up with the following line that works. $opts_DEF[] = str_replace(output,output_max,$opts_DEF[output]) . ":reduce=MAX"; Since the data I'm looking for has already been called in with the rrdtool_get_def function call, this gives me the line

Re: [jffnms-users] Traffic Graphs with MAX Values

2005-11-06 Thread Craig Small
On Thu, Nov 03, 2005 at 10:30:23PM -0400, Rob Royan wrote: > DEF:indataMaxbytes=interface-663-0.rrd:data:AVERAGE:reduce=MAX Right, let's keep that in mind. > $opts_DEF = rrdtool_get_def($data,array("input")); > This would translate to: > DEF:indataMaxbytes=interface-663-0.rrd:data:AVERAGE "input"