Merge pull request #490 from tntu/patch-1
Make it usable
Reduce number of categories, use more generic terms
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
mysql_aggregate_: allow graphing only max/min value
In some cases it can be useful to know the maximum value of any row of anaggregate (for example, the maximum number of logins by a single user), withoutgraphing each row separately (because there are too many or the rows change)....
Add plugin mysql_size_ondisk - reports the on-disk size of MySQL DBs.
Merge pull request #184 from iborodikhin/master
Mysql COUNT plugin
Adding custom label and vlabel environment variables support
Added simple graph mode for queries without GROUP BY statement
Adding new plugin to monitor count of values matching specified criteria in Mysql table.
Do some more housecleaning.
Fixed stupid last line
Fixed plugins/mysql/mysql_size_all to support database names with a "-" character
remove plugins existing in the main munin distribution
- have some dirs