Mysql Graphs per Database

Hi All,

is there a way to poll a MYSQL server to show graphs per database.

example:

MYSQL server.

mysql -u root -p
show databases;
  • Database1
    
  • Database2
    
  • Database3
    
  • Database4
    

LibreNMS Server polls all 4 Diffrent Databases and shows stats per database and not for all of them combined

So then selecting Database1 will show you all the usual things that get graphed but for that DB only.

Hi All,

Can anyone confirm if this is possible?