Hi,
I'm trying to display additional mysql graphs in munin, using the /usr/local/cpanel/3rdparty/share/munin/plugins/mysql_ plugin, but I have the following error:
Missing dependency Cache::Cache at /etc/munin/plugins/mysql_table_locks line 716.
I've already installed perl-DBI, perl-IPC-ShareLite, perl-Cache-Cache and cpanel-perl-514-Cache-Cache. I've even installed Cache::Cache and DBI in perl -MCPAN -e shell.
The plugin mysql_ seems to try to access Cache::SharedMemoryCache and it fails, that is why it throws the missing dependency error.
What can I do to be able to use that plugin?
I'm trying to display additional mysql graphs in munin, using the /usr/local/cpanel/3rdparty/share/munin/plugins/mysql_ plugin, but I have the following error:
Missing dependency Cache::Cache at /etc/munin/plugins/mysql_table_locks line 716.
I've already installed perl-DBI, perl-IPC-ShareLite, perl-Cache-Cache and cpanel-perl-514-Cache-Cache. I've even installed Cache::Cache and DBI in perl -MCPAN -e shell.
The plugin mysql_ seems to try to access Cache::SharedMemoryCache and it fails, that is why it throws the missing dependency error.
What can I do to be able to use that plugin?