~ubuntu-branches/ubuntu/trusty/nagios-plugins-contrib/trusty-proposed

« back to all changes in this revision

Viewing changes to check_mysql_health/check_mysql_health-2.1.7/ChangeLog

  • Committer: Package Import Robot
  • Author(s): Bernd Zeimetz
  • Date: 2013-05-21 22:11:50 UTC
  • mfrom: (5.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130521221150-k5bda5v5euvt7wg9
Tags: 6.20130521
* [e68c82e1] check_raid: do not run hpacucli if cciss_vol_status is available.
* [4a1c57e8] Also support tw-cli as additional name for the 3ware binary.
  Thanks to Dennis Hoppe
* [eb5e1c7c] Add /run/ to the check_libs ignore file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
###############################################
2
 
# Changelog of the check_mysql_health plugin #
3
 
###############################################
4
 
 
5
 
2.1.7 2011-08-23
6
 
- innodb modes now detect problems with the innodb engine
7
 
 
8
 
2.1.6 2011-08-12
9
 
- fix a bug with statefilesdir and capital letters
10
 
- add --labelformat so that groundwork no longer complains (max label length is 19 characters)
11
 
 
12
 
2.1.5.2 2011-06-03
13
 
- sites in an OMD (http://omdistro.org) environment have now private statefile directories
14
 
 
15
 
2.1.5.1 2011-01-03
16
 
- bugfix in --mode sql (numeric vs. regexp result)
17
 
 
18
 
2.1.5 2010-12-20
19
 
- fixed a division by zero bug in index-usage (Thanks Wiltmut Gerdes)
20
 
- fixed a severe bug when loading dynamic extensions (Thanks Ralph Schneider)
21
 
- added mode table-fragmentation
22
 
- fixed a bug in table-lock-contention (thanks mayukmok00)
23
 
- mode sql can now have a non-numerical output which is compared to a string/regexp
24
 
- new parameter --dbthresholds
25
 
- new mode report can be used to output only the bad news (short,long,html)
26
 
 
27
 
2.1.4 2010-10-02
28
 
- added modes threads-created, threads-running, threads-cached
29
 
- added connects-aborted, clients-aborted
30
 
 
31
 
2.1.3 2010-09-29
32
 
- added mode open-files
33
 
- fix a bug in the pnp template
34
 
- add extra-opts
35
 
 
36
 
2.1.2 2010-06-10
37
 
- changed statements for 4.x compatibility (show variables like) (Thanks Florian)
38
 
 
39
 
2.1.1 2010-03-30
40
 
- added more tracing (touch /tmp/check_mysql_health.trace to watch)
41
 
- fixed a bug in master-slave modes, so it outputs a more meaningful error message (Thanks Will Oberman)
42
 
- fixed a typo (Thanks Larsen)
43
 
 
44
 
2.1 
45
 
- parameter --lookback uses custom intervals for _now-values
46
 
 
47
 
2.0.5 2009-09-21
48
 
- fixed another bug in master-slave modes. (Thanks Thomas Mueller)
49
 
- fixed a bug in bufferpool-wait-free. (Thanks Matthias Flacke)
50
 
- fixed a bug in the PNP template. (Thanks Matthias Flacke)
51
 
- slave-lag now handles failed io threads. (Thanks Greg)
52
 
- fixed a bug in connections with non-standard sockets (Thanks Stephan Huiser)
53
 
 
54
 
2.0.4
55
 
- fixed a bug in --mode cluster-ndbd-running where dead api nodes were overseen
56
 
- fixed a bug in master-slave modes. (Thanks Arkadiusz Miskiewicz)
57
 
 
58
 
2.0.3 
59
 
- fixed a bug with 0 warning/critical
60
 
- fixed a bug in long-running-procs (affects only mysql 5.0 and below). (Thanks Bodo Schulz)
61
 
 
62
 
2.0.2
63
 
- $NAGIOS__HOSTMYSQL_HOST etc. is now possible
64
 
 
65
 
2.0.1 2009-03-09
66
 
- fixed a (harmless) bug which caused uninitialized-messages. (Thanks John Alberts & Thomas Borger)
67
 
- enabled password-less login to localhost.
68
 
 
69
 
2.0 2009-03-06
70
 
- This is the first release of the new plugin check_mysql_health
71
 
  It replaces check_mysql_perf which is a nightmare to install
72
 
  It is written in Perl
73
 
  It can use either DBD::mysql, the mysql command or DBD::SQLrelay
74
 
  It can monitor mysql clusters (the ndb stuff)
75
 
  It can execute custom sql statements