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.
Hi.
I have installed Reportit,
But my template have only max, last..
Can you send me your template.
Huy Bac
browniebraun wrote:
Hi Cacti community!
Here is my new report plugin "reportit" for all linux users (till now).
I've written the first release during my degree dissertation and now i've added some functions. So, it's time to make it public.
You can calculate the traffic, utilization or exception reportings of data items by using sliding time frames
or static ones on demand. It's possible to define working days, working time and a seperate timezone
for every data item. Your results can be exported to a CSV-file.
Now i'm just writing the scheduling functionality that will be included in the next release.
Unfortunately cacti's rrdfetch is too slow for this calculation, so i've to choose the way with the php-binding (for rrdtool) for the first time.
You will have to install it additionally. To install this plugin use the traditional way (config.pph: add plugins[] = "reportit") and go to "realm permissions".
Without the php-binding you can test its handling (Linux and Windows), but the calculation will not run. UPDATE: v0.3 supports Linux and Windows.
To get an overview take a look at the little powerpoint presentation i've added.
when i try to install php-binding i see this error:
configure: error: Please reinstall the rrdtool distribution
ERROR: `/tmp/pear/temp/rrd/configure' failed
all output here:
root@cacti:~# pecl install rrd
downloading rrd-1.1.0.tgz ...
Starting to download rrd-1.1.0.tgz (18,639 bytes)
......done: 18,639 bytes
11 source files, building
running: phpize
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
building in /tmp/pear/temp/pear-build-rootVJXhLW/rrd-1.1.0
running: /tmp/pear/temp/rrd/configure
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib
checking for PHP extension directory... /usr/lib/php5/20090626
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking for rrdtool support... yes, shared
checking for rrdtool... /usr/bin/rrdtool
checking for rrdtool header files in default paths... not found
configure: error: Please reinstall the rrdtool distribution
ERROR: `/tmp/pear/temp/rrd/configure' failed
The feature "working time" seems to work fine on my Cacti server.
I put in place the following setup:
Working Time : 07:00 - 19:00
Working Day : Monday - Saturday
I've a daily report for the RPC Latency for some Windows servers.
With this feature, I expect to see a calculation between the specified working time.
When generating my daily report, I see that the range hours takes into acocunt is 00:00 - 24:00
Please keep in mind that presets will only be used for new data items. Existing data items will not be updated automatically.
But you can clone the configuration of one data item in that case. ("copy settings to all")
Reportis is giving below error when trying to install (Awaiting Configuration)
Cacti version information is Plugin Management (Cacti Version: 0.8.7i, Plugin Architecture Version: 3.1)
Actions Name Version Load Order Description** Type Status Author
Reportit 0.7.5a Cacti-ReportIt General Awaiting Configuration The Cacti Group
Settings 0.71 Global Plugin Settings System Active Jimmy Conner
Nectar 0.34 Send Graphs via EMail General Active Reinhard Scheck
Thold 0.4.9 Thresholds General Active Jimmy Conner
I want to create a report with graphs about Jitter and Round Trip Time. This works fine, until looking to the calculated values. As these datasources are about mili and micro seconds, the stored values are very low. I see in the top 10 graphs that ReportIt cannot change to m or µ as it can change to M and G. all values are 0.00 or 0.01 and the report becomes useless.
Is it possible to let the bar graphs change legend to mili and micro? Do I need to change something?
mskaralar wrote:Hi, is there any way to aggregate multiple data sources in report plugin?
I can use formulas for only one data source. Can we sum two different data source's inbound traffic?
Thank you.
No, I have it on my list since a while. Sorry.
Regards
-Andreas-
Hello there,
Is there any update coming regarding this kind of problem? If not, how can i get value of sums for some graphs?
I mean, I have some total sum graphs for each day / month etc. And I can't get the value of them because -I believe- Cacti doesn't generate rrd files for total sum graphs. How can i get the values for these graphs?
Hi people, first of all Reportit is the best plugin Thanks browniebrau . Great job!!
I'm trying to make the basic report (Interface - Traffic) to get the AVG, MAX, Utilization and PercentOverThreshold (POT), the issue is that some interfaces have been limited, ex "a 1Gbps interface with a egress rate of 155 Mbps", so how can I get this value (155) for the "real bandwidth" to get a accurate POT. I trie d to create a new data template but a the moment of create the report template a didn't appear as a opcion.