'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
So what is your problem in detail?
I understood that you're having issues to compile the rrdtool extension for PHP. But what about ReportIt 0.3.2? It's the first time since more than 1.5 years that somebody has questions about it.
Do you have 0.3.2 running and you want to upgrade to 0.7.2?
Best regards
-Andreas-
I understood that you're having issues to compile the rrdtool extension for PHP. But what about ReportIt 0.3.2? It's the first time since more than 1.5 years that somebody has questions about it.
Do you have 0.3.2 running and you want to upgrade to 0.7.2?
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
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
Yes, you can not upgrade from 0.3.2 due to a complete data base change.realshiro wrote:Yes now I run reportit V0.3.2 because V0.7.2 is not run on my cacti.
I think install.txt in php_binding.tar for 1st page of this post.and problem occur please help me (T T).
0.4.0 is the minimum. Please take an upgrade into account and test 0.7.1/0.7.2, but keep in mind that you have to uninstall 0.3.2 before and you will loose all of your report configuration in that case.
Since 0.4.0 ReportIt is much, much more powerful!
If you are using PHP5 then take a look at the following web page describing how to compile php-rrdtool in PHP:
http://www.ioncannon.net/system-adminis ... n-by-hand/
I had a lot of segmentation faults using it as a shared object loaded dynamically.
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
That operation is not effect my rrd database (cacti Graph) right?browniebraun wrote:Yes, you can not upgrade from 0.3.2 due to a complete data base change.realshiro wrote:Yes now I run reportit V0.3.2 because V0.7.2 is not run on my cacti.
I think install.txt in php_binding.tar for 1st page of this post.and problem occur please help me (T T).
0.4.0 is the minimum. Please take an upgrade into account and test 0.7.1/0.7.2, but keep in mind that you have to uninstall 0.3.2 before and you will loose all of your report configuration in that case.
Since 0.4.0 ReportIt is much, much more powerful!
If you are using PHP5 then take a look at the following web page describing how to compile php-rrdtool in PHP:
http://www.ioncannon.net/system-adminis ... n-by-hand/
I had a lot of segmentation faults using it as a shared object loaded dynamically.
Best regards
-Andreas-
now i already use php5.
# rpm -qa php
php-5.1.6-24.el5_4.5
So i can follow on http://www.ioncannon.net/system-adminis ... n-by-hand/
Right??
Thank u very much
Rush c.
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
It will not affect your RRD database, but you have to interrupt the whole system due to the fact that you are willing to recompile PHP.
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
Now i try install phprrdtool follow > http://www.samtseng.liho.tw/~samtz/blog/?p=1853
and I be congested about
./configure --with-php-config=/usr/bin/php-config --with-rrdtool=/usr/bin/rrdtool
with error
checking if rrdtool specified path is valid... no
configure: error: The specified RRDTool path is Invalid or the installation is incomplete
Please specify another path or reinstall the rrdtool distribution
Plese help me.
and I be congested about
./configure --with-php-config=/usr/bin/php-config --with-rrdtool=/usr/bin/rrdtool
with error
checking if rrdtool specified path is valid... no
configure: error: The specified RRDTool path is Invalid or the installation is incomplete
Please specify another path or reinstall the rrdtool distribution
Plese help me.
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
realshiro wrote:Now i try install phprrdtool follow > http://www.samtseng.liho.tw/~samtz/blog/?p=1853
and I be congested about
./configure --with-php-config=/usr/bin/php-config --with-rrdtool=/usr/bin/rrdtool
with error
checking if rrdtool specified path is valid... no
configure: error: The specified RRDTool path is Invalid or the installation is incomplete
Please specify another path or reinstall the rrdtool distribution
Plese help me.
Did you try the following command ?
Code: Select all
./configure --with-php-config=/usr/bin/php-config --with-rrdtool=/usr
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
Yes ,i try but still error
# ./configure --with-php-config=/usr/bin/php-config --with-rrdtool=/usr
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking target system type... i686-redhat-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext
checking for PHP extension directory... /usr/lib/php/modules
checking for PHP installed headers prefix... /usr/include/php
checking for re2c... no
configure: WARNING: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking for rrdtool support... yes, shared
checking if rrdtool specified path is valid... no
configure: error: The specified RRDTool path is Invalid or the installation is incomplete
Please specify another path or reinstall the rrdtool distribution
# pwd
/usr/include/php/ext/rrdtool
# ./configure --with-php-config=/usr/bin/php-config --with-rrdtool=/usr
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking target system type... i686-redhat-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext
checking for PHP extension directory... /usr/lib/php/modules
checking for PHP installed headers prefix... /usr/include/php
checking for re2c... no
configure: WARNING: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking for rrdtool support... yes, shared
checking if rrdtool specified path is valid... no
configure: error: The specified RRDTool path is Invalid or the installation is incomplete
Please specify another path or reinstall the rrdtool distribution
# pwd
/usr/include/php/ext/rrdtool
OK now i can install that after install "rrdtool-devel"
But Plugins is still disappear on TAB ,and no check box in users manage.
How i Can do?
AND new problem is occur form i maybe install new rrdtool (v.1.4.3).
in cacti setting isn't choice for select.it only have V1.0.x, 1.2.x , 1.3.x .
Please Help me
ps. i added MSN to u e-mail browniebraun if u play msn please accept me.Thank
But Plugins is still disappear on TAB ,and no check box in users manage.
How i Can do?
AND new problem is occur form i maybe install new rrdtool (v.1.4.3).
in cacti setting isn't choice for select.it only have V1.0.x, 1.2.x , 1.3.x .
Please Help me
ps. i added MSN to u e-mail browniebraun if u play msn please accept me.Thank
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
Hello again!
Sorry, but I'm a little bit confused about your questions.
Please give me more details:
Cacti version? PIA version? If PIA 2.x is in use, did you import pa.sql to your cacti data base? Did you flag the realm named "Plugin Management" for your account? Which version of ReportIt do you want to install? 0.3.2 or 0.7.2? If 0.3.2, then explain me why are you not willing to make a break and to upgrade to 0.7.2? Do you have too many reports running on that old installation?
If you want to install 0.3.2 then you have to register ReportIt in the same way like other PIA 1.x plugins.
This evening I'll be online again and have access to MSN and Skype.
Best regards
-Andreas-
Sorry, but I'm a little bit confused about your questions.
Please give me more details:
Cacti version? PIA version? If PIA 2.x is in use, did you import pa.sql to your cacti data base? Did you flag the realm named "Plugin Management" for your account? Which version of ReportIt do you want to install? 0.3.2 or 0.7.2? If 0.3.2, then explain me why are you not willing to make a break and to upgrade to 0.7.2? Do you have too many reports running on that old installation?
If you want to install 0.3.2 then you have to register ReportIt in the same way like other PIA 1.x plugins.
This evening I'll be online again and have access to MSN and Skype.
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 Version 0.8.7ebrowniebraun wrote:Hello again!
Sorry, but I'm a little bit confused about your questions.
Please give me more details:
Cacti version? PIA version? If PIA 2.x is in use, did you import pa.sql to your cacti data base? Did you flag the realm named "Plugin Management" for your account? Which version of ReportIt do you want to install? 0.3.2 or 0.7.2? If 0.3.2, then explain me why are you not willing to make a break and to upgrade to 0.7.2? Do you have too many reports running on that old installation?
If you want to install 0.3.2 then you have to register ReportIt in the same way like other PIA 1.x plugins.
This evening I'll be online again and have access to MSN and Skype.
Best regards
-Andreas-
Cacti OS unix
SNMP Version NET-SNMP version: 5.3.2.2
RRDTool Version RRDTool 1.2.x
How to check PIA ver.?
Ok i maybe online @ 21.00pm GMT+0700
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
You're welcome, Rush!realshiro wrote:OK i can use reportit ! Thank browniebraun
-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
Who is online
Users browsing this forum: No registered users and 0 guests