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
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
Steve Schnepp
08346aac58
- have some dirs
2012-02-13 18:24:46 +01:00