'ReportIt' -> v0.7.5a (released 23/12/11)
Moderators: Developers, Moderators
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
It works on my Linux server with:
-Andreas-
- GD2
Freetype 2.1.9
Libpng 1.2.8
-Andreas-
Hat das Blümchen einen Knick, war der Schmetterling zu dick!
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
Hi Zuessi!
If I find the time to code it I think v0.6.0 will be released in this quarter.
Currently I'm working on an extension to archive scheduled reports automatically. Therefore ReportIt converts a report into XML and after that the file will be added to a Zip archive. So, in the report view you will have a drop down with all reports which are stored in the associated archive.
Best regards
-Andreas-
If I find the time to code it I think v0.6.0 will be released in this quarter.
Currently I'm working on an extension to archive scheduled reports automatically. Therefore ReportIt converts a report into XML and after that the file will be added to a Zip archive. So, in the report view you will have a drop down with all reports which are stored in the associated archive.
Best regards
-Andreas-
Hat das Blümchen einen Knick, war der Schmetterling zu dick!
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
-
- Posts: 14
- Joined: Mon Dec 03, 2007 12:50 pm
Reportit documentation
Hello ,
Has someone got a documentation newer than 0.2 ?
I am using reportit 0.51 and the doc I found in the forum is not so fresh.
Best would be a step by step documentation .
Have a great day!
Guillaume
Has someone got a documentation newer than 0.2 ?
I am using reportit 0.51 and the doc I found in the forum is not so fresh.
Best would be a step by step documentation .
Have a great day!
Guillaume
-
- Posts: 14
- Joined: Mon Dec 03, 2007 12:50 pm
Reportit results
Hello Andreas or anybody who could help,
I have succeeded in using the plugin reportit I have beautifull barcharts (with sometimes an error message)!!!!
but there is still something I don't understand. .
I have tried the plugin to report about "total memory free".
"Total memory free" is something which don't usually move.
I have used f_avg function with AVG CDP.
The results obtained with the function f_avg varies when I modify the period of test.
Example, I have just set-up a server 2 hours ago in cacti.
The today measures shew for this value : 190k, for a 7days period : 26,69k and for a 6 month period : 0,87k.
I have realized a RRDdump of the associated server's rra and it shew that there was only one measure : 1.0 e+6 (1 Go RAM).
How comes reportit find a different result depending on the period of analysys though the measures inside the rra are all the same (1.0e+6 or NaN)?
Did I make something wrong or do we need measures at both the start and the end of the analysis period?
Please tell me.
Have a great day
Guillaume
I have succeeded in using the plugin reportit I have beautifull barcharts (with sometimes an error message)!!!!
but there is still something I don't understand. .
I have tried the plugin to report about "total memory free".
"Total memory free" is something which don't usually move.
I have used f_avg function with AVG CDP.
The results obtained with the function f_avg varies when I modify the period of test.
Example, I have just set-up a server 2 hours ago in cacti.
The today measures shew for this value : 190k, for a 7days period : 26,69k and for a 6 month period : 0,87k.
I have realized a RRDdump of the associated server's rra and it shew that there was only one measure : 1.0 e+6 (1 Go RAM).
How comes reportit find a different result depending on the period of analysys though the measures inside the rra are all the same (1.0e+6 or NaN)?
Did I make something wrong or do we need measures at both the start and the end of the analysis period?
Please tell me.
Have a great day
Guillaume
-
- Posts: 2
- Joined: Thu Feb 21, 2008 6:58 am
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
Re: Reportit results
guigzmorez wrote:Hello Andreas or anybody who could help,
I have succeeded in using the plugin reportit I have beautifull barcharts (with sometimes an error message)!!!!
but there is still something I don't understand. .
I have tried the plugin to report about "total memory free".
"Total memory free" is something which don't usually move.
I have used f_avg function with AVG CDP.
The results obtained with the function f_avg varies when I modify the period of test.
Example, I have just set-up a server 2 hours ago in cacti.
The today measures shew for this value : 190k, for a 7days period : 26,69k and for a 6 month period : 0,87k.
I have realized a RRDdump of the associated server's rra and it shew that there was only one measure : 1.0 e+6 (1 Go RAM).
How comes reportit find a different result depending on the period of analysys though the measures inside the rra are all the same (1.0e+6 or NaN)?
Did I make something wrong or do we need measures at both the start and the end of the analysis period?
Please tell me.
Have a great day
Guillaume
Hi Guillaume!
Sorry for my late answer, but I was away on business.
ReportIt only calculates with the values which will be delivered by RRDtool. Therefore it has to create only one "fetch" command. RRDtool automatically chooses the archive which fits and returns your measured data with a fixed step. So, if you change the reporting period, RRDtool will automatically choose another archive with another step and fill up all missing data points with "nan".
After that ReportIt picks out all the important values, which match your working days and shift time, and filters out all NaN's before it starts the calculation. (Mmmmh sounds a little bit like Cinderella , but she used doves instead of an algorithm to get the good peas and lentils).
So, the best way to check the results is to include all working days and the whole day as shift (default) and then compare it with your graph for exact the same period (minus 1 second). Or you have to rebuild the fetch command to try it at the CLI.
It seems to me that I'll have to implement a debug mode in one of the upcoming versions, but I have reservations to this, because the amount of informations could be a "little" too high.
Best regards
-Andreas-
Hat das Blümchen einen Knick, war der Schmetterling zu dick!
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
letitibleu wrote:Hello,
The link don't works : "Powerpoint presentation: reportit v0.2 (12/24/06)."
Where I can find this file ?
Thank you
http://forums.cacti.net/download.php?id=11818
Best regards
-Andreas-
Hat das Blümchen einen Knick, war der Schmetterling zu dick!
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
-
- Posts: 19
- Joined: Wed Jun 27, 2007 11:31 pm
- Location: Rennes , France
Cool reports ....
thanks browniebraun
Victor.
Victor.
- Attachments
-
- reportit.png (55.42 KiB) Viewed 10667 times
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
Re: V0.6
Hi phakesley!phakesley wrote:Is there any news on version 0.6 I like the features in this version and it would make reporting sums, averages for a number of devices quick and easy.
At the moment I'm on a CCNA training in Munich, so I can not code anything this week. I'll close the most construction areas next weekend and after that we start with the implementation of the new emailing stuff.
Release date of v0.6.0 will be the 30th of April.
Best regards
-Andreas-
Hat das Blümchen einen Knick, war der Schmetterling zu dick!
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
Hmmmm. I downloaded this, and my PowerPoint 2000 won't open it. So I then downloaded the PowerPoint Viewer (2003), and it won't open it either (crashes ). Any idea what I need to look at this thing?letitibleu wrote:
Hello,
The link don't works : "Powerpoint presentation: reportit v0.2 (12/24/06)."
Where I can find this file ?
Thank you
http://forums.cacti.net/download.php?id=11818
---------
The Glue Guy
The Glue Guy
-
- Cacti User
- Posts: 175
- Joined: Sun May 27, 2007 5:42 pm
Who is online
Users browsing this forum: No registered users and 1 guest