KSriHarsha591 / mysql-cacti-templates

Automatically exported from code.google.com/p/mysql-cacti-templates
GNU General Public License v2.0
0 stars 0 forks source link

Bug in jmx caching #171

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When you have 2 (or more) servers behind the same gateway and use --port to 
connect through an SSH-tunel, only one cache file is created.

A solution is to add $options['port'] to the cache filename.
For JMX : 
return "${sanitized_host}_jmx_${sanitized_port2}_${sanitized_port}";

Original issue reported on code.google.com by herve.ma...@gmail.com on 21 Jan 2011 at 4:41

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r542.

Original comment by baron.schwartz on 23 Jan 2011 at 12:55