Projet

Général

Profil

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

root / plugins / mysql / mysql_aggregate_ @ c6f88968

Historique | Voir | Annoter | Télécharger (6,49 ko)

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

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

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.