|
|
| Author |
Message |
browniebraun Cacti User
Joined: 13 Jun 2006 Posts: 333 Location: Cologne, Germany
|
Posted: Wed Jun 18, 2008 5:26 am Post subject: |
|
|
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
|
Posted: Wed Jun 18, 2008 11:20 pm Post subject: |
|
|
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: 333 Location: Cologne, Germany
|
Posted: Thu Jun 19, 2008 1:37 am Post subject: |
|
|
| 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
|
Posted: Mon Jun 23, 2008 12:58 am Post subject: |
|
|
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: 333 Location: Cologne, Germany
|
Posted: Mon Jun 23, 2008 1:29 pm Post subject: |
|
|
| 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
|
Posted: Mon Jun 23, 2008 5:50 pm Post subject: report it Installation |
|
|
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: 333 Location: Cologne, Germany
|
Posted: Wed Jun 25, 2008 11:27 am Post subject: Re: report it Installation |
|
|
| 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
|
Posted: Wed Jun 25, 2008 12:19 pm Post subject: Re: report it Installation |
|
|
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: 333 Location: Cologne, Germany
|
Posted: Wed Jun 25, 2008 12:26 pm Post subject: Re: report it Installation |
|
|
| 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
|
Posted: Fri Jun 27, 2008 5:05 am Post subject: |
|
|
| 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: 333 Location: Cologne, Germany
|
Posted: Fri Jun 27, 2008 5:32 am Post subject: |
|
|
| 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
|
Posted: Tue Aug 19, 2008 9:35 am Post subject: |
|
|
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: 333 Location: Cologne, Germany
|
Posted: Tue Aug 19, 2008 12:56 pm Post subject: |
|
|
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 |
|
 |
|