CereusReporting - PDF Reports - 4.00 for Cacti 1.x out soon!

Announcements concerning Plugins for Cacti

Moderators: Developers, Moderators

Post Reply
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Re: CereusReporting - PDF/HTML Cacti Reports - v2.10 FINAL o

Post by phalek »

Hi, first of all you will need to copy the "fonts" directory to the php lib dir ( where the php modules are installed ) as well. I missed that in the install guide.

Next: Are you using the mPDF engine ?
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
Parany
Posts: 10
Joined: Tue Feb 26, 2013 10:54 am

Re: CereusReporting - PDF/HTML Cacti Reports - v2.10 FINAL o

Post by Parany »

Thanks for your quick response!

The font issue is solved. :)

and I use mPDF of course.
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Re: CereusReporting - PDF/HTML Cacti Reports - v2.10 FINAL o

Post by phalek »

Ok, can you provide me with a screenshot of the report definition ?
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
Parany
Posts: 10
Joined: Tue Feb 26, 2013 10:54 am

Re: CereusReporting - PDF/HTML Cacti Reports - v2.10 FINAL o

Post by Parany »

here you are, nothing special settings
Attachments
report_def.PNG
report_def.PNG (23.31 KiB) Viewed 2979 times
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Re: CereusReporting - PDF/HTML Cacti Reports - v2.10 FINAL o

Post by phalek »

Hi Enter

Code: Select all

<pagebreak />
as your first entry on the report definition.

I need to look into the UTF implementation. seems to have a bug :-(
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
Parany
Posts: 10
Joined: Tue Feb 26, 2013 10:54 am

Re: CereusReporting - PDF/HTML Cacti Reports - v2.10 FINAL o

Post by Parany »

Can I able to insert the <pagebrake> or not?
If I create the DSStats report I have the following message. What the reason?
Attachments
DSStats.PNG
DSStats.PNG (8.61 KiB) Viewed 2976 times
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Re: CereusReporting - PDF/HTML Cacti Reports - v2.10 FINAL o

Post by phalek »

Hi

Put that code into the "report desription" field. where you had the hungarian characters in it.

The graphs have not been generated and hence are replaced with this error message. Do they show up correctly when you select them on the report definiton page ?
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
Parany
Posts: 10
Joined: Tue Feb 26, 2013 10:54 am

Re: CereusReporting - PDF/HTML Cacti Reports - v2.10 FINAL o

Post by Parany »

Yes graphs are show.
Attachments
graph.PNG
graph.PNG (195.52 KiB) Viewed 2975 times
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Re: CereusReporting - PDF/HTML Cacti Reports - v2.10 FINAL o

Post by phalek »

Then check on the CLI if the chartdirector module is loaded correctly. Then set "Logging Mode" to debug on the NMID settings tab.
It should generate some log entries in "CereusReporting_messages.log" in the tmp dir.

Also check the tmp dir for file "workerfile" from the newest created directory. it contains the commands which have been used to generate these graphs.
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
Parany
Posts: 10
Joined: Tue Feb 26, 2013 10:54 am

Re: CereusReporting - PDF/HTML Cacti Reports - v2.10 FINAL o

Post by Parany »

the "workerfile" did not generated..but other reports is working fine...
Attachments
log.PNG
log.PNG (24.91 KiB) Viewed 2974 times
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Re: CereusReporting - PDF/HTML Cacti Reports - v2.10 FINAL o

Post by phalek »

what happens if you do a simple:

Code: Select all

php dsstats_reports/top10_monthly_traffic_stats.php
as the cacti user ?
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
Parany
Posts: 10
Joined: Tue Feb 26, 2013 10:54 am

Re: CereusReporting - PDF/HTML Cacti Reports - v2.10 FINAL o

Post by Parany »

I get the following error message:

PHP Warning: session_start(): open(/var/lib/php5/sess_22pksds8957o54hba7b2353jjjllrfvl, O_RDWR) failed: Permission denied (13) in /srv/www/htdocs/cacti/include/global.php on line 154
PHP Warning: Unknown: open(/var/lib/php5/sess_22pksds8957o54hba7b2353jjjllrfvl, O_RDWR) failed: Permission denied (13) in Unknown on line 0
PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php5) in Unknown on line 0
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Re: CereusReporting - PDF/HTML Cacti Reports - v2.10 FINAL o

Post by phalek »

try a

Code: Select all

chmod -R 777 /var/lib/php5/
or at least give the apache and cacti user read/write access to it.

Then retry :-)
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
Parany
Posts: 10
Joined: Tue Feb 26, 2013 10:54 am

Re: CereusReporting - PDF/HTML Cacti Reports - v2.10 FINAL o

Post by Parany »

so it's sounds good and simple, but not help me :(
The output pdf is same. Nothing graphs only same error message.
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Re: CereusReporting - PDF/HTML Cacti Reports - v2.10 FINAL o

Post by phalek »

Are these 3 lines all you get ?

What is "php -m" telling ?


Can you put that into a txt file and either upload it here or sent it to me ( support@urban-software.de )
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
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests