Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / mysql @ c6f88968

# Date Auteur Commentaire
c6f88968 2020-10-05 18:29 Lars Kruse

Improve perlpod formatting for multiple plugins

Escpecially the final marker ("=cut") was missing in these plugins.

36748826 2020-08-25 11:44 Lars Kruse

Fix spelling mistakes

852aa41a 2020-08-19 16:47 Lars Kruse

Remove global flake8 override

10ca1256 2020-08-19 16:44 pcy

[plugins/mysql/mysql_audit] Added plugin for monitoring the audit log

Shows the number of active over time

06919f18 2020-08-17 10:20 Lars Kruse

Plugin mysql_disk_by_prefix: remove flake8 override and unused import

The flake8 line was interpreted as "ignore this file".

ee226a60 2020-08-17 09:51 pcy

[plugins/mysql/mysql_disk_by_prefix] Add plugin for DB size by user

07c854f2 2020-03-25 23:23 Lars Kruse

Plguin mysql_size_all: minor cleanup

69ab03d6 2020-03-25 23:23 Lars Kruse

Plugin mysql_size_all: remove unused variable WANTED

The array should have been removed in
cba9455cd030bbeeb33d6da77a883e3e2502f669.

f776b7e0 2020-03-25 23:23 Lars Kruse

Fix spelling mistakes in variable names

Thanks, codespell!

8713eb37 2020-03-25 23:23 Lars Kruse

Fix spelling mistakes in comments and descriptions

Thanks, codespell!

66351303 2019-07-21 18:03 Lars Kruse

Merge pull request #783 from OSSHelp/master

mysql_connections_per_user: fix for non-alphanumeric symbols in fields

4547f33d 2019-01-16 04:39 Anthony Baccuet

Add error message to extinfo

2ec4e4c1 2018-09-16 09:13 Lars Kruse

Improve incorrect or unspecific output for "autoconf"

Some plugins emit wrongly formatted "no" messages or lack the "yes"
message on success.

e4cd049b 2018-09-15 22:03 Lars Kruse

Fix trivial instances of wrong autoconf exitcodes

17f78427 2018-08-01 20:33 Lars Kruse

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files
7c62b9b6 2018-03-08 18:18 Lars Kruse

added executable permission for multiple plugins

8af93fce 2017-02-20 18:41 dipohl

Category Tree: Reduce number of categories
Don't use variable to set category, plugin gallery build script needs the pure string..

26ba6a3d 2016-12-11 14:50 Evgeniy K

mysql_connections_per_user: replace non-alphanumeric in field names plus print real username in label

40396dba 2016-10-20 19:53 sumpfralle

Merge pull request #586 from lelutin/mysql_conn_per_user-system_user

mysql_connections_per_user: skip internal user "system user"

78a229dd 2015-02-17 17:18 Gabriel Filion

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....

11971e9f 2015-02-11 10:06 Ilia Kondrashov

add mysql slave alerts

868937c8 2014-10-16 14:34 Colin Mollenhour

Report properly when value is undefined (slave error).

e9bda2ba 2014-10-15 17:11 Colin Mollenhour

Fix issue when seconds is greater than two digits.

Also only use one query rather than a loop.

79fdbf62 2014-10-05 16:38 Stig Sandbeck Mathisen

Merge pull request #515 from KonstantinKuklin/handlersocket

added plugins to monitoring Mysql HandlerSocket connections

527cb89f 2014-10-05 16:29 Konstantin Kuklin

changed interpreter to bash

96f2bc00 2014-10-04 16:27 Stig Sandbeck Mathisen

Use single bracket for test, keeping /bin/sh as interpreter

c69a5761 2014-10-04 06:34 Konstantin Kuklin

fixed graph category, graph types

4fa1dd38 2014-09-17 03:24 Steve Schnepp

Merge pull request #490 from tntu/patch-1

Make it usable

6ffd5019 2014-09-06 20:03 Gabriele Pohl

Reduce number of categories, use more generic terms

75d48c96 2014-08-12 23:05 Konstantin Kuklin

added plugins to monitoring Mysql HandlerSocket connections

0866999f 2014-06-11 10:43 Vlad Marian

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.

efc20c67 2014-01-02 19:30 Antoine Beaupré

cosmetic

6002cb63 2014-01-02 19:17 Antoine Beaupré

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.

02c5c4b6 2014-01-02 19:08 Antoine Beaupré

limit and sort the config entries the same way as we sort values, based on values

88ba6e86 2014-01-02 18:54 Antoine Beaupré

reorder graph to, hopefully, fix stacking

ade14817 2014-01-02 18:47 Antoine Beaupré

cosmetic fixes

c2214999 2014-01-02 18:47 Antoine Beaupré

limit to ten the number of users by default

c223def9 2014-01-02 17:44 Antoine Beaupré

fork the mysql_connections plugin to add per-user support

ce558089 2013-06-18 00:37 Alex Dehnert

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)....

b9ffe603 2013-01-27 10:16 Jakob Unterwurzacher

Add plugin mysql_size_ondisk - reports the on-disk size of MySQL DBs.

442bc680 2012-10-19 18:09 Steve Schnepp

Merge pull request #184 from iborodikhin/master

Mysql COUNT plugin

86847af6 2012-09-24 05:40 iborodikhin

Adding custom label and vlabel environment variables support

42a11deb 2012-09-12 00:17 iborodikhin

Added simple graph mode for queries without GROUP BY statement

c561076a 2012-09-11 22:34 iborodikhin

Adding new plugin to monitor count of values matching specified criteria in Mysql table.

e0f0fb86 2012-08-07 00:38 Diego Elio Pettenò

Do some more housecleaning.

49586e2a 2012-06-28 07:52 Clemens Horch

Fixed stupid last line

970a09d1 2012-06-28 07:32 clorch

Fixed plugins/mysql/mysql_size_all to support database names with a "-" character

62d43835 2012-05-04 05:54 Kenyon Ralph

remove plugins existing in the main munin distribution

08346aac 2012-02-13 12:24 Steve Schnepp

- have some dirs