hijack-x / 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

Add support for mysql graphs via SSH #206

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Issue #181 already makes a case for supporting SSH tunnels in the mysql script, 
but what I'd like to request here is broader SSH support.

It would be nice to be able to reuse the access setup for the get_by_ssh 
templates for mysql stuff. This would allow for mysql performance monitoring 
without making the DB listen on a public interface.

The same commands could be used as in the get_mysql_stats script, only just 
with a local mysql connection via the ssh connection. So, it should be possible 
to refactor things to get this working.

Original issue reported on code.google.com by LeLu...@gmail.com on 27 Jan 2012 at 7:10