Cacti (home)ForumsRepositoryDocumentation
Cacti: offical forums and support  

 FAQFAQ   SearchSearch   MemberlistMemberlist    RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in    


'ReportIt' -> v0.6.1 (released 05/29/08)
Goto page Previous  1, 2, 3, 4
 
Post new topic   Reply to topic    Cacti Forum Index -> Plugin General
Author Message
browniebraun
Cacti User


Joined: 13 Jun 2006
Posts: 313
Location: Cologne, Germany

PostPosted: Wed Jun 18, 2008 5:26 am    Post subject: Reply with quote

Hi,

if I understood you correctly you mean the order of data sources in the tabular view.
Please create a feature request under sourceforge, so that I can keep it in mind.

Best regards
-Andreas-
Back to top
super-hornet
Cacti User


Joined: 27 May 2007
Posts: 144

PostPosted: Wed Jun 18, 2008 11:20 pm    Post subject: Reply with quote

Yes. Something like that.
One more thing...Maybe the next version allow user to choose which "Data Source" to be appeared in the tabular also. Right now, it report every single data source right?

I first have to learn on how to submit request under the sourceforge first

SH
Back to top
browniebraun
Cacti User


Joined: 13 Jun 2006
Posts: 313
Location: Cologne, Germany

PostPosted: Thu Jun 19, 2008 1:37 am    Post subject: Reply with quote

super-hornet wrote:
Yes. Something like that.
One more thing...Maybe the next version allow user to choose which "Data Source" to be appeared in the tabular also. Right now, it report every single data source right?

I first have to learn on how to submit request under the sourceforge first

SH


That's possible since v0.5.1. Check the drop down menues in your report view to filter the data sources.
If an user should not see one of the data sources without using any filter, then you've to solve this issue with the appropriate calculation formular(tip: take a look at the interim results). Till now I've not written another solution for that.

Best regards
-Andreas-
Back to top
super-hornet
Cacti User


Joined: 27 May 2007
Posts: 144

PostPosted: Mon Jun 23, 2008 12:58 am    Post subject: Reply with quote

One more thing... i not sure whether is it me or other thing... the "Scheduled Reporting" doesn't work for me. Apart from configuring the report in "Settings" and the "Report Configurations" to have scheduling, what else do I need to do?

SH
Back to top
browniebraun
Cacti User


Joined: 13 Jun 2006
Posts: 313
Location: Cologne, Germany

PostPosted: Mon Jun 23, 2008 1:29 pm    Post subject: Reply with quote

super-hornet wrote:
One more thing... i not sure whether is it me or other thing... the "Scheduled Reporting" doesn't work for me. Apart from configuring the report in "Settings" and the "Report Configurations" to have scheduling, what else do I need to do?

SH


You have to setup a cronjob or a scheduled task (under windows)
Take a look at these postings:

Best regards
-Andreas-
Back to top
sumitohri



Joined: 20 Jun 2008
Posts: 11

PostPosted: Mon Jun 23, 2008 5:50 pm    Post subject: report it Installation Reply with quote

I am fairly new to Cacti and want to install reportit

Can any of you Guru's send me a link for installing report it -

I have -
Cacti 0.8.7b
cacti-plugin-0.8.7b-PA-v2.1
settings 0.5
discovery 0.8.4
thold 0.3.9
SQL - 5.0.51

I tried downloading the ppt but i am unable to open it....

Any info would be greatly appreciated
Back to top
browniebraun
Cacti User


Joined: 13 Jun 2006
Posts: 313
Location: Cologne, Germany

PostPosted: Wed Jun 25, 2008 11:27 am    Post subject: Re: report it Installation Reply with quote

sumitohri wrote:
I am fairly new to Cacti and want to install reportit

Can any of you Guru's send me a link for installing report it -

I have -
Cacti 0.8.7b
cacti-plugin-0.8.7b-PA-v2.1
settings 0.5
discovery 0.8.4
thold 0.3.9
SQL - 5.0.51

I tried downloading the ppt but i am unable to open it....

Any info would be greatly appreciated


Take a look to my signature and click on "Sourceforge" or "reportit v0.6.1"

Best regards
-Andreas-
Back to top
sumitohri



Joined: 20 Jun 2008
Posts: 11

PostPosted: Wed Jun 25, 2008 12:19 pm    Post subject: Re: report it Installation Reply with quote

browniebraun wrote:


Take a look to my signature and click on "Sourceforge" or "reportit v0.6.1"

Best regards
-Andreas-[/quote]

Thanks browniebraun...that helped but now I have a different issue with scheduling the report... I have opened a seperate thread for it just to keep things clean....
Back to top
browniebraun
Cacti User


Joined: 13 Jun 2006
Posts: 313
Location: Cologne, Germany

PostPosted: Wed Jun 25, 2008 12:26 pm    Post subject: Re: report it Installation Reply with quote

sumitohri wrote:


Thanks browniebraun...that helped but now I have a different issue with scheduling the report... I have opened a seperate thread for it just to keep things clean....


.. and read my answer !
Back to top
super-hornet
Cacti User


Joined: 27 May 2007
Posts: 144

PostPosted: Fri Jun 27, 2008 5:05 am    Post subject: Reply with quote

browniebraun wrote:
super-hornet wrote:
One more thing... i not sure whether is it me or other thing... the "Scheduled Reporting" doesn't work for me. Apart from configuring the report in "Settings" and the "Report Configurations" to have scheduling, what else do I need to do?

SH


You have to setup a cronjob or a scheduled task (under windows)
Take a look at these postings:

Best regards
-Andreas-


Oh! I thought that is only for Windows of 0.3 version. Silly me.
I'm using Linux....so for my case, I need to create cron job for:
daily (if i have report that need to generate every day) by using "cacti/plugins/reportit/runtime.php -d"

weekly (if I have weekly) using "cacti/plugins/reportit/runtime.php -w"

and so on right?

SH
Back to top
browniebraun
Cacti User


Joined: 13 Jun 2006
Posts: 313
Location: Cologne, Germany

PostPosted: Fri Jun 27, 2008 5:32 am    Post subject: Reply with quote

super-hornet wrote:
browniebraun wrote:
super-hornet wrote:
One more thing... i not sure whether is it me or other thing... the "Scheduled Reporting" doesn't work for me. Apart from configuring the report in "Settings" and the "Report Configurations" to have scheduling, what else do I need to do?

SH


You have to setup a cronjob or a scheduled task (under windows)
Take a look at these postings:

Best regards
-Andreas-


Oh! I thought that is only for Windows of 0.3 version. Silly me.
I'm using Linux....so for my case, I need to create cron job for:
daily (if i have report that need to generate every day) by using "cacti/plugins/reportit/runtime.php -d"

weekly (if I have weekly) using "cacti/plugins/reportit/runtime.php -w"

and so on right?

SH


Yep, you're right.
Back to top
Maestro_Ba



Joined: 06 Jun 2006
Posts: 34

PostPosted: Tue Aug 19, 2008 9:35 am    Post subject: Reply with quote

Hello. The link to your powerpoint presentation is not working.
Is there any manual to easily understand ReportIt funcionalities?


About the requirements:
1) Generation of archives: PHP library "zlib"
2) Generation of charts: PHP library "GD2" in conjunction with "Freetype 2"
3) Generation of emails: Cacti Plugin "Settings" v0.5
4) Fast report generation: PHP extension "php_rrdtool"

I've installed these packages:
yum install zlib.x86_64 zlib-devel.x86_64 gd.x86_64 gd-devel.x86_64 gd-progs.x86_64 php-gd.x86_64 freetype.x86_64 freetype-devel.x86_64 rrdtool-devel.x86_64

(I didn't install php-rddtool since I only found version 1.0 in yum repositories, and I'm using RRDTool v1.2)

Am I missing anything? Thanks.
Back to top
browniebraun
Cacti User


Joined: 13 Jun 2006
Posts: 313
Location: Cologne, Germany

PostPosted: Tue Aug 19, 2008 12:56 pm    Post subject: Reply with quote

All of these requirements (1-4) are only necessary to use ReportIt's full set of features. So they are optional.

Best regards
-Andreas-
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Cacti Forum Index -> Plugin General All times are GMT - 5 Hours
Goto page Previous  1, 2, 3, 4
Page 4 of 4

 



Powered by phpBB © 2001, 2005 phpBB Group