CereusReporting - PDF Reports - 4.00 for Cacti 1.x out soon!
Moderators: Developers, Moderators
- juliangomezr
- Posts: 32
- Joined: Tue Jun 30, 2009 11:26 am
Re: CereusReporting - PDF/HTML Cacti Reports - v2.90 out !
Hi Every one, I have found that on the PDF reports the title of the graphs were very small, to solve this:
1. go to /usr/share/cacti/plugins/CereusReporting/templates/ or your templates folder,
2. vi CereusReporting.pdf.css
3. Chaneg the font size on .nmidImageText, to large:
.nmidImageText {
font-size: large;
color: #132F70;
I hope that it helps someone... : )
1. go to /usr/share/cacti/plugins/CereusReporting/templates/ or your templates folder,
2. vi CereusReporting.pdf.css
3. Chaneg the font size on .nmidImageText, to large:
.nmidImageText {
font-size: large;
color: #132F70;
I hope that it helps someone... : )
- juliangomezr
- Posts: 32
- Joined: Tue Jun 30, 2009 11:26 am
Re: CereusReporting - PDF/HTML Cacti Reports - v2.90 out !
Hi again,
I have a question about CereusReporting:
when Creating a report, it has the option called "Report Appended PDF File", i found it works, but it only adds one page of the selected PDF file, how can I add the total pages of this PDF File?
I have a question about CereusReporting:
when Creating a report, it has the option called "Report Appended PDF File", i found it works, but it only adds one page of the selected PDF file, how can I add the total pages of this PDF File?
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: CereusReporting - PDF/HTML Cacti Reports - v2.90 out !
Hi
Thanks for reporting this. Yes indeed, it is only adding the last(?) page of the PDF.
Version 3.0 has a fix for this, so it adds all the pages of the external PDF file to the end of the PDF Report.
Thanks for reporting this. Yes indeed, it is only adding the last(?) page of the PDF.
Version 3.0 has a fix for this, so it adds all the pages of the external PDF file to the end of the PDF Report.
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
- juliangomezr
- Posts: 32
- Joined: Tue Jun 30, 2009 11:26 am
Re: CereusReporting - PDF/HTML Cacti Reports - v2.90 out !
Hi Thanks for your answer.phalek wrote:Hi
Thanks for reporting this. Yes indeed, it is only adding the last(?) page of the PDF.
Version 3.0 has a fix for this, so it adds all the pages of the external PDF file to the end of the PDF Report.
Do you know when could be ready the new version? Is there a workaround that I could make while the new versions is being developed?
Another thing that I found: creating the report there is an option that says "You can order the items of this report using Drag&Drop functionality", it allows to move the graph, but even if you save the changes, when you enter to the report, the graph is on the original place, so you really cant move it...
And a suggestion: I have to create reports with different times on graphs, could be an excellent option, if you create chapters, you can select the timespan for this chapter, and all the graphs behind it, takes this time for the report...
thanks for your time.
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: CereusReporting - PDF/HTML Cacti Reports - v2.90 out !
In case you already have the latest EXPRESS version, You can try the attached file(s). Make sure to do a backup first.
Thanks for the suggestion. I'm going to have a look into that.
Thanks for the suggestion. I'm going to have a look into that.
- Attachments
-
- CereusReporting_EXPRESS_Updates.zip
- (65.51 KiB) Downloaded 214 times
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
- juliangomezr
- Posts: 32
- Joined: Tue Jun 30, 2009 11:26 am
Re: CereusReporting - PDF/HTML Cacti Reports - v2.90 out !
Hi Phalek, thanks for your help.phalek wrote:In case you already have the latest EXPRESS version, You can try the attached file(s). Make sure to do a backup first.
Thanks for the suggestion. I'm going to have a look into that.
It worked fine, when i move a graph on the report, it remains on the place I moved it... : )
Respecting to the Report Appended PDF File, It permits to add a PDF document with more than one page, but I saw some situations that probably will be important to notice:
*It creates a blank page between the new document and the appended PDF File.
* it added more than one page
* it did not added the pages that had graphics (the appended file was a report previusly genarated with Cereusreporting)
thanks for your time.
- juliangomezr
- Posts: 32
- Joined: Tue Jun 30, 2009 11:26 am
Re: CereusReporting - PDF/HTML Cacti Reports - v2.90 out !
Hi, My native language is spanish, so on the reports I have to use accent marks: á é í ó ú and ñ, but the report change those characters...
I have found that if I change those characters for:
á á
é é
í í
ó ó
ú ú
ñ ñ
it works, but it is very tedious, because we have to use so much this characters...
Does some one knows what can i make to solve it?
I have found that if I change those characters for:
á á
é é
í í
ó ó
ú ú
ñ ñ
it works, but it is very tedious, because we have to use so much this characters...
Does some one knows what can i make to solve it?
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: CereusReporting - PDF/HTML Cacti Reports - v2.90 out !
Hi
This worked and it looks like some additional security ( filtering/string sanitizing ) did break it.
Now unfortunately that part needs some re-writing as it also looks like it is removing any text after the very first carriage return ...
This worked and it looks like some additional security ( filtering/string sanitizing ) did break it.
Now unfortunately that part needs some re-writing as it also looks like it is removing any text after the very first carriage return ...
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: CereusReporting - PDF/HTML Cacti Reports - v2.90 out !
Progress on Version 3.00 is coming along quite nicely. Several features have been added/updated and the plugin code has been partially re-written.
The following features have bee completed:
- Email Report directly from the end-user interface
- Removed dependency on parallelGraphRetriever tool
- Included new enhanced Reporting engine, removing the old FPDF engine
- Updated and improved availability charts
- Additional templates included
The following tasks still need to be completed:
- Add template management system
- Add new report items ( Add items by RegExp )
- Improved user experience ( run reports in background, notify on completion )
- Ability to assign templates to reports and Cacti trees ( removing patch dependency ).
See the attached PDF report for an example of the new templates. The report has been generated using the new report engine. Please note this is still work-in-progress .
The following features have bee completed:
- Email Report directly from the end-user interface
- Removed dependency on parallelGraphRetriever tool
- Included new enhanced Reporting engine, removing the old FPDF engine
- Updated and improved availability charts
- Additional templates included
The following tasks still need to be completed:
- Add template management system
- Add new report items ( Add items by RegExp )
- Improved user experience ( run reports in background, notify on completion )
- Ability to assign templates to reports and Cacti trees ( removing patch dependency ).
See the attached PDF report for an example of the new templates. The report has been generated using the new report engine. Please note this is still work-in-progress .
- Attachments
-
- Test_Report_QA_SampleReport.pdf
- (255.34 KiB) Downloaded 223 times
-
- Updated-AvailabilityCharts.png (18.32 KiB) Viewed 7843 times
-
- NewFeature-Email_Report.png (96.38 KiB) Viewed 7843 times
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Re: CereusReporting - PDF/HTML Cacti Reports - v2.90 out !
Will this release be Cacti 1.0.0 compatible?
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: CereusReporting - PDF/HTML Cacti Reports - v2.90 out !
That is the goal. Yes.
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: CereusReporting - PDF/HTML Cacti Reports - v2.90 out !
Version 3.0 is coming along nicely. stay tuned !
- Attachments
-
- CereusReporting_V3.png (106.96 KiB) Viewed 4385 times
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: CereusReporting - PDF/HTML Cacti Reports - v3.00 BETA ou
BETA for Version 3.00 of the Standard edition has been released. Get it from the usual place here:
https://www.urban-software.com/products ... downloads/
It currently does NOT support Cacti 1.0. Support for Cacti 1.0 will be provided after the final release.
https://www.urban-software.com/products ... downloads/
It currently does NOT support Cacti 1.0. Support for Cacti 1.0 will be provided after the final release.
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: CereusReporting - PDF/HTML Cacti Reports - v3.00 BETA ou
Updated to 3.00.13 which fixes some bugs with the license and Cacti 0.8.8h as well as the report templates.
A short installation video has been added to the download page.
https://www.urban-software.com/products ... downloads/
Focus will now be on implementing the Cacti 1.0 compatibility.
A short installation video has been added to the download page.
https://www.urban-software.com/products ... downloads/
Focus will now be on implementing the Cacti 1.0 compatibility.
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
- phalek
- Developer
- Posts: 2838
- Joined: Thu Jan 31, 2008 6:39 am
- Location: Kressbronn, Germany
- Contact:
Re: CereusReporting - PDF/HTML Cacti Reports - v3.00 BETA ou
Updated to 3.00.15 BETA:
- UI is now non-blocking when creating large reports
- Fixed some display issues with header/footer on CoverPage
- Fixed some display issues with header/footer on imported PDF files
- Fixed PDF being generated by report schduler
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Who is online
Users browsing this forum: No registered users and 0 guests