ERROR: Installed RRDTool version does not match configured
Moderators: Developers, Moderators
ERROR: Installed RRDTool version does not match configured
I see this error message in the Technical Support | General Information page
ERROR: Installed RRDTool version does not match configured version.
This version is installed.
# rpm -qa | grep -i RRD
rrdtool-1.4.3-2.4.x86_64
In the Configuration Settings the RRDTool Utility Version dropdown list only shows
RRDTool 1.1x
RRDTool 1.2x
RRDTool 1.3x
Will that cause problems because there is no 1.4x
Thanks
ERROR: Installed RRDTool version does not match configured version.
This version is installed.
# rpm -qa | grep -i RRD
rrdtool-1.4.3-2.4.x86_64
In the Configuration Settings the RRDTool Utility Version dropdown list only shows
RRDTool 1.1x
RRDTool 1.2x
RRDTool 1.3x
Will that cause problems because there is no 1.4x
Thanks
Ignore it
[size=67]Cacti version: 0.8.7e5
OS: FreeBSD 7.2
Plugin Architecture: 2.6
Plugins: aggregate 0.74, autom8 0.33, loginmod 1.0
[url=http://docs.cacti.net/manual:087]Official Cacti Documentation[/url]
[url=http://docs.cacti.net/manual:087:4_help.2_debugging#debugging]Gandalfs Official Debugging Help[/url]
[/size]
OS: FreeBSD 7.2
Plugin Architecture: 2.6
Plugins: aggregate 0.74, autom8 0.33, loginmod 1.0
[url=http://docs.cacti.net/manual:087]Official Cacti Documentation[/url]
[url=http://docs.cacti.net/manual:087:4_help.2_debugging#debugging]Gandalfs Official Debugging Help[/url]
[/size]
-
- Posts: 12
- Joined: Wed Nov 25, 2009 9:08 am
I'm using Cacti 0.8.7f and am seeing this error. It comes from a copy/paste bug in utilities.php.
On line 246 you'll find this:
Edit the second line so it looks like this:
On line 246 you'll find this:
Code: Select all
if (ereg("^RRDtool 1\.4", $out_array[0])) {
$rrdtool_version = "rrd-1.3.x";
}else if (ereg("^RRDtool 1\.3\.", $out_array[0])) {
$rrdtool_version = "rrd-1.3.x";
}else if (ereg("^RRDtool 1\.2\.", $out_array[0])) {
$rrdtool_version = "rrd-1.2.x";
}else if (ereg("^RRDtool 1\.0\.", $out_array[0])) {
$rrdtool_version = "rrd-1.0.x";
Code: Select all
if (ereg("^RRDtool 1\.4", $out_array[0])) {
$rrdtool_version = "rrd-1.4.x";
}else if (ereg("^RRDtool 1\.3\.", $out_array[0])) {
$rrdtool_version = "rrd-1.3.x";
}else if (ereg("^RRDtool 1\.2\.", $out_array[0])) {
$rrdtool_version = "rrd-1.2.x";
}else if (ereg("^RRDtool 1\.0\.", $out_array[0])) {
$rrdtool_version = "rrd-1.0.x";
Last edited by dzm on Wed May 26, 2010 12:05 pm, edited 1 time in total.
If not already done, please file a bug report: http://www.cacti.net/bugs.php
[size=67]Cacti version: 0.8.7e5
OS: FreeBSD 7.2
Plugin Architecture: 2.6
Plugins: aggregate 0.74, autom8 0.33, loginmod 1.0
[url=http://docs.cacti.net/manual:087]Official Cacti Documentation[/url]
[url=http://docs.cacti.net/manual:087:4_help.2_debugging#debugging]Gandalfs Official Debugging Help[/url]
[/size]
OS: FreeBSD 7.2
Plugin Architecture: 2.6
Plugins: aggregate 0.74, autom8 0.33, loginmod 1.0
[url=http://docs.cacti.net/manual:087]Official Cacti Documentation[/url]
[url=http://docs.cacti.net/manual:087:4_help.2_debugging#debugging]Gandalfs Official Debugging Help[/url]
[/size]
http://bugs.cacti.net/view.php?id=1765Sirup wrote:If not already done, please file a bug report: http://www.cacti.net/bugs.php
Thanks - Bug is now already assigned
[size=67]Cacti version: 0.8.7e5
OS: FreeBSD 7.2
Plugin Architecture: 2.6
Plugins: aggregate 0.74, autom8 0.33, loginmod 1.0
[url=http://docs.cacti.net/manual:087]Official Cacti Documentation[/url]
[url=http://docs.cacti.net/manual:087:4_help.2_debugging#debugging]Gandalfs Official Debugging Help[/url]
[/size]
OS: FreeBSD 7.2
Plugin Architecture: 2.6
Plugins: aggregate 0.74, autom8 0.33, loginmod 1.0
[url=http://docs.cacti.net/manual:087]Official Cacti Documentation[/url]
[url=http://docs.cacti.net/manual:087:4_help.2_debugging#debugging]Gandalfs Official Debugging Help[/url]
[/size]
Who is online
Users browsing this forum: No registered users and 1 guest