Munin Memcached Installation Rumi, January 16, 2013 Download memcache plugin memcached.tar.gz the plug-in was found here: http://munin-monitoring.org/browser/trunk/plugins/node.d/memcached_.in. The alternate download link is Here- memcached.tar The plug-in is written in Perl and needs the Memcached Perl library installed to communicate with memcache. ~$ apt-get install libcache-memcached-perl ~$ tar -zxvf memcached.tar.gz ~$ cp memcached_ /usr/share/munin/plugins ~$ ln -s /usr/share/munin/plugins/memcached_ /etc/munin/plugins/memcached_rates ~$ ln -s /usr/share/munin/plugins/memcached_ /etc/munin/plugins/memcached_bytes ~$ ln -s /usr/share/munin/plugins/memcached_ /etc/munin/plugins/memcached_counters ~$ /etc/init.d/munin-node restart Done! Src: http://linuxdev.dk/articles/monitoring-munin Networking MemcachedMunin