Cache::Cache Archives - Justin Silver https://www.justinsilver.com/tag/cachecache/ Technology, Travel, and Pictures Mon, 14 Apr 2014 22:58:47 +0000 en-US hourly 1 https://wordpress.org/?v=6.0.1 https://www.justinsilver.com/wp-content/uploads/2013/06/cropped-apple-touch-icon-160x160.png Cache::Cache Archives - Justin Silver https://www.justinsilver.com/tag/cachecache/ 32 32 Munin mysql_ suggest Cache::Cache Error https://www.justinsilver.com/technology/linux/munin-mysql_-suggest-cachecache-error/?utm_source=rss&utm_medium=rss&utm_campaign=munin-mysql_-suggest-cachecache-error https://www.justinsilver.com/technology/linux/munin-mysql_-suggest-cachecache-error/#respond Mon, 14 Apr 2014 03:57:41 +0000 http://justin.ag/?p=3434 I was trying to set up the newer mysql_ plugin for Munin, but got the following error when using the “suggest” argument to determine how to link the file. The “fix” was to install...

The post Munin mysql_ suggest Cache::Cache Error appeared first on Justin Silver.

]]>
AmpedSense.OptimizeAdSpot('AP'); AmpedSense.OptimizeAdSpot('IL'); AmpedSense.OptimizeAdSpot('IR');

I was trying to set up the newer mysql_ plugin for Munin, but got the following error when using the “suggest” argument to determine how to link the file. The “fix” was to install the perl-Cache-Cache.noarch package via yum.

Missing dependency Cache::Cache at ./mysql_ line 728

As an FYI – you install different graphs from a single plugin by creating a symbolic link to the plugin with an appropriate name, for example:

ln -s mysql_ mysql_connections

The Error

Unable to suggest the plugin options.

[root@db1 plugins]# ./mysql_ suggest
Missing dependency Cache::Cache at ./mysql_ line 728.

The “Fix”

Install Perl’s Cache::Cache.

yum -y install perl-Cache-Cache.noarch

Success

You should now be able to suggest the plugin options.

[root@db1 plugins]# ./mysql_ suggest
bin_relay_log
commands
connections
files_tables
innodb_bpool
innodb_bpool_act
innodb_insert_buf
innodb_io
innodb_io_pend
innodb_log
innodb_rows
innodb_semaphores
innodb_tnx
myisam_indexes
network_traffic
qcache
qcache_mem
replication
select_types
slow
sorts
table_locks
tmp_tables

The post Munin mysql_ suggest Cache::Cache Error appeared first on Justin Silver.

]]>
https://www.justinsilver.com/technology/linux/munin-mysql_-suggest-cachecache-error/feed/ 0