|
| 1 | +2016-01-12: version 1.1.6 |
| 2 | +------------------------- |
| 3 | +* Added new RDS instance classes to RDS scripts. |
| 4 | +* Added boto profile support to RDS scripts. |
| 5 | +* Added AWS region support and ability to specify all regions to RDS scripts. |
| 6 | +* Added ability to set AWS region and boto profile on data source level in Cacti. |
| 7 | +* Added period, average time and debug options to pmp-check-aws-rds.py. |
| 8 | +* Added ability to override Nginx server status URL path on data source level in Cacti. |
| 9 | +* Made Memcached and Redis host configurable for Cacti script. |
| 10 | +* Added the ability to lookup the master's server_id when using pt-heartbeat with pmp-check-mysql-replication-delay. |
| 11 | +* Changed how memory stats are collected by Cacti script and pmp-check-unix-memory. |
| 12 | + Now /proc/meminfo is parsed instead of running `free` command. This also fixes pmp-check-unix-memory for EL7. |
| 13 | +* Set default MySQL connect timeout to 5s for Cacti script. Can be overridden in the config. |
| 14 | +* Fixed innodb transactions count on the Cacti graph for MySQL 5.6 and higher. |
| 15 | +* Fixed --login-path option in Nagios scripts when using it along with other credential options. |
| 16 | + |
| 17 | +Thanks to contributors: David Andruczyk, Denis Baklikov, Mischa ter Smitten, Mitch Hagstrand. |
| 18 | + |
1 | 19 | 2015-06-22: version 1.1.5 |
2 | 20 | ------------------------- |
3 | 21 | * Added more DB instance classes to pmp-check-aws-rds.py (issue 1398911) |
|
27 | 45 |
|
28 | 46 | 2014-03-14: version 1.1.2 |
29 | 47 | ------------------------- |
30 | | -* Added Nagios plugin and Cacti template for Amazon RDS |
| 48 | +* Added Nagios plugin and Cacti template for Amazon RDS |
31 | 49 | * Added Nagios config template to the documentation |
32 | 50 | * Added an option to pmp-check-pt-table-checksum to check MAX(ts) of latest checksum |
33 | 51 | * Added generic Nagios plugin for PT tables |
|
52 | 70 | 2013-10-02: version 1.0.5 |
53 | 71 | ------------------------- |
54 | 72 |
|
55 | | -* Added mysql-ca option to ss_get_mysql_stats.php (bug 1213857) |
| 73 | +* Added mysql-ca option to ss_get_mysql_stats.php (bug 1213857) |
56 | 74 | * Added user info to the idle_blocker_duration check of pmp-check-mysql-innodb (bug 1215317) |
57 | 75 | * Extended pmp-check-mysql-processlist with more locking states (bug 1213859) |
58 | 76 | * ss_get_mysql_stats.php did not work with custom mysql port (bug 1213862) |
@@ -104,7 +122,7 @@ Threads", Linux "Network Traffic". |
104 | 122 | * Created Debian and RPM packages |
105 | 123 | * Added "Disk IOPS" graph to Cacti Linux Templates |
106 | 124 | * Added an option to pmp-check-unix-memory to disable overriding the status based on the largest process in memory (bug 1052368) |
107 | | -* Added '!=' comparison operator to pmp-check-mysql-status (bug 1048627) |
| 125 | +* Added '!=' comparison operator to pmp-check-mysql-status (bug 1048627) |
108 | 126 | * pmp-check-mysql-replication-delay didn't alert if second behing master is NULL (bug 1040528) |
109 | 127 | * pmp-check-pt-table-checksum reported OK when checksums table does not exist (bug 1114425) |
110 | 128 | * pmp-check-pt-table-checksum threw "Bad substitution" error on Debian (bug 1071802) |
|
0 commit comments