Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 10a3a62

Browse files
committedDec 30, 2013
Fix for bug #1264814 Cacti mysql graphs stop working with data input field "server-id" after 1.1 upgrade
1 parent 593bdec commit 10a3a62

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
 

‎Changelog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2013-12-30: version 1.1.1
2+
-------------------------
3+
* Cacti mysql graphs stop working with data input field "server-id" after 1.1 upgrade (bug 1264814)
4+
* Non-integer poller errors for MySQL Query Response Time (bug 1264353)
5+
16
2013-12-16: version 1.1
27
-------------------------
38
* Added MySQL template for Zabbix 2.0.x (first release)

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1
1+
1.1.1

‎cacti/definitions/mysql.def

+2-2
Original file line numberDiff line numberDiff line change
@@ -3339,7 +3339,7 @@
33393339
'Get MySQL Stats' => {
33403340
hash => 'hash_03_VER_436e47b578d778e94d10a552d7d35bdf',
33413341
input_string =>
3342-
'<path_php_binary> -q <path_cacti>/scripts/ss_get_mysql_stats.php --host <hostname> --items <items> --user <username> --pass <password> --port <port> --server-id <server-id>',
3342+
'<path_php_binary> -q <path_cacti>/scripts/ss_get_mysql_stats.php --host <hostname> --items <items> --user <username> --pass <password> --port <port> --server-id <serverid>',
33433343
inputs => [
33443344
{ allow_nulls => '',
33453345
hash => 'hash_07_VER_c8cef6437d22aa62790728f605a68d8e',
@@ -3359,7 +3359,7 @@
33593359
},
33603360
{ allow_nulls => 'on',
33613361
hash => 'hash_07_VER_5a1b802ba7e92609f8aa2b0521e221e1',
3362-
name => 'server-id'
3362+
name => 'serverid'
33633363
},
33643364
],
33653365
outputs => {

0 commit comments

Comments
 (0)
This repository has been archived.