Report plugin ''ReportIt" - v0.7.5a (released 23/12/11)

General discussion about Plugins for Cacti

Moderators: Developers, Moderators

Post Reply
User avatar
browniebraun
Developer
Posts: 791
Joined: Tue Jun 13, 2006 1:17 am
Location: Cologne, Germany

Post by browniebraun »

:wink:
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
toe_cutter
Cacti User
Posts: 168
Joined: Fri Sep 12, 2008 2:41 am
Location: Sweden

Post by toe_cutter »

browniebraun wrote:
toe_cutter wrote: Edit: Solved by removing Report configuration and adding it again. Seems to happen when i change a Report template or one of its measurands/variables, dont know which.
Hi!
Can you try to reconstruct that issue, please?

Best regards
-Andreas-
Sorry, couldnt duplicate the error, but now ive got more then one report configuration, perhaps it appears when there is only one report.

I stumpled upon another "feature": while trying to duplicate the previous error i removed a data item from a report and when i was done testing i wanted to add it again, so i whent to the report config and the add item page. Now the data item was there, but on 52 rows, all named the same. I added one and the rest dissappeared. I tried on another item from the same report, but didnt get the same result.
However, i do notice that this repeating data item is on top of the list of editable data items when no sorting is enabled (press clear button).

Btw, a tip :)
As per previous screenshots in this thread, make examples on different kinds of reports in a new thread (reportit template collection?), for us who arent gifted with math or what to do with several measurands heh...
User avatar
browniebraun
Developer
Posts: 791
Joined: Tue Jun 13, 2006 1:17 am
Location: Cologne, Germany

Post by browniebraun »

I stumpled upon another "feature": while trying to duplicate the previous error i removed a data item from a report and when i was done testing i wanted to add it again, so i whent to the report config and the add item page. Now the data item was there, but on 52 rows, all named the same. I added one and the rest dissappeared. I tried on another item from the same report, but didnt get the same result.
However, i do notice that this repeating data item is on top of the list of editable data items when no sorting is enabled (press clear button).
Sounds like a SQL issue. Which version of ReportIt are you using?
Btw, a tip
As per previous screenshots in this thread, make examples on different kinds of reports in a new thread (reportit template collection?), for us who arent gifted with math or what to do with several measurands heh...
Next release will support to export / import report templates. (I'm currently working on that feature.) This will allow to share your knowledge with other members in an easy way (and in a new thread). ;-)

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
toe_cutter
Cacti User
Posts: 168
Joined: Fri Sep 12, 2008 2:41 am
Location: Sweden

Post by toe_cutter »

browniebraun wrote:Sounds like a SQL issue. Which version of ReportIt are you using?
The latest, 0.6.1 with cacti 0.8.7b.
Next release will support to export / import report templates. (I'm currently working on that feature.) This will allow to share your knowledge with other members in an easy way (and in a new thread). ;-)

Best regards
-Andreas-
Sweet :D
lipos
Posts: 31
Joined: Thu Jul 24, 2008 3:47 am

Post by lipos »

I'm generating Top 10 interfaces using Report for my networ environment.
Everything is working fine, but I will like to point the graph related to this report on my monitoring screen.
That's why, I will to show the name of the device and a number of interface on the graph picture generated by Report it, or add some kind of legend below. As default there is a percentage in HBar graph. Is there a way to exchange it to show the device/interface number instead?
sodium
Cacti User
Posts: 115
Joined: Wed Feb 01, 2006 10:29 am

Post by sodium »

Can somebody give me some pointers how to make a report to measure all transferred data based on 95 percentile

I can make the report (f_sum) based on min / avg / max (the CF) but not on the f_xth(95)... or did I miss something...
User avatar
browniebraun
Developer
Posts: 791
Joined: Tue Jun 13, 2006 1:17 am
Location: Cologne, Germany

Post by browniebraun »

lipos wrote:I'm generating Top 10 interfaces using Report for my networ environment.
Everything is working fine, but I will like to point the graph related to this report on my monitoring screen.
That's why, I will to show the name of the device and a number of interface on the graph picture generated by Report it, or add some kind of legend below. As default there is a percentage in HBar graph. Is there a way to exchange it to show the device/interface number instead?
I'll check if Graidle does support this. The legends made by Graidle aren't really the best and you'll always run into an issue if the length of the interface description won't be constant.

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
User avatar
browniebraun
Developer
Posts: 791
Joined: Tue Jun 13, 2006 1:17 am
Location: Cologne, Germany

Post by browniebraun »

sodium wrote:Can somebody give me some pointers how to make a report to measure all transferred data based on 95 percentile

I can make the report (f_sum) based on min / avg / max (the CF) but not on the f_xth(95)... or did I miss something...
Did you try "f_xth(95)*step*f_num" ?

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
sodium
Cacti User
Posts: 115
Joined: Wed Feb 01, 2006 10:29 am

Post by sodium »

yes I tried... (I really think I'm missing something)

I set the CF to MAX SI = 1000
column 1 = f_sum*8*step (TOTAL BITS transferred) should be correct
column 2 = f_xth(100)*step*f_num (should be the same as column1) but is not
column 2 = f_xth(95)*step*f_num (should be 95 percentile) but is not (value is too low)

I really need some pointers...
User avatar
browniebraun
Developer
Posts: 791
Joined: Tue Jun 13, 2006 1:17 am
Location: Cologne, Germany

Post by browniebraun »

sodium wrote:yes I tried... (I really think I'm missing something)

I set the CF to MAX SI = 1000
column 1 = f_sum*8*step (TOTAL BITS transferred) should be correct
column 2 = f_xth(100)*step*f_num (should be the same as column1) but is not
column 2 = f_xth(95)*step*f_num (should be 95 percentile) but is not (value is too low)

I really need some pointers...
All of your examples will return differend results, because they have not the same base.

So, let's take a look at a little example:

We have ten measured values :
1, 4, 2, 4, 17, 12, 3, 6, 4, 5

"f_sum" returns the sum of all measuread values, so we'll get 58. The distance of time between two measuread values amounts to 300s.
That comes to a total of 139200. (58*300*8 )

"f_xth(95)" means sort all values as a sequence and throw the highest 5% away. In that case ReportIt returns "12" as billable utilization. So we get 288000 (12*8*300*10)

Correct me if I'm wrong. I'm not the specialist of this nth percentile stuff.

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
sodium
Cacti User
Posts: 115
Joined: Wed Feb 01, 2006 10:29 am

Post by sodium »

browniebraun wrote:Correct me if I'm wrong. I'm not the specialist of this nth percentile stuff.
To me you are, :) it took some people to convince me that YOU were right, but they have done it. You are absolutely right!
Thanks for clearing this up :)
jeancarlos84
Posts: 3
Joined: Mon Oct 13, 2008 9:55 am

Post by jeancarlos84 »

Hello,
I need show values float (eg: 39.74) but in exact number value in report. (ex: 40)
Its possible?

I'm using reportit 0.61

thanks
User avatar
browniebraun
Developer
Posts: 791
Joined: Tue Jun 13, 2006 1:17 am
Location: Cologne, Germany

Post by browniebraun »

You can deactivate the rouding in the configuration of your measurand to get your values as float. (without a rerun of your reports). But generally all values will be rounded with 2 decimal places.

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
jeancarlos84
Posts: 3
Joined: Mon Oct 13, 2008 9:55 am

Post by jeancarlos84 »

If deactivate rounding, show (39.946666667), enable rouding, (39.94), but i need show 40(for example).it does not work?
User avatar
browniebraun
Developer
Posts: 791
Joined: Tue Jun 13, 2006 1:17 am
Location: Cologne, Germany

Post by browniebraun »

No, it doesn't support that.
Sorry, but I understood your question vice versa. :roll:

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
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests