Skip to content

Instantly share code, notes, and snippets.

@bdossantos
Created September 23, 2012 19:21
Show Gist options
  • Select an option

  • Save bdossantos/3772737 to your computer and use it in GitHub Desktop.

Select an option

Save bdossantos/3772737 to your computer and use it in GitHub Desktop.
munin apache plugins
#!/bin/bash
apt-get install libio-all-lwp-perl -y;
ln -s /usr/share/munin/plugins/apache_* /etc/munin/plugins/;
invoke-rc.d munin-node restart;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment