Report plugin ''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
The description of ReportIt's realm permissions is slightly misleading.
If you are a report admin (super user) then you have to check them all. Please take a look at my little introduction.
Best regards
-Andreas-
If you are a report admin (super user) then you have to check them all. Please take a look at my little introduction.
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
How to create Top10 reports ?
Hi Browniebraun,
I took a look at your 'introduction' to Reportit and I can now understand a little bit more how to the different parts interact between them.
Your doc mentions the feature 'Creation of Top 10 charts', but this section seems not to be written yet.
Could you explain briefly how to create such kind of report or top10 ??
I need to create some 'standard' reports for my customers like :
- Top 10 of CPU Usage for XXX Servers
- Top 10 of Memory usage for XXX Servers
- Top 10 of Bandwitdh usage on interwitch links over my networks
Thanks a lot for your answer
Dwarf
I took a look at your 'introduction' to Reportit and I can now understand a little bit more how to the different parts interact between them.
Your doc mentions the feature 'Creation of Top 10 charts', but this section seems not to be written yet.
Could you explain briefly how to create such kind of report or top10 ??
I need to create some 'standard' reports for my customers like :
- Top 10 of CPU Usage for XXX Servers
- Top 10 of Memory usage for XXX Servers
- Top 10 of Bandwitdh usage on interwitch links over my networks
Thanks a lot for your answer
Dwarf
I just installed ReportIT from the current sourceforge tree... nice tool.
However, I found a 'bug' of sorts, maybe just an oversight...
We have many 10G links, which requires 64 bit interface stats. We collect them that way and they graphs ok, but when they're reported in Reportit they come back as 4.29G links (the 32 bit max).
Just thought you should know for the next rev!
However, I found a 'bug' of sorts, maybe just an oversight...
We have many 10G links, which requires 64 bit interface stats. We collect them that way and they graphs ok, but when they're reported in Reportit they come back as 4.29G links (the 32 bit max).
Just thought you should know for the next rev!
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
Re: How to create Top10 reports ?
At the moment you can only sort your results per measurand per data source and limit the number of rows to 10.Dwarf wrote:Hi Browniebraun,
I took a look at your 'introduction' to Reportit and I can now understand a little bit more how to the different parts interact between them.
Your doc mentions the feature 'Creation of Top 10 charts', but this section seems not to be written yet.
Could you explain briefly how to create such kind of report or top10 ??
I need to create some 'standard' reports for my customers like :
- Top 10 of CPU Usage for XXX Servers
- Top 10 of Memory usage for XXX Servers
- Top 10 of Bandwitdh usage on interwitch links over my networks
Thanks a lot for your answer
Dwarf
If you've a good approach how to improve that function then post it or put it in a feature request. I'm always happy to get ideas and suggestions from the community.
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
The calculation of 10 G links will be suppport by the next release. At the moment only one feature (export to paths) is missing before 0.7.0 will be published.dononeil wrote:I just installed ReportIT from the current sourceforge tree... nice tool.
However, I found a 'bug' of sorts, maybe just an oversight...
We have many 10G links, which requires 64 bit interface stats. We collect them that way and they graphs ok, but when they're reported in Reportit they come back as 4.29G links (the 32 bit max).
Just thought you should know for the next rev!
Feel free to test the upcoming features! You can download a tarball here http://cacti-reportit.svn.sourceforge.n ... z?view=tar. But keep in mind the following requirements: Cacti 0.8.7 + PIA 2.x and MySQL 5
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
Thanks for the latest build, I'll give that a shot....
Can you tell me what processes run in the background and how to monitor them on reports that take more than a few minutes to run?
I started a report, very similar to your example int he guide, for 20,000 or so links so we can generate a top 10 list... I started the report 3 days ago, and the system still says it's running. I'd like to be able to see what's going on, as I'm not seeing much system load, and no processes 'jumps' out to me.
Also, I've been trying to track down info on the PHP-RRDtool extensions... how much faster is this method vs. the standard method? There's nothing in the docs that talks about that.
Thanks!!!
Can you tell me what processes run in the background and how to monitor them on reports that take more than a few minutes to run?
I started a report, very similar to your example int he guide, for 20,000 or so links so we can generate a top 10 list... I started the report 3 days ago, and the system still says it's running. I'd like to be able to see what's going on, as I'm not seeing much system load, and no processes 'jumps' out to me.
Also, I've been trying to track down info on the PHP-RRDtool extensions... how much faster is this method vs. the standard method? There's nothing in the docs that talks about that.
Thanks!!!
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
Oh dear! 20000 data items in one report? Wow.
In that case I assume that the report ran out of time.
Go to Console->Cacti Settings-> Reports and increase the maximum execution time. After that rerun your report from the CLI:
Using the php bindings instead of the other methods will increase the report calculation by a minimum of 100%.
Best regards
-Andreas-
In that case I assume that the report ran out of time.
Go to Console->Cacti Settings-> Reports and increase the maximum execution time. After that rerun your report from the CLI:
Code: Select all
php runtime.php <report_id> -v
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
Thanks... running it from the command line did the trick:
03/30/2009 11:58:26 AM - PLUGIN: Poller[0] REPORTIT STATS: ID:1 Time:3408.9 Reports:1 Emails:0 Exports:0
I did however edit the setup.php file to allow for 6 characters in the timeout setting, just in case, lol.
That's my biggest report, so hopefully none of my other ones will go that long!!!
Are there any other resources for 'how to' besides your one sample doc?
I'm going to try to hack my way through setting up some reports, but a few more examples would be nice to be able to refer to.
Thank!
03/30/2009 11:58:26 AM - PLUGIN: Poller[0] REPORTIT STATS: ID:1 Time:3408.9 Reports:1 Emails:0 Exports:0
I did however edit the setup.php file to allow for 6 characters in the timeout setting, just in case, lol.
That's my biggest report, so hopefully none of my other ones will go that long!!!
Are there any other resources for 'how to' besides your one sample doc?
I'm going to try to hack my way through setting up some reports, but a few more examples would be nice to be able to refer to.
Thank!
One other thing.....
I ran the report with your pre-release v.70.... and the 10G interfaces are still showing up as 4.3.
Now, the report config was created with the .61 code before, and all the data sources added under .61 as well... Do I need to re-add, or completely re-create the report config under .70?
With the completeness of what you have right now, maybe you should consider releasing v.70, and make the last feature a v.71 version? I'm sure there are lots of people out there that would love it!
I ran the report with your pre-release v.70.... and the 10G interfaces are still showing up as 4.3.
Now, the report config was created with the .61 code before, and all the data sources added under .61 as well... Do I need to re-add, or completely re-create the report config under .70?
With the completeness of what you have right now, maybe you should consider releasing v.70, and make the last feature a v.71 version? I'm sure there are lots of people out there that would love it!
Wow... I'm full of questions today!!
Is there some way to select multiple data sources for a report?
For example, we have several different types of routers, and each one returns temperature via a different data source (not the same OID, so there are multiple data sources).
I'd like to be able to generate one report from all of the temperature data sources. Can this be done?
Is there some way to select multiple data sources for a report?
For example, we have several different types of routers, and each one returns temperature via a different data source (not the same OID, so there are multiple data sources).
I'd like to be able to generate one report from all of the temperature data sources. Can this be done?
Here's a bug report for ya on v.070:
When I try to search the data items in a report, I can't do any wildcard searches....
My data items list contains names such as:
0037-RTR-F1 - Traffic - 10.240.1.82 - Se0/0.1
0037-RTR-F1 - Traffic - 10.240.101.82 - Se0/0.2
and so on....
When I put in 0037* or 0037% or 0037 in the search, NOTHING comes up, so there is no partial matching working.
When I try to search the data items in a report, I can't do any wildcard searches....
My data items list contains names such as:
0037-RTR-F1 - Traffic - 10.240.1.82 - Se0/0.1
0037-RTR-F1 - Traffic - 10.240.101.82 - Se0/0.2
and so on....
When I put in 0037* or 0037% or 0037 in the search, NOTHING comes up, so there is no partial matching working.
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
Damn! I spent so much time for testing and didn't fetch that issue.dononeil wrote:One final thing for today.... v.070:
Why do the reports results listed show different values from the graph that is generated?
See the attached images.
Seems to be a bug within the extended calculation cache. I'll have to make a debug session tonight.
UPDATE: A bug fix can be downloaded here
Last edited by browniebraun on Thu Apr 16, 2009 11:11 pm, edited 2 times in total.
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
How about my other questions:
1) Is there a way to report against multiple data sources from different devices
2) What about the search function, how is it done, are there wildcards, etc...
3) When I migrate from .61 to .70, will I have to re-generate the reports in order to properly support 10g interfaces
4) Can you make the timeout field at least 5 chars... I've got big reports!
Thanks!
1) Is there a way to report against multiple data sources from different devices
2) What about the search function, how is it done, are there wildcards, etc...
3) When I migrate from .61 to .70, will I have to re-generate the reports in order to properly support 10g interfaces
4) Can you make the timeout field at least 5 chars... I've got big reports!
Thanks!
Who is online
Users browsing this forum: No registered users and 3 guests