This repository was archived by the owner on Jan 15, 2021. It is now read-only.
File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
6
2013-12-16: version 1.1
2
7
-------------------------
3
8
* Added MySQL template for Zabbix 2.0.x (first release)
Original file line number Diff line number Diff line change 1
- 1.1
1
+ 1.1.1
Original file line number Diff line number Diff line change 3339
3339
'Get MySQL Stats' => {
3340
3340
hash => 'hash_03_VER_436e47b578d778e94d10a552d7d35bdf',
3341
3341
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 >',
3343
3343
inputs => [
3344
3344
{ allow_nulls => '',
3345
3345
hash => 'hash_07_VER_c8cef6437d22aa62790728f605a68d8e',
3359
3359
},
3360
3360
{ allow_nulls => 'on',
3361
3361
hash => 'hash_07_VER_5a1b802ba7e92609f8aa2b0521e221e1',
3362
- name => 'server-id '
3362
+ name => 'serverid '
3363
3363
},
3364
3364
],
3365
3365
outputs => {
You can’t perform that action at this time.
0 commit comments