Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 1a9b9fc

Browse files
committed
Updated release notes v1.1.6
1 parent 98cbf4c commit 1a9b9fc

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

Changelog

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
2015-06-22: version 1.1.5
220
-------------------------
321
* Added more DB instance classes to pmp-check-aws-rds.py (issue 1398911)
@@ -27,7 +45,7 @@
2745

2846
2014-03-14: version 1.1.2
2947
-------------------------
30-
* Added Nagios plugin and Cacti template for Amazon RDS
48+
* Added Nagios plugin and Cacti template for Amazon RDS
3149
* Added Nagios config template to the documentation
3250
* Added an option to pmp-check-pt-table-checksum to check MAX(ts) of latest checksum
3351
* Added generic Nagios plugin for PT tables
@@ -52,7 +70,7 @@
5270
2013-10-02: version 1.0.5
5371
-------------------------
5472

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)
5674
* Added user info to the idle_blocker_duration check of pmp-check-mysql-innodb (bug 1215317)
5775
* Extended pmp-check-mysql-processlist with more locking states (bug 1213859)
5876
* ss_get_mysql_stats.php did not work with custom mysql port (bug 1213862)
@@ -104,7 +122,7 @@ Threads", Linux "Network Traffic".
104122
* Created Debian and RPM packages
105123
* Added "Disk IOPS" graph to Cacti Linux Templates
106124
* 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)
108126
* pmp-check-mysql-replication-delay didn't alert if second behing master is NULL (bug 1040528)
109127
* pmp-check-pt-table-checksum reported OK when checksums table does not exist (bug 1114425)
110128
* pmp-check-pt-table-checksum threw "Bad substitution" error on Debian (bug 1071802)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.5
1+
1.1.6

0 commit comments

Comments
 (0)