question about the database

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
seb51
Posts: 7
Joined: Wed Mar 31, 2004 9:46 am

question about the database

Post by seb51 »

cacti creates graphes with rrdtool. but data are stored in MySQL database, right or wrong?
If during the installation of cacti , i change mysql software by SQServer, i finally use the new database SQL Server. is it possible?
i think i can, because rrdtool just helps cacti to generate graphes. after that this information and data are stored in the database.
thanks for your help!!!
User avatar
dieter
Cacti User
Posts: 164
Joined: Fri Feb 20, 2004 3:08 pm

Post by dieter »

MySql is used for the administrative things. Which graph on which tree, which devices are we monitoring, ...

The data from a device itself is stored in the RRD files, and rrdtool uses these files to generate a graph.

I don't know if changing to another dbms is possible? Is all the code written for MySql or is this done via odbc?

Code: Select all

$database_type = "mysql";
The line above (from ./include/config.php) makes me think that changing this line is the only thing to do to work with another dbms?
Guest

Post by Guest »

anyone ever tried using MSSQL?
raX
Lead Developer
Posts: 2243
Joined: Sat Oct 13, 2001 7:00 pm
Location: Carlisle, PA
Contact:

Post by raX »

Although the ADODB framework is in place, I highly doubt that Cacti would work with anything other than MySQL at this point. There are a bunch of ADODB-specific functions that I need to make use of before Cacti will work with other SQL implimentations.

A friend of mine starting work on making Cacti work with MSSQL a while back. I think he got it to login, but I am pretty sure most pages resulted in some sort of error beyond that.

-Ian
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests