1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00
Commit graph

51 commits

Author SHA1 Message Date
Lars Kruse
e641c80284 mysql_size_all: use clean fieldnames for databsaes with invalid characters
Thanks, Lokutos!

See: #1032
2021-07-14 22:57:40 +02:00
Lars Kruse
9500394695 Unify more author names with special characters
Additionally an ambiguous line in the "author" section of a plugin was
removed in order to avoid confusion for the Munin Plugin Gallery parser.
2020-10-19 21:25:19 +02:00
Lars Kruse
c6f88968d1 Improve perlpod formatting for multiple plugins
Escpecially the final marker ("=cut") was missing in these plugins.
2020-10-06 00:29:38 +02:00
Lars Kruse
3674882662 Fix spelling mistakes 2020-08-25 17:44:17 +02:00
Lars Kruse
852aa41ab7 Remove global flake8 override 2020-08-19 22:47:03 +02:00
pcy
10ca12569a [plugins/mysql/mysql_audit] Added plugin for monitoring the audit log
Shows the number of active over time
2020-08-19 22:44:06 +02:00
Lars Kruse
06919f1801 Plugin mysql_disk_by_prefix: remove flake8 override and unused import
The flake8 line was interpreted as "ignore this file".
2020-08-17 16:20:47 +02:00
pcy
ee226a609e [plugins/mysql/mysql_disk_by_prefix] Add plugin for DB size by user 2020-08-17 15:51:08 +02:00
Lars Kruse
07c854f276 Plguin mysql_size_all: minor cleanup 2020-03-26 04:23:21 +01:00
Lars Kruse
69ab03d647 Plugin mysql_size_all: remove unused variable WANTED
The array should have been removed in
cba9455cd0.
2020-03-26 04:23:21 +01:00
Lars Kruse
f776b7e04f Fix spelling mistakes in variable names
Thanks, codespell!
2020-03-26 04:23:21 +01:00
Lars Kruse
8713eb3722 Fix spelling mistakes in comments and descriptions
Thanks, codespell!
2020-03-26 04:23:21 +01:00
Lars Kruse
66351303ef
Merge pull request #783 from OSSHelp/master
mysql_connections_per_user: fix for non-alphanumeric symbols in fields
2019-07-22 00:03:50 +02:00
Anthony Baccuet
4547f33dda Add error message to extinfo 2019-01-16 10:39:36 +01:00
Lars Kruse
2ec4e4c1f7 Improve incorrect or unspecific output for "autoconf"
Some plugins emit wrongly formatted "no" messages or lack the "yes"
message on success.
2018-09-16 15:13:38 +02:00
Lars Kruse
e4cd049b01 Fix trivial instances of wrong autoconf exitcodes 2018-09-16 04:03:31 +02:00
Lars Kruse
17f784270a Whitespace cleanup
* remove trailing whitespace
* remove empty lines at the end of files
2018-08-02 02:33:25 +02:00
Lars Kruse
7c62b9b6de added executable permission for multiple plugins 2018-03-09 00:18:30 +01:00
dipohl
8af93fce06 Category Tree: Reduce number of categories
Don't use variable to set category, plugin gallery build script needs the pure string..
2017-02-21 00:41:40 +01:00
Evgeniy K
26ba6a3df5 mysql_connections_per_user: replace non-alphanumeric in field names plus print real username in label 2016-12-11 22:50:46 +03:00
sumpfralle
40396dba7f Merge pull request #586 from lelutin/mysql_conn_per_user-system_user
mysql_connections_per_user: skip internal user "system user"
2016-10-21 01:53:44 +02:00
Gabriel Filion
78a229dd0d mysql_connections_per_user: skip internal user "system user"
This is the user name used internally by mysql for binlog handling (even
though it's not present in the mysql.user table).

The space in the name makes the plugin freak out about an unknown
"system" value.

Number of connections for this interal user is irrelevant.
2015-02-17 17:18:00 -05:00
Ilia Kondrashov
11971e9f39 add mysql slave alerts 2015-02-11 16:06:28 +01:00
Colin Mollenhour
868937c848 Report properly when value is undefined (slave error). 2014-10-16 14:34:50 -04:00
Colin Mollenhour
e9bda2bab6 Fix issue when seconds is greater than two digits.
Also only use one query rather than a loop.
2014-10-15 17:11:35 -04:00
Stig Sandbeck Mathisen
79fdbf6203 Merge pull request #515 from KonstantinKuklin/handlersocket
added plugins to monitoring Mysql HandlerSocket connections
2014-10-05 22:38:04 +02:00
Konstantin Kuklin
527cb89fd0 changed interpreter to bash 2014-10-06 00:29:29 +04:00
Stig Sandbeck Mathisen
96f2bc003a Use single bracket for test, keeping /bin/sh as interpreter 2014-10-04 22:27:32 +02:00
Konstantin Kuklin
c69a5761dc fixed graph category, graph types 2014-10-04 14:34:51 +04:00
Steve Schnepp
4fa1dd3837 Merge pull request #490 from tntu/patch-1
Make it usable
2014-09-17 09:24:59 +02:00
Gabriele Pohl
6ffd50195c Reduce number of categories, use more generic terms 2014-09-07 02:03:45 +02:00
Konstantin Kuklin
75d48c9630 added plugins to monitoring Mysql HandlerSocket connections 2014-08-13 07:05:38 +04:00
Vlad Marian
0866999f9d 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.
2014-06-11 15:43:48 +01:00
Antoine Beaupré
efc20c679a cosmetic 2014-01-02 19:30:41 -05:00
Antoine Beaupré
6002cb63eb overhaul graph display: remove total, make "current" the "limit"
i did this because I can't figure out how to *not* stack the lines
after the areas. furthermore, removing the limit is essential to have
a proper resolution in the display.
2014-01-02 19:17:09 -05:00
Antoine Beaupré
02c5c4b6d6 limit and sort the config entries the same way as we sort values, based on values 2014-01-02 19:08:10 -05:00
Antoine Beaupré
88ba6e86be reorder graph to, hopefully, fix stacking 2014-01-02 18:54:45 -05:00
Antoine Beaupré
ade1481717 cosmetic fixes 2014-01-02 18:47:52 -05:00
Antoine Beaupré
c2214999c3 limit to ten the number of users by default 2014-01-02 18:47:44 -05:00
Antoine Beaupré
c223def9d5 fork the mysql_connections plugin to add per-user support 2014-01-02 17:44:02 -05:00
Alex Dehnert
ce558089c4 mysql_aggregate_: allow graphing only max/min value
In some cases it can be useful to know the maximum value of any row of an
aggregate (for example, the maximum number of logins by a single user), without
graphing each row separately (because there are too many or the rows change).
This change allows that by setting the "only" parameter to "max" or "min".
2013-06-18 00:37:27 -04:00
Jakob Unterwurzacher
b9ffe6035e Add plugin mysql_size_ondisk - reports the on-disk size of MySQL DBs. 2013-01-27 16:16:17 +01:00
Steve Schnepp
442bc6808e Merge pull request #184 from iborodikhin/master
Mysql COUNT(*) plugin
2012-10-19 15:09:33 -07:00
iborodikhin
86847af6d8 Adding custom label and vlabel environment variables support 2012-09-24 15:40:28 +06:00
iborodikhin
42a11debca Added simple graph mode for queries without GROUP BY statement 2012-09-12 10:17:19 +06:00
iborodikhin
c561076a32 Adding new plugin to monitor count of values matching specified criteria in Mysql table. 2012-09-12 08:34:26 +06:00
Diego Elio Pettenò
e0f0fb8659 Do some more housecleaning. 2012-08-06 21:38:45 -07:00
Clemens Horch
49586e2a87 Fixed stupid last line 2012-06-28 13:52:59 +02:00
clorch
970a09d158 Fixed plugins/mysql/mysql_size_all to support database names with a "-" character 2012-06-28 14:32:53 +03:00
Kenyon Ralph
62d43835d4 remove plugins existing in the main munin distribution 2012-05-04 02:54:55 -07:00