Report plugin ''ReportIt" - v0.7.5a (released 23/12/11)
Moderators: Developers, Moderators
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
Hi Gilles,
>As there is an availability value in the "devices" pages, I tought there is a way to calculate this info. But i don't know how
these availability values you've meant are all saved in the host table. I could imagine that they will be updated during every polling cycle. Reportit only supports values which are saved via RRDtool, but nan's are not significant enough for that.
>For the file I'm looking for, it's the same malicorne modify in a previous...
I'll also integrate malicorne's modifications into v0.4.2, so IMO it would be better to wait.
>For the schedule point, i saw that we can schedule a report, i.e the values are refreshed in the "reports" tab. But is it possible to generate the csv file somewhere on the hosting machine automatically? If this is the case, how?
Not yet, but I'll write it on the wish list.
Best regards
-Andreas-
>As there is an availability value in the "devices" pages, I tought there is a way to calculate this info. But i don't know how
these availability values you've meant are all saved in the host table. I could imagine that they will be updated during every polling cycle. Reportit only supports values which are saved via RRDtool, but nan's are not significant enough for that.
>For the file I'm looking for, it's the same malicorne modify in a previous...
I'll also integrate malicorne's modifications into v0.4.2, so IMO it would be better to wait.
>For the schedule point, i saw that we can schedule a report, i.e the values are refreshed in the "reports" tab. But is it possible to generate the csv file somewhere on the hosting machine automatically? If this is the case, how?
Not yet, but I'll write it on the wish list.
Best regards
-Andreas-
Hat das Blümchen einen Knick, war der Schmetterling zu dick!
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
-
- Cacti User
- Posts: 367
- Joined: Tue Apr 05, 2005 9:52 am
- Location: Munich, Germany
[quote="browniebraun"]Hi Gilles!
>Is it now possible to generate Availability reports?
No. But how do you define "Availability"?
Put this into crontab.
Torsten
>Is it now possible to generate Availability reports?
No. But how do you define "Availability"?
Code: Select all
#!/bin/bash
#mailto="YXYY"
if [ $# -lt 1 ]; then
echo Das Script erwartet als Parameter eine/mehrere Email-Adressen
echo z.b. avail-report.sh "test@de.com,l@l.com"
exit 1
fi
mailto=$1
if test -f /tmp/avail-report.txt ; then
rm -f /tmp/avail-report.txt
fi
hostn=`hostname`
echo "Location","Device","Availability \(%\)","Uptime \(d\)" > /tmp/avail-report.txt
case "$hostn" in
XXXX?1)
host="Muenchen"
;;
*YYYY*)
host="Duesseldorf"
;;
esac
echo "SELECT host.description,host.availability, uptime.uptime FROM host left join uptime on uptime.id=host.id ORDER by host.availability,host.description; UPDATE host SET total_polls = '0',failed_polls = '0';" | /tsystems/soft/soft_mysql-4.1.15/bin/mysql -u cacti --password=XXXXXXXXXX cacti | grep -v desc | awk '{h="'$host'" ;print """h "",""$1"",""$2"",""$3/8640000""";}' >> /tmp/avail-report.txt
mail -s "Availability-Report Monitored Device from ${HOSTNAME}" ${mailto} < /tmp/avail-report.txt
if test -f /tmp/avail-report.txt ; then
rm -f /tmp/avail-report.txt
fi
Torsten
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
Hi Cacti Community!
Here it is, the update to v0.4.2!
This version also includes the improvements of the unpublished v0.4.1. That means I've made some Java Bugfixes as well, so everybody who uses the Firefox/Mozilla should be able to create his own calculation formula in a quicker way by clicking on the blue displayed names.
Following bugs has been also fixed:
Best regards
-Andreas-
Here it is, the update to v0.4.2!
This version also includes the improvements of the unpublished v0.4.1. That means I've made some Java Bugfixes as well, so everybody who uses the Firefox/Mozilla should be able to create his own calculation formula in a quicker way by clicking on the blue displayed names.
Following bugs has been also fixed:
- Sorting of the result table
Wrong decimal separator
Some issues with the SQL statements
- Tooltips for the report view
Graph view relates to the reporting period (suggestion for improvement by malicorne)
Date format relates to the individual user settings (suggestion for improvement by malicorne)
PHP bindings for windows will be supported too. (It has been successfully tested with Cacti Beta Installer 1.5 for Windows!)
Update (07/01/2007)
Ups! I've something forgotten:
The reporting periods "Last Week (Mon-Sun)" and "Last Week" (Sun - Sat) have been also added.
Best regards
-Andreas-
- Attachments
-
- results.PNG (5.69 KiB) Viewed 10128 times
-
- gradient.png (27.8 KiB) Viewed 10128 times
-
- measurands.PNG (9.26 KiB) Viewed 10128 times
-
- reportit_v0.4.2.tar
- (280 KiB) Downloaded 1192 times
Last edited by browniebraun on Sun Jul 01, 2007 12:26 pm, edited 2 times in total.
Hat das Blümchen einen Knick, war der Schmetterling zu dick!
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
- Howie
- Cacti Guru User
- Posts: 5508
- Joined: Thu Sep 16, 2004 5:53 am
- Location: United Kingdom
- Contact:
THANKS Andreas! Now reportit does everything I need, so you can take a restbrowniebraun wrote:Here it is, the update to v0.4.2!
Weathermap 0.98a is out! & QuickTree 1.0. Superlinks is over there now (and built-in to Cacti 1.x).
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
I think this is a bug; when I go to fetch details for the month, using the drop down list (Sliding Time Frame) and go to current month, it goes to a 404 page. So then I reload the page, and that report shows 'in progress,' indefinately, i think..
The data source is only one datasource...
Anyways, i am using v0.4.2 with cacti_rrd (Instead of php-binding) with CactiEZ - 0.8.6i
BTW, this is pretty good brownie, keep up the good work.
PS: I never had luck with php-binding, anyone else successful in CentOS?
Thanks guys!
The data source is only one datasource...
Anyways, i am using v0.4.2 with cacti_rrd (Instead of php-binding) with CactiEZ - 0.8.6i
BTW, this is pretty good brownie, keep up the good work.
PS: I never had luck with php-binding, anyone else successful in CentOS?
Thanks guys!
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
Sounds like a loop. I'll send you a private message to clarify your configuration. This will be necessary to isolate that bug by the number of possibilities. At the moment I'm not able to reconstruct this issue with my local configuration.Ahuber wrote:I think this is a bug; when I go to fetch details for the month, using the drop down list (Sliding Time Frame) and go to current month, it goes to a 404 page. So then I reload the page, and that report shows 'in progress,' indefinately, i think..
The data source is only one datasource...
Anyways, i am using v0.4.2 with cacti_rrd (Instead of php-binding) with CactiEZ - 0.8.6i
BTW, this is pretty good brownie, keep up the good work.
PS: I never had luck with php-binding, anyone else successful in CentOS?
Thanks guys!
If you have phpmyadmin or something similar you can reset this locked report by changing the value of the column "in process" in table "reportit_reports".
I hope Jorge will also have some to time to support this case.
Best regards
-Andreas-
Update (07/01/2007)
Reportit v0.4.2 supports the new sliding time frames "Last Week (Sun - Sat)" and "Last Week (Mon - Sun)".
Hat das Blümchen einen Knick, war der Schmetterling zu dick!
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
I'm trying to create a report and I think there's probably something I'm doing wrong because it always includes the timestamp field of the rra on it, just as if it was a counter...
The data template is the default 'Interface - Traffic' (I also tested it with the Processes data template but still the same problem).
Since this is a really great plugin which I intend to use intensively I'm wondering if someone also had this same weird problem...
I'm sending an image of the report in attach just to illustrate what I'm saying.
I'm using Cacti 0.8.6j with MySQL 4.1.19 on a Linux FC5 box.
Thanks for all the possible help and best regards.
--
XicoLimbo
The data template is the default 'Interface - Traffic' (I also tested it with the Processes data template but still the same problem).
Since this is a really great plugin which I intend to use intensively I'm wondering if someone also had this same weird problem...
I'm sending an image of the report in attach just to illustrate what I'm saying.
I'm using Cacti 0.8.6j with MySQL 4.1.19 on a Linux FC5 box.
Thanks for all the possible help and best regards.
--
XicoLimbo
- Attachments
-
- Report created from the 'Interface - Traffic' Data Template
- report_test_timestamp.jpg (40.51 KiB) Viewed 9920 times
--
XicoLimbo
XicoLimbo
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
Are you really positive that your data template contains only two data source items (traffic_in and traffic_out) instead of three ones?
The plugin automatically calculates the results for every data source item that has been found in the definition of your data template.
You can also see it under "Interim Results" when you're creating a new measurand.
Best regards
-Andreas-
The plugin automatically calculates the results for every data source item that has been found in the definition of your data template.
You can also see it under "Interim Results" when you're creating a new measurand.
Best regards
-Andreas-
Hat das Blümchen einen Knick, war der Schmetterling zu dick!
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
Hi there.browniebraun wrote:Are you really positive that your data template contains only two data source items (traffic_in and traffic_out) instead of three ones?
The plugin automatically calculates the results for every data source item that has been found in the definition of your data template.
You can also see it under "Interim Results" when you're creating a new measurand.
Best regards
-Andreas-
Yeps, I just tried creating a new measurand and in the "Interim Results" I only get the traffic_in and traffic_out counters (as it should be), please see image below.
But when I check the database the ds_description at the reportit_reports table I get "timestamp|traffic_in|traffic_out". Is this how it should be?
Best regards.
--
XicoLimbo
- Attachments
-
- Interim Results
- interim_results.png (15.17 KiB) Viewed 9894 times
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
How did you configure the connection to RRDtool?
Hat das Blümchen einen Knick, war der Schmetterling zu dick!
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
... and there should we look closely. Check you private messages.xlimbo wrote:I did it through the RRDTool Cacti connection.
Best regards
-Andreas-
Hat das Blümchen einen Knick, war der Schmetterling zu dick!
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
manual powerpoint reportit!
Hi ALL!
I need a manual ppt of reportit!
Anyone of you have an update of that .... th last version is about the 0.2 version.
Thanks!
Sam
I need a manual ppt of reportit!
Anyone of you have an update of that .... th last version is about the 0.2 version.
Thanks!
Sam
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
This issue depends on a change of RRDTool's output format between version 1.0.x and 1.2.x.xlimbo wrote:Yeps, I just tried creating a new measurand and in the "Interim Results" I only get the traffic_in and traffic_out counters (as it should be), please see image below.
But when I check the database the ds_description at the reportit_reports table I get "timestamp|traffic_in|traffic_out". Is this how it should be?
Everybody who uses 1.0.x and has the same issue can replace the following library file. I'll also integrate this bug fix into the next minor release.
Best regards
-Andreas-
- Attachments
-
- funct_runtime.tar
- (20 KiB) Downloaded 264 times
Hat das Blümchen einen Knick, war der Schmetterling zu dick!
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
Who is online
Users browsing this forum: No registered users and 1 guest