Historique | Voir | Annoter | Télécharger (5,56 ko)
Merge pull request #783 from OSSHelp/master
mysql_connections_per_user: fix for non-alphanumeric symbols in fields
Whitespace cleanup
Category Tree: Reduce number of categoriesDon't use variable to set category, plugin gallery build script needs the pure string..
mysql_connections_per_user: replace non-alphanumeric in field names plus print real username in label
mysql_connections_per_user: skip internal user "system user"
This is the user name used internally by mysql for binlog handling (eventhough it's not present in the mysql.user table).
The space in the name makes the plugin freak out about an unknown"system" value....
Make it usable
Fixed the display issue for formerly active users that wore no longer showing once they closed all connections.Also made other fixes like the negative others and improved performance.It could still be improved but for now it should do.
cosmetic
overhaul graph display: remove total, make "current" the "limit"
i did this because I can't figure out how to not stack the linesafter the areas. furthermore, removing the limit is essential to havea proper resolution in the display.
limit and sort the config entries the same way as we sort values, based on values
reorder graph to, hopefully, fix stacking
cosmetic fixes
limit to ten the number of users by default
fork the mysql_connections plugin to add per-user support