Improve perlpod formatting for multiple plugins
Escpecially the final marker ("=cut") was missing in these plugins.
Fix spelling mistakes
Remove global flake8 override
[plugins/mysql/mysql_audit] Added plugin for monitoring the audit log
Shows the number of active over time
Plugin mysql_disk_by_prefix: remove flake8 override and unused import
The flake8 line was interpreted as "ignore this file".
[plugins/mysql/mysql_disk_by_prefix] Add plugin for DB size by user
Plguin mysql_size_all: minor cleanup
Plugin mysql_size_all: remove unused variable WANTED
The array should have been removed incba9455cd030bbeeb33d6da77a883e3e2502f669.
Fix spelling mistakes in variable names
Thanks, codespell!
Fix spelling mistakes in comments and descriptions
Merge pull request #783 from OSSHelp/master
mysql_connections_per_user: fix for non-alphanumeric symbols in fields
Add error message to extinfo
Improve incorrect or unspecific output for "autoconf"
Some plugins emit wrongly formatted "no" messages or lack the "yes" message on success.
Fix trivial instances of wrong autoconf exitcodes
Whitespace cleanup
added executable permission for multiple plugins
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
Merge pull request #586 from lelutin/mysql_conn_per_user-system_user
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....
add mysql slave alerts
Report properly when value is undefined (slave error).
Fix issue when seconds is greater than two digits.
Also only use one query rather than a loop.
Merge pull request #515 from KonstantinKuklin/handlersocket
added plugins to monitoring Mysql HandlerSocket connections
changed interpreter to bash
Use single bracket for test, keeping /bin/sh as interpreter
fixed graph category, graph types
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