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 Reports - 3.01 for Cacti 1.x out!

Post by phalek »

There should be some error messages. Can you have a look into the php error log ?
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
azim
Posts: 15
Joined: Wed Jun 28, 2017 8:37 am

Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!

Post by azim »

ok, I installed 2.9 plugin, but I have still blank raport.
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!

Post by phalek »

What does sestatus return ?

Code: Select all

# sestatus
SELinux status:                 disabled
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
azim
Posts: 15
Joined: Wed Jun 28, 2017 8:37 am

Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!

Post by azim »

weird.

if i click Generate Raport
raport.JPG
raport.JPG (35.07 KiB) Viewed 6451 times
I get blank pdf raport.

but for example if I go on single interface and click Create PDF raport
raport2.JPG
raport2.JPG (74.75 KiB) Viewed 6451 times
something is showing in pdf:
raport3.JPG
raport3.JPG (55.56 KiB) Viewed 6451 times
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!

Post by phalek »

Well, can you enable debug logging in the NMID tab ( Console -> Settings -> NMID ). You should see what's going on in the Cacti logfile then.
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
azim
Posts: 15
Joined: Wed Jun 28, 2017 8:37 am

Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!

Post by azim »

hmm I do not have a box "debug logging"
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!

Post by phalek »

Looks like this:
Debug_logging.jpg
Debug_logging.jpg (25.8 KiB) Viewed 6451 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
azim
Posts: 15
Joined: Wed Jun 28, 2017 8:37 am

Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!

Post by azim »

done.

testing one more and cacti.log is empty
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!

Post by phalek »

odd.

Btw, what does the parallelGraphRetriever script actually return when you call it from the command line like this:

Code: Select all

./parallelGraphRetriever  -v
It should return something like this:

Code: Select all

$Id: parallelGraphRetriever.pl,v 2ac99c53468f 2012/10/22 18:50:10 thurban $
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
azim
Posts: 15
Joined: Wed Jun 28, 2017 8:37 am

Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!

Post by azim »

root@prdslcacti1:/usr/share/cacti/site/plugins/CereusReporting# ./parallelGraphRetriever -v
bash: ./parallelGraphRetriever: there is no such file or directory

root@prdslcacti1:/usr/share/cacti/site/plugins/CereusReporting# ls -l parallelGraphRetriever
-rwxr-xr-x 1 root www-data 1039572 paź 22 2012 parallelGraphRetriever
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!

Post by phalek »

Seems like the file is corrupt ( did you transfer it with ASCII mode ?) the MD5 should be

1e72e9dc17dbbed0dad3080fe9140fc8 for the 32bit version
and
da32d8766c5374fd6c11435f7cb6dfc4 for the 64bit one
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
azim
Posts: 15
Joined: Wed Jun 28, 2017 8:37 am

Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!

Post by azim »

root@prdslcacti1:/usr/share/cacti/site/plugins/CereusReporting# md5sum parallelGraphRetriever-linux-32bit.zip
72c94a1f73fb0a1736c12df805004c42 parallelGraphRetriever-linux-32bit.zip
root@prdslcacti1:/usr/share/cacti/site/plugins/CereusReporting# md5sum parallelGraphRetriever
1e72e9dc17dbbed0dad3080fe9140fc8 parallelGraphRetriever
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!

Post by phalek »

The latest version of CereusReporting does not require that tool (parallelGraphRetriever) anymore.
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
DruidGetafix
Posts: 2
Joined: Wed Oct 10, 2018 8:12 am

Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!

Post by DruidGetafix »

Anybody know where the PDF files that can be inserted into reports are stored?

The files need to be available before they can be inserted into a report. The mechanism for uploading .PDF files is failing. I want to try and do it manually.
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Re: CereusReporting - PDF Reports - 3.01 for Cacti 1.x out!

Post by phalek »

Hi

Sorry for the late reply ( email ):

The files are being uploaded to the server/php/files/ subdirectory of the CereusReporting plugin. It needs to be writeable by the webserver to do so.
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 1 guest