Skip to content

Instantly share code, notes, and snippets.

@t-cyrill
Created June 7, 2013 03:20
Show Gist options
  • Save t-cyrill/5726864 to your computer and use it in GitHub Desktop.
Save t-cyrill/5726864 to your computer and use it in GitHub Desktop.
Setup debian's munin-node for memcached.
#!/bin/bash
apt-get install munin-plugins-extra libcache-memcached-perl
cd /etc/munin/plugins
ln -sf /usr/share/munin/plugins/memcached_ memcached_bytes
ln -sf /usr/share/munin/plugins/memcached_ memcached_counters
ln -sf /usr/share/munin/plugins/memcached_ memcached_rates
/etc/init.d/munin-node restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment