Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
I have a Problem after having moved a running Version of Cacti from a Centos to a Gentoo machine.
Since the Pathes changed, I have also changed them in the Mysqldump and everything is working fine.
The funny thing is, that if I select any created Graph (tried old and new ones) I don't see any single Datasource in the Dropdown menue. It only says "none".
Can someone tell me, where Cacti retrieves the values for this Dropdown Menu? I checked Pathes / Accessrights to the Database etc. Everything looks fine to me. Right now I have both it Running on the Old Centos and the new Gentoo machine. This is the only difference.
Cacti Version - 0.8.6j Plugin Architecture - 1.1 Poller Type - CMD.php Server Info - Linux 2.6.19-gentoo-r5-BackEnd-Build Web Server - Apache PHP - 5.2.4_p20070914-pl2-gentoo PHP Extensions - libxml, xml, session, pcre, SimpleXML, sockets, snmp, SPL, standard, Reflection, mysql, mcrypt, mbstring, iconv, gettext, dom, date, zlib, openssl, apache2handler MySQL - 5.0.44-log RRDTool - 1.2.23 SNMP - 5.4 Plugins
I'm concerned that something in you database move didn't get copied correctly.
There are a few tables the data is pulled from. Did you install all the same plugins on the new system that you had on the old system? Did you install any extra plugins?
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
Hi and thanks for your reply.
Actually I made a 1-to-1 Copy of the whole Cactipath but to another locacation.
(Used to be /var/www/html/... , Is now /var/www/localhost/...)
I changed all the Configuration values to the new location and also changed all paths in the Database.
Nevertheless it still doesn't work. The Funny thing is, that everything else works somehow.
select CONCAT_WS('', case when host.description is null then 'No Host - ' when host.description is not null then '' end,data_template_data.name_cache,' (',data_template_rrd.data_source_name,')') as name, data_template_rrd.id from (data_template_data,data_template_rrd,data_local) left join host on (data_local.host_id=host.id) where data_template_rrd.local_data_id=data_local.id and data_template_data.local_data_id=data_local.id and data_local.host_id=38 order by name
On the Old cacti Database it runs without Problems and shows me all the Datasources.
On the new Database it shows me an errormessage: