Projet

Général

Profil

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

root / plugins / mysql / mysql_connections_per_user @ 95003946

Historique | Voir | Annoter | Télécharger (5,56 ko)

# Date Auteur Commentaire
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

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

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files
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

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

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