Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to use Cacti to monitor MySQL on Amazon's RDS?

I noticed that the instructions to setup cacti with mysql mention granting SUPER priveleges:

Create a MySQL user with the SUPER and PROCESS privileges on each server you want to monitor

However, it looks like using the Relational Database Service from Amazon (RDS), you cannot grant SUPER privileges. Does this mean I can't use cacti?

Thanks!

like image 342
Hortitude Avatar asked Jan 31 '10 20:01

Hortitude


2 Answers

Unfortunately the answer is NO.

Since you are aware that cacti needs privileges on MYSQL if you are looking to monitor things like innodb duffer pool, table locks, query cache, checkpoint e.t.c .

I would recommend moving out of RDS if this is possible. If high availability is an issue then you can look into MMM, or galera cache for High availability of you Master server.

like image 56
Masood Alam Avatar answered Sep 30 '22 14:09

Masood Alam


Yes, you can. Here you have the percona documentation.

http://www.percona.com/doc/percona-monitoring-plugins/1.1/cacti/rds-templates.html

KR, Antonio

like image 30
user4890565 Avatar answered Sep 30 '22 14:09

user4890565