'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
Edit your MySQL configuration and disable strict mode or download current svn release under sourceforge (project "cacti-reportit").
Best regards
-Andreas-
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
I do not know what you mean~browniebraun wrote:Edit your MySQL configuration and disable strict mode or download current svn release under sourceforge (project "cacti-reportit").
Best regards
-Andreas-
can you give me reportit v.0.4.2's step by step configuration even as thishttp://forums.cacti.net/download.php?id=8866
THX~
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
Sorry,
I thought you got an error during the saving process. Till now there's no other documentation available.
Okay, let me try to give you an example for a typical traffic report:
At first you'll have to create a report template. Go to "Report Templates" and then click on "add". Select a data template - in our case "Interface Traffic" - and then click on next.
Now you will see a new screen "Template configuration [new]".
Type in a name for your template, maybe "Traffic (avg)" and choose the consolidation function "average". Save it now.
Now you will see two blue hyperlinks in the top right corner. Click on "Create a new measurand" to switch to the measurand configuration.
Use as name "Average traffic in Bits/s" and type in the abbreviation "avg". The unit should be "Bits/s", visible = "on", separate = "off" and then choose "Decimal SI-Prefixes ..." under rounding.
Now it will become interesting:
This measurand should return the average of all measuread values during
a reporting period for every data source of your Round Robin Database.
(In this case we have "traffic_in" and "traffic_out".)
Therefor we can use the formula "f_avg". Normally a rounter counts Bytes not Bits so we've to multiply the value with "8". So use as formula:
"f_avg*8" without quotation marks. Save it. Then you'll see a table called "Measurands" with one row that contains your new measurand. Click "add" and do the same way again for a measurand called "Maximum" with "f_max*8" and maybe "f_min*8".
After all these steps click on the yellow hyperlink on the top of the table "measurands". You'll get to the template configuration again. Set locked="off" and click "save".
After that we've to create a new report configuration.
Click on Management -> "Reports" and then on "add". Select our new report template "Traffic (avg)" and click on "next".
At this point you can follow the old powerpoint presentation step by step.
I hope this will help you until I'll find the time to finish the admin guide. At the moment I'm solving the last bug fixes for the upcoming version v0.5.1
Best regards
-Andreas-
I thought you got an error during the saving process. Till now there's no other documentation available.
Okay, let me try to give you an example for a typical traffic report:
At first you'll have to create a report template. Go to "Report Templates" and then click on "add". Select a data template - in our case "Interface Traffic" - and then click on next.
Now you will see a new screen "Template configuration [new]".
Type in a name for your template, maybe "Traffic (avg)" and choose the consolidation function "average". Save it now.
Now you will see two blue hyperlinks in the top right corner. Click on "Create a new measurand" to switch to the measurand configuration.
Use as name "Average traffic in Bits/s" and type in the abbreviation "avg". The unit should be "Bits/s", visible = "on", separate = "off" and then choose "Decimal SI-Prefixes ..." under rounding.
Now it will become interesting:
This measurand should return the average of all measuread values during
a reporting period for every data source of your Round Robin Database.
(In this case we have "traffic_in" and "traffic_out".)
Therefor we can use the formula "f_avg". Normally a rounter counts Bytes not Bits so we've to multiply the value with "8". So use as formula:
"f_avg*8" without quotation marks. Save it. Then you'll see a table called "Measurands" with one row that contains your new measurand. Click "add" and do the same way again for a measurand called "Maximum" with "f_max*8" and maybe "f_min*8".
After all these steps click on the yellow hyperlink on the top of the table "measurands". You'll get to the template configuration again. Set locked="off" and click "save".
After that we've to create a new report configuration.
Click on Management -> "Reports" and then on "add". Select our new report template "Traffic (avg)" and click on "next".
At this point you can follow the old powerpoint presentation step by step.
I hope this will help you until I'll find the time to finish the admin guide. At the moment I'm solving the last bug fixes for the upcoming version v0.5.1
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
thx~browniebraun wrote:Sorry,
I thought you got an error during the saving process. Till now there's no other documentation available.
Okay, let me try to give you an example for a typical traffic report:
At first you'll have to create a report template. Go to "Report Templates" and then click on "add". Select a data template - in our case "Interface Traffic" - and then click on next.
Now you will see a new screen "Template configuration [new]".
Type in a name for your template, maybe "Traffic (avg)" and choose the consolidation function "average". Save it now.
Now you will see two blue hyperlinks in the top right corner. Click on "Create a new measurand" to switch to the measurand configuration.
Use as name "Average traffic in Bits/s" and type in the abbreviation "avg". The unit should be "Bits/s", visible = "on", separate = "off" and then choose "Decimal SI-Prefixes ..." under rounding.
Now it will become interesting:
This measurand should return the average of all measuread values during
a reporting period for every data source of your Round Robin Database.
(In this case we have "traffic_in" and "traffic_out".)
Therefor we can use the formula "f_avg". Normally a rounter counts Bytes not Bits so we've to multiply the value with "8". So use as formula:
"f_avg*8" without quotation marks. Save it. Then you'll see a table called "Measurands" with one row that contains your new measurand. Click "add" and do the same way again for a measurand called "Maximum" with "f_max*8" and maybe "f_min*8".
After all these steps click on the yellow hyperlink on the top of the table "measurands". You'll get to the template configuration again. Set locked="off" and click "save".
After that we've to create a new report configuration.
Click on Management -> "Reports" and then on "add". Select our new report template "Traffic (avg)" and click on "next".
At this point you can follow the old powerpoint presentation step by step.
I hope this will help you until I'll find the time to finish the admin guide. At the moment I'm solving the last bug fixes for the upcoming version v0.5.1
Best regards
-Andreas-
but i run report,it display
Code: Select all
Number of errors (1): REPORTIT ERROR: Unable to connect to RRDtool server.
Ok,i changed RRDtool Connection to RRDtool Cacti(slow),can run reports.
but display that info
but display that info
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
and have this error
Warning: unlink(E:/www/plugins/reportit/exports/csv/cacti_report1.csv) [function.unlink]: Permission denied in E:\www\plugins\reportit\lib_int\funct_export.php on line 55
Warning: Cannot modify header information - headers already sent by (output started at E:\www\plugins\reportit\lib_int\funct_export.php:55) in E:\www\plugins\reportit\cc_view.php on line 106
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
No, it will be overwritten automatically. Therefore your webserver needs read and write permissions for the csv folder.looc wrote:I deleted the old .cvs files necessary to generate new .cvs?
This bug has been described under http://forums.cacti.net/viewtopic.php?p=108890&highlight=#108890. You can check this or you can also try to use the PHP Bindings for Windows. (accelerates the construction of reports).looc wrote: Notice: A non well formed numeric value encountered in E:\www\plugins\reportit\lib_int\funct_runtime.php on line 373
Last but not least you can try the latest svn release 0.5.1 rev18 from yesterday evening. If you have no experience with svn I can also send it to you. I hope I can finish the upcoming version 0.5.1 until the end of this week.
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
i give everyone read & write permissions for ths csv folder.but that isn't Solving problems。
error info:
Warning: unlink(E:/www/plugins/reportit/exports/csv/cacti_report1.csv) [function.unlink]: Permission denied in E:\www\plugins\reportit\lib_int\funct_export.php on line 55
Warning: Cannot modify header information - headers already sent by (output started at E:\www\plugins\reportit\lib_int\funct_export.php:55) in E:\www\plugins\reportit\cc_view.php on line 106
error info:
Warning: unlink(E:/www/plugins/reportit/exports/csv/cacti_report1.csv) [function.unlink]: Permission denied in E:\www\plugins\reportit\lib_int\funct_export.php on line 55
Warning: Cannot modify header information - headers already sent by (output started at E:\www\plugins\reportit\lib_int\funct_export.php:55) in E:\www\plugins\reportit\cc_view.php on line 106
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
Check the properties of this CSV file or delete it manually.
Best regards
-Andres-
Best regards
-Andres-
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
You only have to change the type of connection from "RRDtool Cacti (slow)" to "PHP Bindings (FAST)" under "Configuration->Settings->Reports". Then rerun your report. If the binding is compatible with your version of RRDtool it should works.looc wrote:PHP bindings for windows already intstalled in my system.
php info:
RRDTool
RRDTool Support enabled
LibRRD Version 1.2.19
libpng Version 1.2.16
Libart Version 2.3.17
FreeType Linkage with freetype
FreeType Version 2.3.1
need to config cacti file to install php bindings for windows?
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,PHP bindings can be use to run reports~browniebraun wrote:Check the properties of this CSV file or delete it manually.
Best regards
-Andres-
this CSV file problem:
When the file is there, I have to manually delete would be re-buliding of the CSV file. no other approach, such as the directory need any User privileges?
i give CSV Dir privilege:
administrstors ALL
everyone R/W
IUSR_www R/W
SYSTEM ALL
USERS R/W
Who is online
Users browsing this forum: No registered users and 1 guest