Nice plugin – small fix

Hi,
Nice plugin, useful for db size tracking
A small fix for monitoring mysql 5.0 and 5.1:
change ’round (‘ to ’round(‘ (without the space) to avoid the “round function does not exist” message. (generally avoid the space when using functions)
An enhancement could also be to follow the plugin development guidelines for the performance data output.
Regards,
Yannick