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

« back to all changes in this revision

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