browniebraun Cacti User
Joined: 13 Jun 2006 Posts: 307 Location: Cologne, Germany
|
Posted: Mon Jun 23, 2008 1:48 pm Post subject: Re: How To use reportit ? |
|
|
| feelgirl wrote: | I want to report some interfaces of 10M or 100M ,need to report the MAX value and AVG value for this interface.
how to config the Report Templates.
please help me !
thanks...... |
Nobody who can explain it?
Ok, the current version of ReportIt does not support report templates with more than one data archive (min, max, avg. and last). So if you want to report the absolut maximum based on the max archive than you have to create two report templates.
For creating the correct formula it's unalterable to know which unit the data have.
For example the in- and outbound traffic of a nic will be counted in Bytes, so that we'll have to multipy it with "8", if we expect a result in Bits.
In that case you can use: "f_avg*8" and "f_max*8".
Unfortunately I haven't found the time to write a complete documentation, but I try to make some screencasts asap.
Best regards
-Andreas- |
|